Uninstalling the full product on Linux

You must use the uninstall wizard detailed below to remove WebSphere Business Integration Message Broker. Do not use a native uninstallation program.

  1. Stop all running processes that use any part of WebSphere Business Integration Message Broker (brokers and the User Name Server) before you uninstall. Use the mqsilist (list resources) command to check which components are running. Stop each component using the mqsistop command.
  2. If you do not plan to reinstall on this computer, delete all of the runtime components. When you delete a component, all its associated data and resources are deleted; if you want to retain component data, do not delete that component. Use the following commands to delete one or more components: mqsideletebroker command and mqsideleteusernameserver command.
  3. Run the uninstallation program: remove WebSphere Business Integration Message Broker before you remove WebSphere Business Integration Event Broker.
    /opt/mqsi/_uninst/message/uninstaller [-options-...]
    /opt/mqsi/_uninst/event/uninstaller [-options-...]
    where [-options-...] are:
    Command line option Description
    -options-record Specifies that the install wizard should automatically generate an options (response) file, <responsefile>, that can be used for subsequent invocations.
    -options-template Specifies that the install wizard should automatically generate an options (response) file, <responsefile>, for the project while running, which can be edited and used to provide user input during a later run.
Related tasks
Installing on Linux
Related reference
mqsideletebroker command
mqsideleteusernameserver command
mqsilist (list resources) command
mqsistop command