Try to get to the root of the problem first,
using the diagnosis techniques described throughout the Troubleshooting and support section of the information center. If your problem cannot
be resolved using these techniques, contact your IBM Support Center. Use the
procedure in this section only as a last resort.
If a queue manager that is shared between a broker, User Name Server,
and Configuration Manager fails and cannot be corrected
using problem determination, or by the IBM Support Center, re-create all three
components, because each component creates different queues. Perform the following
sequence of operations:
- Ensure that no workbench users
are deploying to brokers. You must wait until any such actions
have completed.
- Stop each component using the mqsistop command.
- Delete the User Name Server using the mqsideleteusernameserver command.
- Delete the broker using the mqsideletebroker command.
- Delete the Configuration Manager using the mqsideleteconfigmgr command,
with the -q parameter to remove the queue
manager.
You must delete the queue manager last. It cannot
be deleted while other components are still sharing it.
- Re-create each component using the relevant mqsi command.
- Start each component using the mqsistart command.
- Redeploy the domain configuration.