Answers

Question and Answer:

  Home  IBM Tivoli

⟩ Give the steps to Configure mq agent?

i) Go to /IBM/ITM/config

ii) copy the mq.cfg and create a new file as given below-

cp mq.cfg <ServerHostname>_mq_<QMANGERNAME>.cfg

eg : cp mq.cfg CNDAEAI2APZP18_mq_QMEIGP6.cfg

iii) Edit the new file as shown below-

Important :

In that following 3 places QManager names need to be added marked in bold

bash-3.2$ cat CNDAEAI2APZP19_sv1_mq_QMEIAP6.cfg

*****************************************************************

* *

* Licensed Materials - Property of IBM *

* *

* (C) Copyright IBM Corp. 1996, 2007 All Rights Reserved. *

* *

* US Government Users Restricted Rights - Use, duplication or *

* disclosure restricted by GSA ADP Schedule Contract with *

* IBM Corp. *

* *

*****************************************************************

SET GROUP NAME (GROUP1) -

DEFAULT(YES) -

RETAINHIST(120) -

COMMAND (YES) -

MSGACCESS(DESC) -

EVENTS(REMOVE) -

ACCOUNTINGINFO(REMOVE) -

STATISTICSINFO(REMOVE)

SET MANAGER NAME(QMEIAP6)

SET QUEUE NAME(*) MGRNAME(QMEIAP6) QDEFTYPE(PREDEFINED)

SET CHANNEL NAME(*) MGRNAME(QMEIAP6)

PERFORM STARTMON SAMPINT(300) HISTORY(NO)

iv) Change the file permission

bash-3.2$

chmod 777 Hostname_mq_QMANGERNAME.cfg

v) configure mq agent using itmcmd command ( normal configuration)

vi) start the instance of MQ

./itmcmd agent -o <QMANGERNAME> start mq

 158 views

More Questions for you: