You can use these procedures to remove the IBM WebSphere Application Server from your Linux system.
Perform the following steps to remove the WebSphere Application Server:
<WAS_dest-path>/bin/stopServer.sh server1 -username <username> -password <password>where:
<WAS_dest-path> is the destination path where WebSphere Application Server, Version 5 was installed.
<username> is the name of the WebSphere Application Server authentication user.
<password> is the password of the WebSphere Application Server authentication user.
<HTTPServer_dest-path>/bin/adminctl stop
where:
<HTTPServer_dest-path> is the destination path where IBM HTTP Server 1.3.28 was installed.
<HTTPServer_dest-path>/bin/apachectl stop
where:
<HTTPServer_dest-path> is the destination path where IBM HTTP Server 1.3.28 was installed.
<WAS_installPath>/WebSphere/AppServer/_uninst/uninstall
where <WAS_installPath> is the location where
WebSphere was installed. If WebSphere Application Server was installed by Multiple Device Manager,
this is the same path where Multiple Device Manager was installed.Gskit will not be uninstalled, as it may be shared with other programsClick OK.
After you have uninstalled WebSphere Application Server, you can uninstall MQSeries. Type the following commands in a command window:
rpm -e $(rpm -qa | grep -E "MQSeries.*-U") rpm -e $(rpm -qa | grep MQSeries)