Honestly, the documentation of Quests Management Extensions could be much more better. So as for the Extension for Websphere MQ Series.
Here you find the main steps how to install the QMX, in this case in a clustered environment running on Windows Server 2008 R2.
- Install SupportPac on every MQ Server Node. Therefore run the following setup from the server with QMX base frame framework and MQ extension installed: %programfiles%\eXc Software\WMI Providers\nonWindows\Virtual Agent Library\MOM\MQSeries\IBMEventsMonitorSupportPacForWindows\setup.exe
- Install Telnet Server Feature on every MQ Server Node.
- Create a domain user. Add the user to the local group “TelnetClients” and to the local group “mqm” on all nodes.
- On the active node start a CMD and run the following command: runmqsc
- In the CLI run the commands (see step 6, 7 and 8) from the Quest Configuration Tool provided at the configuration site for MQ for every (!) queue and channel you have configured. You need the ‘ and ‘ even if they are not shown in the IBM documentation
- ALTER QMGR MONQ(MEDIUM) MONCHL(MEDIUM)
- ALTER QL('Q1') MONQ(QMGR)
- ALTER CHL('QM1.TO.QM2') CHLTYPE(SDR) MONCHL(QMGR)
- In the Quest Configuration Tool encrypt the username and password for the domain user account from step 3. Enter the username in the format domain\username
- Now add the filepaths to the username and password field at the configuration site for MQ
- Change the server name to the correct one. In a clustered environment use the cluster alias and verify, that you can reach the cluster with that. Otherwise take the IP (as I had to do because of customer configuration)
- Change the port to telnet (23)
- Safe your configuration
- Test the connection by right-click on the server name and select Test connection
- Now configure the channels, events and queues as you need it for your business
- Uncheck the Disabled checkbox and safe the configuration
- Start the monitoring by right-click on the server name and selecting Start
- Start the tracing console by right-click on the server name and select Show log
- There you can see if the extension works as expected.
All information is provided "as is" without any warranty! Try in lab before. Handle with care in production.
0 Comments:
Post a Comment