Author |
Message
|
Luis Henrique |
Posted: Mon May 09, 2005 12:58 pm Post subject: Unable to start listener to TCP port with five digits |
|
|
Newbie
Joined: 09 May 2005 Posts: 4
|
Hello all!
I am experiencing a problem: whenever I start a listener to TCP port with five digits (ex. 10000) I receive a CSQX218E message with RC=0000045B. I've tried to start 9999 TCP port successfully.
Does anyone have any clue about it???
Regards,
Luis Henrique.
+55 61 414-3782. |
|
Back to top |
|
 |
sebastianhirt |
Posted: Mon May 09, 2005 1:48 pm Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
Hi,
all my queue managers are running on ports bigger then 10000.
I found the following on the internet
Quote: |
CSQX218E +QWP1 CSQXLSTT Listener unable to bind to port 1414 address .0.0.0, TRPTYPE=TCP INDISP=QMGR, RC=0000045B |
Maybe your port is used by another application. Or some other mechanism is prohibiting your listener to bind to that port?!
Is there anything meaningful in your logs (the MQ ones, or maybe even the system logs)? Any FFST files?
my 2 cents
Sebastian |
|
Back to top |
|
 |
malammik |
Posted: Mon May 09, 2005 3:21 pm Post subject: |
|
|
 Partisan
Joined: 27 Jan 2005 Posts: 397 Location: Philadelphia, PA
|
|
Back to top |
|
 |
Luis Henrique |
Posted: Tue May 10, 2005 5:40 am Post subject: Unable to start listener to TCP port with five digits |
|
|
Newbie
Joined: 09 May 2005 Posts: 4
|
Hi,
I've verified that I can't start listener TCP port range from 10000 to 11999. I managed to start the listener TCP port from 12000 to above. Looking at the z/OS TCPIP profile dataset, there is no reserved ports in that range. Also, there is no application usging them.
It could be a restriction of MQSeries, or it could be a Channel Initiator parameter that not allow to use ports from that range???
Regards. _________________ Luis Henrique.
MQSeries System Administrator
+55 61 414-3782 |
|
Back to top |
|
 |
sebastianhirt |
Posted: Tue May 10, 2005 5:57 am Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
Hi,
I am almost certain, that MQ itself is supporting any TCP port you want.
Also I have tested it on Windows and on AIX. It is working for me.
Don't really knowing z/OS, but is it possible that there is a limitation of z/OS?
cheers
Sebastian |
|
Back to top |
|
 |
Luis Henrique |
Posted: Tue May 10, 2005 6:32 am Post subject: Unable to start listener to TCP port with five digits |
|
|
Newbie
Joined: 09 May 2005 Posts: 4
|
Hi,
in z/OS is possible to reserve ports, but as I told before, I've already verified it (in profile TCPIP), and the range (10000 - 11999) is not reserved. So, I guess the problem could be in MQSeries. _________________ Luis Henrique.
MQSeries System Administrator
+55 61 414-3782 |
|
Back to top |
|
 |
javagate |
Posted: Tue May 10, 2005 8:07 am Post subject: |
|
|
 Disciple
Joined: 15 Nov 2004 Posts: 159
|
it does appear that the port/address is in use.
what version of MQ are you on? _________________ WebSphere Application Server 7.0 z/OS &
MQ 6.0. I work with WebSphere in the real world not in some IBM lab. |
|
Back to top |
|
 |
Luis Henrique |
Posted: Tue May 10, 2005 9:40 am Post subject: Unable to start listener to TCP port with five digits |
|
|
Newbie
Joined: 09 May 2005 Posts: 4
|
Hello.
I've just discovered the reason of the problem. There is a component in z/OS, called Unix System Services (USS), where the stack TCPIP of z/OS is running on. So, there are two parms in USS that reserve ports: INADDRANYPORT that specifies the starting port number to be reserved, and INADDRANYCOUNT that specifies how many ports to reserve. These parameters are specified in member BPXPRMxx that resides in SYS1.PARMLIB dataset. In my case, the INADDRANYPORT value is 10000 and the INADDRANYCOUNT value is 2000.
Tanks for your help!
Regards. _________________ Luis Henrique.
MQSeries System Administrator
+55 61 414-3782 |
|
Back to top |
|
 |
|