Validating the installation

To validate the IBM Process Mining installation, see the following steps:

  1. In the Red Hat OpenShift console, go to the Installed Operators page under Operators.
  2. Select the project that you installed the operator in, then the IBM Process Mining operator.
  3. Go to the IBM Process Mining Operator tab and check that the status for the IBM Process Mining instance is marked as Ready.

Process Mining Status

IBM Process Mining CR ready status

Optional: Alternatively, you can run the following command, replacing <my-namespace> with the project the IBM Process Mining instance is installed in (where <instance_name> is the name of the IBM Process Mining instance):

oc get processmining -n <my-namespace>
NAME                       READY
<instance_name>            True

Validating the Cloud Pak Platform UI route

You must see the following routes in the project or namespace specified for the installation (where <instance_name> is the name of the IBM Process Mining resource):

oc project <my-namespace>
oc get routes

NAME          HOST/PORT                                        PATH   SERVICES       PORT                   TERMINATION            WILDCARD
cpd           cpd-<instance-name>apps.CLUSTER_DOMAIN>          ibm-nginx-svc         ibm-nginx-https-port   passthrough/Redirect   None

This route is the URI for the Cloud Pak platform UI, from which you can access the IBM Process Mining UI.

Validating the IBM Process Mining API route

You must see the following routes in the project or namespace specified for the installation (where <instance_name> is the name of the IBM Process Mining resource):

oc project <my-namespace>
oc get routes

NAME                      HOST/PORT                                                     PATH   SERVICES                         PORT                   TERMINATION            WILDCARD
<intance-name>-pm         <intance-name>-pm-<my-namespace>.<CLUSTER_DOMAIN>             <intance-name>-service-web              7443-tcp               reencrypt/Redirect     None

The route is named <intance-name>-pm. If you open through a web browser, the url present in HOST/PORT value is: https://<HOST>/healthcheck

You must see something similar to the following:

{"data":"ready","success":true}

Validating the Task Mining API route

You must see the following routes in the project or namespace specified for the installation (where <instance_name> is the name of the IBM Process Mining resource):

oc project <my-namespace>
oc get routes

NAME                     HOST/PORT                                                PATH   SERVICES                              PORT                   TERMINATION            WILDCARD
<intance-name>-tm        <intance-name>-tm-<my-namespace>.<CLUSTER_DOMAIN>        <intance-name>-service-tm-nginx              8443-tcp               reencrypt/Redirect     None

The route is named <intance-name>-tm. If you open with a web browser, the url present in HOST/PORT value is: https://<HOST>/api/envinfo

You must see something similar to the following:

{"ssoUrl":"https://<intance-name>-pm-<my-namespace>.<CLUSTER_DOMAIN>/signin?sourceapp=https://<intance-name>-tm-<my-namespace>.<CLUSTER_DOMAIN>/login/auth","buildNumber":"1.11.0_8979a62","theme":{"name":"ibm","brand":"IBM Task Mining"},"exportChunkEnabled":false,"isSsoZen":true}

Understanding the CRD status when deployed

See Accessing the IBM Process Mining User Interface section for more details.