What if I want to bind each Qmanager to a specific Virtual IP address. For
example: I do not want to use different ports, rather I would listen on the same port (1414) but ont he differnt ip on the same
machine. How can this be accomplished? What can I use instead of /etc/services entree? Or how can this entree be modified?
TIA Ilya
Joined: 22 Jan 2002 Posts: 76 Location: Duesseldorf/Germany
A solution is to configure the listener to listen only on a single ip-address. This can be done by editing the section TCP in file qm.ini
[TCP]
PORT=n
IPADDR=x.x.x.x or hostname
added the following to my services file
telnet1 1414/tcp
telnet2 1414/tcp
restarted inetd
when I issue a telnet to 128.0.0.1 1414 I get telnet session
when I issue a telnet to 129.0.0.1 1414 I get a ftp session
Now if the inetd works the same on Sun then this type of setup will allow you
to listen on 1414 for more than 1 queue manager if you have the seperate virtual IP Address
_________________
Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeri
_________________
[ This Message was edited by: mrlinux on 2002-04-19 11:28 ]
[ This Message was edited by: mrlinux on 2002-04-19 11:32 ]
Joined: 22 Jan 2002 Posts: 76 Location: Duesseldorf/Germany
I was just able to test the configuration with IPADDR. This feature is documented in the book IBM MQ Series Intercommunication (Appendix C). If I set this feature the listener did not start. The errormessage is "AMQ9224: Unexpected token detected.".
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum