Reverting Common, Connections-proxy, and WidgetContainer Applications for Uninstallation
The IBM Connections Installation Manager program requires that you revert the Common and WidgetContainer applications the News cluster for uninstallation if you previously separated those applications to their own clusters.
When reverting the Common application, the Connection-proxy ear will be reverted at the same time. The new cluster, node, and server name will be the same as those of the Common application.
- Stop all clusters in the Connections deployment.
- On the deployment manager, open a command prompt, and then change to the following directory on the WAS hosting the Connections server:
- On AIX or Linux:
/opt/IBM/Connections/ConfigEngine
- On Windows:
C:\IBM\Connections\ConfigEngine
- Enter the following command to run the script that reverts the Common application to the News cluster:
- On AIX or Linux:
./ConfigEngine.sh revert-common-ear -DWasUserid=<was_admin_username> -DWasPassword=<was_admin_password> > /tmp/revert-common-ear.log 2>&1
- On Windows:
ConfigEngine.bat revert-common-ear -DWasUserid=<was_admin_username> -DWasPassword=<was_admin_password> > C:\revert-common-ear.log 2>&1
For example, on the Windows operating system, you would enter the following command:
ConfigEngine.bat revert-common-ear -DWasUserid=wasadmin -DWasPassword=yourpassword > C:\revert-common-ear.log 2>&1
- Enter the following command to run the script that reverts the WidgetContainer application to the News cluster:
- On AIX or Linux:
./ConfigEngine.sh revert-widgetcontainer-ear -DWasUserid=<was_admin_username> -DWasPassword=<was_admin_password> > /tmp/revert-widgetcontainer-ear.log 2>&1
- On Windows:
ConfigEngine.bat revert-shindig-ear -DWasUserid=<was_admin_username> -DWasPassword=<was_admin_password> > C:\revert-shindig-ear.log 2>&1
For example, on the Windows operating system, you would enter the following command:
ConfigEngine.bat revert-widgetcontainer-ear -DWasUserid=wasadmin -DWasPassword=yourpassword > C:\revert-widgetcontainer-ear.log 2>&1
- Proceed with uninstallation.
Parent topic:
Uninstall Connections