Author |
Message
|
Ramesh_ka |
Posted: Tue Jun 15, 2004 7:04 am Post subject: How to Ensure my Queue Manager is Up and Running |
|
|
Novice
Joined: 24 Dec 2003 Posts: 13
|
Hi Gurus,
MQ is installed on sun solaris. I am trying to connect to a Queue Manager from Windows. Since the port is not open it say socket connecion refused. I tried to connect in two ways
1) Bindings mode
2) Fast Path Binding.
Is there a way to go and look out on Unix box directly in the process. Saying that these Process are up and running.. so, that i can confimr MQ is up and Running on that box..
Please help if any one has info on this..
Thanks in Advance
Ram |
|
Back to top |
|
 |
tallison |
Posted: Tue Jun 15, 2004 7:21 am Post subject: |
|
|
 Apprentice
Joined: 18 Jun 2002 Posts: 39 Location: Round Rock, Texas
|
How are you attempting to connect to the new solaris queue manager?
Client? Server?
Do you have the listener running on solaris?
do you have the channels configured?
You can look for the processes of MQ by using the grep command and look for processes that start with amq* _________________ Cheers!!
Tony Allison
_________________
MQSeries Certified Specialist
MQSeries Certified Developer
MQSeries Certified Solutions Provider |
|
Back to top |
|
 |
tallison |
Posted: Tue Jun 15, 2004 7:41 am Post subject: |
|
|
 Apprentice
Joined: 18 Jun 2002 Posts: 39 Location: Round Rock, Texas
|
Hi again Ram,
Here is the command and processes for your info.
ps -ef | grep QMNAME
Processes:
amqpcsea / Command server
amqhasmx / Logger
amqharmx / Log formatter (linear logs only)
amqzllp0 / Checkpoint processor
amqzlaa0 / Queue manager agents
amqzfuma / OAM process
amqzxma0 / Processing controller
amqrrmfa Repository process (for clusters)
amqzdmaa Deferred message processor
amqrmppa Channel receiver _________________ Cheers!!
Tony Allison
_________________
MQSeries Certified Specialist
MQSeries Certified Developer
MQSeries Certified Solutions Provider |
|
Back to top |
|
 |
vennela |
Posted: Tue Jun 15, 2004 7:59 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Even before that you can use dspmq to see if the QMGR is running. |
|
Back to top |
|
 |
Ramesh_ka |
Posted: Tue Jun 15, 2004 9:41 am Post subject: |
|
|
Novice
Joined: 24 Dec 2003 Posts: 13
|
Hi Gurus,
Both the things works fine. Thanks for you Responses...
Thanks
Ram |
|
Back to top |
|
 |
tkane |
Posted: Tue Jun 15, 2004 10:04 am Post subject: |
|
|
 Voyager
Joined: 23 Dec 2002 Posts: 82 Location: Kansas City
|
To check if you have a listener up on a port you can use telnet.
From a windows command prompt or from unix.
Code: |
telnet hostaname 1414
|
assuming that you're using the default port.
This will let you know if you have a firewall in between your two machines as well.
Tom |
|
Back to top |
|
 |
|