How To
Summary
This document provides instructions on how to redeploy IBM Business Automation Content Analyzer (ACA) on a system where ACA was previously deployed.
Objective
When ACA is redeployed on a system that held a previous instance of ACA, the old configuration information must be removed to prevent the new instance from reusing that data.
Steps
- Undeploy ACA.
- If ACA is the only product deployed, run:
- oc delete -f <cr yaml file>
- If there are other ICP4A products that are deployed, comment out the ca_configuration section header line in the cr yaml and run:
- oc apply -f <cr yaml file>
- If ACA is the only product deployed, run:
- Wait until Operator deletes the installation and all ACA pods are terminated.
- oc get pods
- If a pod still has a status of Terminating after 5 minutes, it might be necessary to force it to be deleted.
- oc delete pod <pod name> --force --grace-period=0
- Navigate to the data folder as defined by the data pvc and delete all the files and folders within it.
- rm -rf *
- WARNING: Be careful to be in the correct folder before you run any delete command. Deleting files in other folders can make the system unusable.
- Do the same task with the config and log files and folders. These files and folders don't interfere with redeployments. However, they are no longer needed and the redeployment is a good opportunity to purge them.
- Redeploy ACA. If lines were previously commented out in the cr yaml, uncomment them and run:
- oc apply -f <cr yaml file>
Document Location
Worldwide
[{"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SSUM7G","label":"IBM Business Automation Content Analyzer on Cloud"},"Component":"","Platform":[{"code":"PF040","label":"RedHat OpenShift"}],"Version":"All Versions","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]
Product Synonym
ACA
Was this topic helpful?
Document Information
Modified date:
26 March 2020
UID
ibm16118162