IBM Support

How to validate IBM Maximo Assist deployment and activation status by using the Red Hat OpenShift command

How To


Summary

Users want to validate IBM Maximo Assist deployment and activation status by using the Red Hat OpenShift command.

Steps

You can also check the Assist Deployment status by using the Red Hat OpenShift client command line to log in your Red Hat OpenShift Container Platform cluster

1. Log in to the cluster
  oc login <OCP_cluster>
2. Check the Deployment Status
  oc get assistapp -n {{Assist_project}}

  NAME         VERSION            STATUS   AGE

  masdev       8.5.0              Ready    73d
3. Check the workspace activation status
  oc get assistworkspace -n {{Assist_project}}

  NAME              VERSION            STATUS   AGE

  masdev-main       8.5.0              Ready    73d

   The Assist operator uses the `Ready` condition reason code of the CR to indicate progress. The following reason codes are used:

  • Ready: the Assist app/workspace/backup/restore Operator CR is up to date and ready to use
  • InvalidConfiguration: one or more configurations are not available or incorrect, refer to fail msg for details
  • AssistTooOld: Migration installation of the existing assist is not supported.
  • AssistorCouchDBNotReady: Assist is not ready or No embedded couchdb for Backup/Restore
  • CertificateNotReady: Certificates Secret is not yet available
4. Check all pods status and ensure all pods are in running and complete status. Run the following command and confirm that there is no output.
oc get  pods -n {{Assist_project}} | grep -Evi '1/1|2/2|3/3|run|complete'

Applicable to Assist Version:

8.4, 8.5

Document Location

Worldwide

[{"Type":"MASTER","Line of Business":{"code":"LOB59","label":"Sustainability Software"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSRHPA","label":"IBM Maximo Application Suite"},"ARM Category":[{"code":"a8m3p000000F83HAAS","label":"Maximo Application Suite->MAS Applications->Assist"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.7.0;8.8.0"}]

Document Information

Modified date:
26 July 2022

UID

ibm16606269