To restore the previous service level:
- Before installing maintenance you must end all WebSphere® MQ activity:
- Log in as root.
- Use the endmqm command to stop all
running queue managers.
- Stop any listeners associated with the queue managers, using
the command:
endmqlsr -m QMgrName
- To check that you have stopped all of them, enter the following:
ps -ef | grep mq
Check that there are no processes
listed that are running command lines beginning amq or runmq.
Ignore any that start with amqi.
- Use the swremove command to remove the
maintenance package from the system. For example, to remove the 6.0.0.1 maintenance
level, use the command:
swremove MQSERIES,r=6.0.0.1
Details of the swremove command can be found
in the HP-UX Administration Guide or by using the man
swremove command.