So yet again IBM documentation is terrible at guiding how to do something in MAS9. I am trying to follow this guide to setting the system properties for my Attached Documents in a MAS9 Environment using an NFS Volume linked to a PVC/PV
https://www.ibm.com/docs/en/mas-cd/maximo-manage/8.3.0?topic=documents-configuring-system-properties-persistent-storage
I followed this guide to setup the PVC/PV
How to create a Persistent Volume Claim (PVC) on Manage
I actually used the exact same values in the above guide to make sure I matched their stuff identically just using different sizes and my Storage Class that I had earlier created. It had the following settings in the Update Configuration of MAS:
MOUNTPATH PVC name Size Storage Class name Volume name
/doclinks doclinks 100Gi managed-nfs-storage
/mif mif 10Gi managed-nfs-storage
Having these 2 things it then created 2 folders on my NFS Volume with the huge paths:
/volume2/Attachments/mas-inst1-manage-inst1-work1-doclinks-pvc-09ca10ce-f1d7-4c62-828c-2daed85bf7d9
/volume2/Attachments/mas-inst1-manage-inst1-work1-mif-pvc-712373d8-ee32-45a5-a041-bde326107931
Anything that can be done about these names? They pretty unwieldy?
This process created 2 PVC records in my OS - inst1-work1-doclinks & inst1-work1-mif
So going back to the Properties Guide it is not clear what I do with these values to make my setup work its says to set
mxe.doclink.doctypes.defpath = /d01/doclinks
Would this then be my fully qualified path above?
mxe.doclink.doctypes.defpath = /volume2/Attachments/mas-inst1-manage-inst1-work1-doclinks-pvc-09ca10ce-f1d7-4c62-828c-2daed85bf7d9/
Next they say to do the
mxe.doclink.doctypes.topLevelPaths = \doclinks
Would this be same for me?
mxe.doclink.doctypes.topLevelPaths = \doclinks
or do I use my monster path
mxe.doclink.doctypes.topLevelPaths = /mas-inst1-manage-inst1-work1-doclinks-pvc-09ca10ce-f1d7-4c62-828c-2daed85bf7d9
And finally they say to do the
mxe.doclink.path01 = /d01/doclinks=https://host/doclinks
Would this be using my NFS Server IP
mxe.doclink.path01=/volume2/Attachments/mas-inst1-manage-inst1-work1-doclinks-pvc-09ca10ce-f1d7-4c62-828c-2daed85bf7d9= https://192.168.1.14/mas-inst1-manage-inst1-work1-doclinks-pvc-09ca10ce-f1d7-4c62-828c-2daed85bf7d9
Again, these guides are terrible at explaining how to deal with this in different situations.
Really need help figuring this out as I am trying all kinds of combinations of values and nothing is working. I see the PVC/PV there just cant seem to use them successfully.
Better documentation would be an ingenious idea. I cant be only person using NFS for Attached documents.
Thanks in advance for any help I can get,
------------------------------
David Miller
Managing Partner - Maximo Consultant
Enterprise Integration Partners LLC
------------------------------