Procedure
To change the LDAP admin user password in the Business Automation Workflow
deployment:
-
Log in to your LDAP server to update your LDAP admin user password.
-
Log in to the Administration Console for Content Platform
Engine by using your
LDAP admin user and the updated password (step 1). You can find the login URL from the configMaps
"icp4adeploy-cp4ba-access-info" under your namespace.
-
Open the domain properties page for the FileNet® P8 domain.
-
Update the password for the LDAP admin user as step 1, as shown in the following example.
-
Continue to update the password in Process Engine Component Manager in the Administration Console for Content Platform
Engine. Find your TOS
object store, expand , then expand the isolated
region that you are using and Component Queues, select the queue and update
the password as shown in the following example.
If you have multiple target object stores, ensure that the same password update is applied to
the Process Engine Component Manager queues in each target object store.
-
Scale down the Cloud Pak for Business Automation
operator deployment.
-
Scale down the following deployments. Wait for Kubernetes (Red Hat®
OpenShift®) to stop the existing pods (the pod
terminations might take several minutes). You can monitor the status of your pods by using the Red Hat
OpenShift or Kubernetes command
"oc get pods -w".
- Content Platform Engine
- Navigator
- Workflow server
-
Update
appLoginPassword with the new password in the secret
"ibm-fncm-secret" and "ibm-ban-secret".
-
Scale up the Cloud Pak for Business Automation
operator deployment. Wait for Kubernetes (Red Hat
OpenShift) to create the new pods (the pod creation
might take several minutes). You can monitor the status of your pods by using the Red Hat
OpenShift or Kubernetes command
"oc get pods -w".
- Update the CR to
add is_default: false for the other non-default project
area
- Delete the jobs
basaut-content-init-job and
bas-case-init-job, wait for the operator to reconcile, and create the new
jobs.
- Get the
content-init-job name:
oc get job | grep content-init-job
- Delete the job:
oc delete job <content-init-job-name>
Delete the case init job:
- Get the
case-init-job
name:oc get job | grep case-init-job
- Delete the
job:
oc delete job <case-init-job-name>
-
Restart Content Platform Engine,
IBM® Content
Navigator,
and Business Automation Workflow pods in
this order.