Author |
Message
|
kavithadhevi |
Posted: Tue Jul 23, 2002 7:57 am Post subject: AIX - PROCESS FOR MQ |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Hi,
On a AIX Box , I would like to see what process are running for MQ and try to start and stop them like on a window or tandem , is it possible to do that on a AIX box and if yes how could i achieve that ?
Please share your knowledge here on this. _________________ Thanks in Advance.
Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com |
|
Back to top |
|
 |
bower5932 |
Posted: Tue Jul 23, 2002 9:41 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
You can see the processes by issuing a ps -ef | grep -i mq. However, I wouldn't try stopping any of them.
There is also a section in the System Admin guide that gives details on ow to manually stop a queue manager that won't end with endmqm. |
|
Back to top |
|
 |
mqonnet |
Posted: Tue Jul 23, 2002 9:46 am Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
ps -ef | grep *mq*
should do i guess...
Cheers.
Kumar _________________ IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator |
|
Back to top |
|
 |
kavithadhevi |
Posted: Tue Jul 23, 2002 12:09 pm Post subject: |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Thank you very much for your quick replies. It helps me a lot. I appreciate your timely replies. _________________ Thanks in Advance.
Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com |
|
Back to top |
|
 |
kavithadhevi |
Posted: Wed Jul 24, 2002 12:36 pm Post subject: |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Hi,
Any one have noticed whats the process for the JMS broker. Please share with me. The main reason i am asking this is sometimes when i want to stop the broker and start back oit says its stopping ... for a long time. At that time i wanted to check whether the process for the broker is running or not.
So please help me out. _________________ Thanks in Advance.
Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com |
|
Back to top |
|
 |
|