Setting up remote administration with MQ Explorer on MQSeries 5.3

This is what needs to be done on the SERVER that is going to be administrated:

  • Create a new channel with CHLTYPE(SVRCONN), TRPTYPE(TCP) and MCAUSER(‘mqm’) (eg. define channel(SERVER.CONNECTION) CHLTYPE(SVRCONN) TRPTYPE(TCP) MCAUSER(‘mqm’) in runmqsc)
  • Create a new model called SYSTEM.MQEXPLORER.REPLY.MODEL (eg. define qmodel(SYSTEM.MQEXPLORER.REPLY.MODEL) in runmqsc)
  • Now start the command server: strmqcsv <QManager>

Now we are going to setup the CLIENT MQ Explorer

  1. Right click “Queue Managers” and choose “Show/Hide Queue Managers”
    Show/Hide Queue Managers
  2. Click “Add”
    Add button
  3. Queue Manager name is the name of the QManager of the server you want to administrate
    Queue Manager NamePress “Next”
  4. Now enter the Host name/IP address, Port and the Server connection channel you defined on the server
    Connection detailsNow press “Finished”
  5. If everything is correct MQ Explorer will now connect to the QManager

If the connection fails be sure to check firewall settings so that you are allowed to connect to the server on the desired port (port 1414 in this example)

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre lang="" line="" escaped="" cssfile="">

This site uses Akismet to reduce spam. Learn how your comment data is processed.