Wednesday, 27 December 2017

IBM Installation Manager - Uninstalling EVERYTHING

***CAUTION - THIS IS DESTRUCTIVE***

On the rare occasion that one needs to uninstall a whole bunch o' products installed by IBM Installation Manager (IIM) *AND* IIM itself, here's what one needs: -

/opt/ibm/InstallationManager/eclipse/tools/imcl uninstallAll

/opt/ibm/InstallationManager/eclipse/tools/imcl uninstall `/opt/ibm/InstallationManager/eclipse/tools/imcl listInstalledPackages`


***CAUTION - THIS IS DESTRUCTIVE***

It may also be necessary to clean up what IIM etc. leaves behind e.g.

rm -Rf /opt/ibm/WebSphere/
rm -Rf /opt/ibm/WebSphereProfiles

etc.

No comments:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...