After you upgrade your deployment of IBM Workflow Process Service Authoring, you must verify
that your upgraded application works with the rest of your container environment.
Procedure
- Wait for about 45 minutes, depending on your computer's performance. You can see which
images were recently pulled by running a command similar to the following command, where
${NAMESPACE}
is your Cloud Pak for Business Automation namespace:
for i in $(oc get pod -n ${NAMESPACE} --no-headers|awk '{print $1}')
do
oc describe pod $i| awk '/Pulled/{print "'$i'",$0}'
done
- To check the status of the pods, run the following command:
oc get pods -n ${NAMESPACE}
-
Log in to Business Automation
Studio. To get
the URL and the user credentials to log in, access the Config Maps from the OpenShift web
console.
- Log in to your cluster web console.
- Select your namespace.
- In the left panel, select .
- Find cp4ba-access-info. You can get IBM Cloud Pak® dashboard information from
bastudio-access-info.
- Access Business Automation
Studio by using
the URL in bastudio-access-info.