Uninstalling AMS on Linux
Use the rpm command to remove Advanced Message Security component on Linux platforms.
Procedure
- Stop all IBM MQ applications associated with the installation we are uninstalling.
- For a server installation, end any IBM MQ activity associated with the installation we are uninstalling:
- Log in as a user in the group mqm.
- Set up the environment to work with the installation we want to uninstall. Enter the following command:
. MQ_INSTALLATION_PATH/bin/setmqenvwhere . MQ_INSTALLATION_PATH refers to the location where IBM MQ is installed.- Display the state of all queue managers on the system. Enter the following command:
dspmq -o installation- Stop all running queue managers associated with the installation we want to uninstall. Enter the following command for each queue manager:
endmqm QMgrName- Stop any listeners associated with the queue managers. Enter the following command for each queue manager:
endmqlsr -m QMgrName
- Log in as root.
- Run the following command:
rpm -e package_namewhere package_name is MQSeries AMS-V.R.M-F
- V
- Represents the version of the product that we are uninstalling
- R
- Represents the release of the product that we are uninstalling
- M
- Represents the modification of the product that we are uninstalling
- F
- Represents the fix pack level of the product that we are uninstalling
Results
The Advanced Message Security component has been uninstalled. Parent topic: Uninstalling AMS on Multiplatforms