Author |
Message
|
rajak |
Posted: Wed Jul 19, 2006 10:13 pm Post subject: Problem in MQ 5.3 in linux |
|
|
Newbie
Joined: 18 Jul 2006 Posts: 8
|
I have just installed MQ 5.3 and created Queue manager in Linux(RHEL 4).
But if i grep the queue manager process, all the subroutine called by crtmqm is running more than 4 times.
I am not sure, whether it has to do with MQ or Linux. Can some body help me sorting out this...
Thanx. |
|
Back to top |
|
 |
wschutz |
Posted: Thu Jul 20, 2006 1:29 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
You do know that threads are shown as processes in linux, right? Is the queue manager working as you expect? Why is this a concern? _________________ -wayne |
|
Back to top |
|
 |
rajak |
Posted: Thu Jul 20, 2006 2:50 am Post subject: |
|
|
Newbie
Joined: 18 Jul 2006 Posts: 8
|
My concern is running a lisetener.
Even the runmqlsr is running as four to five threads. Does it affect anyway.
And after starting five threads its throwing a error " A Communication bind error has occured". |
|
Back to top |
|
 |
wschutz |
Posted: Thu Jul 20, 2006 3:08 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Can you paste the entire and exact message you are seeing? _________________ -wayne |
|
Back to top |
|
 |
rajak |
Posted: Thu Jul 20, 2006 3:22 am Post subject: |
|
|
Newbie
Joined: 18 Jul 2006 Posts: 8
|
The exact error msg is as follows.
[mqm@build001 ~]$ runmqlsr -m TEST -t TCP -p 1460
5724-B41 (C) Copyright IBM Corp. 1994, 2002. ALL RIGHTS RESERVED.
07/20/2006 04:51:25 PM AMQ9213: A communications error for bind occurred.
And also when i grep the port, see the result i got:
[mqm@build001 ~]$ ps -ef | grep -i 1460
mqm 5641 5392 0 16:51 pts/3 00:00:00 runmqlsr -m TEST -t TCP -p 1460
mqm 5642 5641 0 16:51 pts/3 00:00:00 runmqlsr -m TEST -t TCP -p 1460
mqm 5644 5642 0 16:51 pts/3 00:00:00 runmqlsr -m TEST -t TCP -p 1460
mqm 5645 5642 0 16:51 pts/3 00:00:00 runmqlsr -m TEST -t TCP -p 1460
mqm 5646 5642 0 16:51 pts/3 00:00:00 runmqlsr -m TEST -t TCP -p 1460
Last edited by rajak on Thu Jul 20, 2006 3:25 am; edited 1 time in total |
|
Back to top |
|
 |
rajak |
Posted: Thu Jul 20, 2006 3:28 am Post subject: |
|
|
Newbie
Joined: 18 Jul 2006 Posts: 8
|
Ya i tried, the ports are in listening state.
And also when i telnet from the client to the server machine in the same port, it says "ESTABLISHED" with the clients IP Address. |
|
Back to top |
|
 |
wschutz |
Posted: Thu Jul 20, 2006 6:18 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Is there anything else in AMQERR01.LOG for the TEST qmgr? _________________ -wayne |
|
Back to top |
|
 |
gtorres |
Posted: Wed Aug 02, 2006 8:11 pm Post subject: |
|
|
Newbie
Joined: 07 Jul 2006 Posts: 4 Location: Colombia
|
Hi, it wanted to know as you solved the problem. Thanx |
|
Back to top |
|
 |
|