Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  How to Configure Doclinks from Scratch in Maximo Manage?

    Posted Fri June 06, 2025 12:55 AM

    Hi everyone,

    I'm trying to configure Doclinks from scratch in Maximo Manage and would really appreciate some guidance on the complete setup process. I couldn't find a step-by-step reference that covers everything clearly. Has anyone done a clean Doclinks setup recently and could share the necessary steps?

    Thanks in advance for your help!



    ------------------------------
    Hariprasad R
    ------------------------------


  • 2.  RE: How to Configure Doclinks from Scratch in Maximo Manage?

    Posted Mon June 09, 2025 07:59 AM
    Edited by Brett Coleman Mon June 09, 2025 08:22 AM

    Hi Hariprasad,

    This process is easier than you might think. Simply define your PVC within the ManageWorkspace Custom Resource Definition (CRD) that's part of your Manage operator. Here's an example of how it's configured in our single-node setup:

    If you're using a full cluster, there's no need to define the accessMode, as the default is ReadWriteMany (RWX). Once you save your Custom Resource Definition (CRD), the Kubernetes API server will detect the changes in your application. When it sees the new PersistentVolumeClaim (PVC) definition, it will automatically generate and bind the PVC for you. From there, you can set it up just as you would in earlier versions.
    Once the system properties are configured to your specifications, simply restart the rollout on the WebSphere pod. That should complete the setup. If you run into any issues, feel free to reach out.



    ------------------------------
    Brett Coleman
    ------------------------------