Author |
Message
|
waugh |
Posted: Mon Feb 23, 2004 2:24 pm Post subject: runmqlsr |
|
|
 Master
Joined: 19 Feb 2004 Posts: 225
|
I CREATED A QUEUE MANAGER ON AIX MACHINE WITH CRTMQM, and started with STRMQM, when i try to start the listener with RUNMQLSR command it is taking forever... no error.. i can see the IBM related info, after that its taking forever...
CRTMQM, STRMQM were successful...
what could be the reason??? |
|
Back to top |
|
 |
vennela |
Posted: Mon Feb 23, 2004 2:26 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
How are you starting the listener ?
You may want to start the listener like
Code: |
nohup runmqlsr -m QMGRNAME -t tcp -p portno &
|
Make sure that nothing else is already running on this port. |
|
Back to top |
|
 |
waugh |
Posted: Mon Feb 23, 2004 2:46 pm Post subject: |
|
|
 Master
Joined: 19 Feb 2004 Posts: 225
|
I TRIED COMMAND,
nohup runmqlsr -m QMGRNAME -T TCP -P 1414 &
it gave me this,
[1] 18184
sending nohup data to nohup.out.
nothing happens.. it looks like trying, but never ended... |
|
Back to top |
|
 |
bower5932 |
Posted: Mon Feb 23, 2004 2:57 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
The listener (runmqlsr) doesn't end. It stays around listening on the port. Is this what you are seeing? The 'nohup....' lets you move it out of the current window. |
|
Back to top |
|
 |
waugh |
Posted: Mon Feb 23, 2004 2:59 pm Post subject: |
|
|
 Master
Joined: 19 Feb 2004 Posts: 225
|
never ended, I meant to say the i did not recieve info. about successful command completion. |
|
Back to top |
|
 |
EddieA |
Posted: Mon Feb 23, 2004 3:24 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
listener (runmqlsr) doesn't end |
So, how do you expect
Quote: |
successful command completion |
runmqlsr is a LONG running task that never ends. If it does, nothing is listening for MQ connections any more.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
Leafar |
Posted: Tue Feb 24, 2004 7:24 am Post subject: |
|
|
 Acolyte
Joined: 03 Apr 2003 Posts: 74 Location: Buenos Aires
|
To see if the listener is running do
#telnet localhost 1414
and if you want to see the outout
#tail -f nohup.out
Saludos
Rafael
Ps: have you lloked at error logs? |
|
Back to top |
|
 |
manojt |
Posted: Tue Feb 24, 2004 11:35 pm Post subject: |
|
|
Newbie
Joined: 26 Sep 2003 Posts: 9
|
Its not coming out because it is continuously listining on that port.
Manoj |
|
Back to top |
|
 |
|