Restoring Maximo Manage attachments

You can restore attachments for Maximo® Manage, which can include receipts, certifications, invoices, and any files that are attached to assets, work orders, or job plans.

Procedure

  1. Open the Maximo Manage namespace.
    oc project <your “Manage” namespace>
  2. Get the pod name of your server $POD for the all or ui containers.
    oc get pods
  3. Copy the backup archive folder that contains your attachments from the local system to the server for the all or ui containers.
    oc cp $POD:/$MOUNTPATH $LOCALFOLDER -c all
  4. Expand the tar file in the mountPath folder.
    oc exec -it $POD -c $CONTAINER --namespace $NAMESPACE -- bash -c "tar -xz
    <targzfilename>"