Restarting pods for Maximo Visual Inspection after restoration

After you restore the data for Maximo® Visual Inspection, you need to restart several pods for the new configuration to take effect.

Procedure

  1. Restart the pods.
    oc get pods -n mas-${MAS_INSTANCE_ID}-visualinspection | grep ${MAS_INSTANCE_ID}-service | awk '{print $1}' | xargs oc delete pod -n mas-${MAS_INSTANCE_ID}-visualinspection
  2. Wait for pods to be ready.
    watch "oc get pods -n mas-${MAS_INSTANCE_ID}-visualinspection | grep ${MAS_INSTANCE_ID}-service"