Once the WebSphere MQ Tier Collectors have been installed, the following post-installation task may be required:
Setting the Queue Manager attributes
To set Queue Manager attributes on Windows
- Go to Start>Programs>IBM WebSphere MQ and open the MQ Services utility.
- Right-click the specific queue manager and select Properties.
- On the Exits tab, click Add.
- Set the attributes as follows:
- Name:
VeritasI3Agent
- Function:
PSI_EntryPoint
- Module:
<precise_root>\products\insight\bin\psi_mq_exits.dll
- [V] Data:
%ID%
- Sequence:
100
where%ID%
is a hexadecimal number, such as 0x 920D212F.
- Name:
- Stop and restart the queue manager.
To set Queue Manager attributes on UNIX
- Log in as the mqm user.
- Copy all psi_mq_exits* files from the
<precise_root>/products/insight/bin/
folder to the mq lib folder. - Open the qm.ini file of the relevant queue manager, located in the mq home/qmgrs folder, and add the following lines:
ApiExitLocal:
Sequence=100
Function=PSI_EntryPoint
Module=mq lib/psi_mq_
exitsName=VeritasI3Agent
Data=%KEY%
where%KEY%
is a hexadecimal number, such as 0x920D212F. - Run the following command to stop the queue manager:
endmqm queue manager name
- Run the following command to restart the queue manager:
strmqm queue manager name