Answers

Question and Answer:

  Home  IBM Tivoli

⟩ Give the steps to start the Instance of MQ agents?

Suppose we got Offline MQ agent as :

MS_Offline:QMEIBP1::MQ

Check the agent status first :

bash-2.04$ ./cinfo -r

*********** Fri Jan 28 16:59:07 IST 2011 ******************

User: itmuser Groups: mqm mqbrkrs

Host name : CNDAEAI2APZP04 Installer Lvl:06.21.03.00

CandleHome: /IBM/ITM

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

Host Prod PID Owner Start ID ..Status

CNDAEAI2APZP04_svc1 mc 176582 CNDAEAI2APZP04

CNDAEAI2APZP04_svc1 mq 295460 BREIBP2

CNDAEAI2APZP04_svc1 mq 238186 QMEIBP2

bash-2.04$

No MQ instance for QMEIBP1 running as can see for QMEIBP2 running above.

Hence , we will try to start the QMEIBP1 instance first with below command

bash-2.04$ ./itmcmd agent -o QMEIBP1 start mq

Starting WebSphere MQ Monitoring Agent ...

WebSphere MQ Monitoring Agent started

bash-2.04$

bash-2.04$ ./cinfo -r

*********** Fri Jan 28 16:59:07 IST 2011 ******************

User: itmuser Groups: mqm mqbrkrs

Host name : CNDAEAI2APZP04 Installer Lvl:06.21.03.00

CandleHome: /IBM/ITM

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

Host Prod PID Owner Start ID ..Status

CNDAEAI2APZP04_svc1 mc 176582 CNDAEAI2APZP04

CNDAEAI2APZP04_svc1 mq 295460 BREIBP2

CNDAEAI2APZP04_svc1 mq 238186 QMEIBP2

CNDAEAI2APZP04_svc1 mq 30450 QMEIBP1

bash-2.04$

 150 views

More Questions for you: