Author |
Message
|
mvic |
Posted: Wed Jan 25, 2006 8:02 am Post subject: Re: Configure channels on Solaris 10 with inetd |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
mquseless wrote: |
I am having problems with configuring inetd to run RCVR channels on Solaris 10 |
I take it that editing inetd.conf and sending SIGHUP to the inetd process is out of the question? Anyway, that's by the way. What do you get if you run
Code: |
netstat -a | grep LISTEN |
...any mention of MQSERIES or 1424 ? |
|
Back to top |
|
 |
EddieA |
Posted: Wed Jan 25, 2006 9:52 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Do you know that the recommended way to run the listener is now with runmqlsr.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
sjensen |
Posted: Thu Jan 26, 2006 2:20 am Post subject: |
|
|
Centurion
Joined: 18 Dec 2003 Posts: 134 Location: London
|
Hi,
I didn't know inetd.conf was gone in Solaris 10 - very useful info thanks
Silly question I am sure but in this line
Code: |
MQSERIES stream tcp nowait root /opt/mqm/bin/amqcrsta amqcrsta -m QMGR |
The actual name of the QMGR is used right?
Good luck
Stefan |
|
Back to top |
|
 |
mvic |
Posted: Thu Jan 26, 2006 2:21 am Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
Code: |
*.MQSERIES *.* 0 0 49152 0 LISTEN |
OK, looks as though inetd is listening correctly. Time now to work out (a) whether inetd is successfully starting amqcrsta, (b) whether amqcrsta is successfully receiving data from the network. You could perhaps do this by turning on MQ trace (strmqtrc -m QMNAME -t all -t detail) before attempting the connection from the remote machine. |
|
Back to top |
|
 |
sjensen |
Posted: Thu Jan 26, 2006 3:07 am Post subject: |
|
|
Centurion
Joined: 18 Dec 2003 Posts: 134 Location: London
|
Hi again,
Just noticed the listener runs as root not mqm so another silly question... root is in the mqm group right?
Cheers
Stefan |
|
Back to top |
|
 |
mvic |
Posted: Thu Jan 26, 2006 3:53 am Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
sjensen wrote: |
Just noticed the listener runs as root not mqm |
Since when? I was not aware this was the case. I thought everything ran as mqm. |
|
Back to top |
|
 |
|