Cleaning up Integration Bus node residues

Perform this task to clean up Integration Bus (IIB) node residues after an installation fails.

Procedure

  1. If under single node deployment mode, skip the next two commands. If under four node deployment mode, run the following commands:
    /opt/IBM/InstallationManager/eclipse/tools/imcl listInstalledPackages
    /opt/IBM/InstallationManager/eclipse/tools/imcl uninstallAll
  2. Run the following commands:
    for i in `rpm -qa | grep -i mqseries | grep -i "9.1.3"`; do rpm -e --nodeps --noscripts $i; done
    for i in `rpm -qa | grep -i mqseries`; do rpm -e --nodeps --noscripts $i; done
  3. To verify that all related packages are uninstalled, run the following command. When you run the command, nothing should show.
    rpm -qa | grep -i mqseries
  4. If under single node deployment mode, skip the next commands. If under four node deployment mode, run the following commands:
    rm -rf /opt/ibm/
    rm -rf /opt/IBM/
    rm -rf /home/db2inst1/sqllib