Author |
Message
|
SMWalker |
Posted: Wed Sep 04, 2002 6:43 am Post subject: amqcrsta listener process not being started by inetd |
|
|
 Novice
Joined: 20 Aug 2002 Posts: 16 Location: NJ
|
Box had MQ 5.1 , and was upgraded to 5.2. Upgrade went fine, but wanted to test roll back to 5.1 just in case. after rollback, and upgrade, the "amqcrsta" process will not start even though it is listed in the inetd.conf file. Every other service in that file starts, which leads me to believe it is not a problem with inetd or the OS. This is on Solaris 8. we have completely uninstalled, and reinstalled MQ. It starts and can create a qmgr and queues, but without this listener process no applications can connect to the queue manager.
Any help would be greatly appreciated. |
|
Back to top |
|
 |
mrlinux |
Posted: Wed Sep 04, 2002 6:57 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Does the queue manager exist that the listener process is configured to start for ??? _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
SMWalker |
Posted: Wed Sep 04, 2002 6:58 am Post subject: |
|
|
 Novice
Joined: 20 Aug 2002 Posts: 16 Location: NJ
|
yes it does. The queue manager has been created, and all the required queues for the application are created. |
|
Back to top |
|
 |
mrlinux |
Posted: Wed Sep 04, 2002 7:00 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
try telnet HOSTNAME MQ_PORT# if you get back a quick connection failed restart inetd, if it hangs then the listener is starting . _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
SMWalker |
Posted: Wed Sep 04, 2002 7:14 am Post subject: |
|
|
 Novice
Joined: 20 Aug 2002 Posts: 16 Location: NJ
|
mrlinux wrote: |
try telnet HOSTNAME MQ_PORT# if you get back a quick connection failed restart inetd, if it hangs then the listener is starting . |
It hangs. But when I do a ps -ef |grep amqcrsta there is nothing there. No runmqlsr either. It is almost like that port is blocked somehow. |
|
Back to top |
|
 |
mrlinux |
Posted: Wed Sep 04, 2002 7:22 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Did you disable the listener while unistalling the old MQ or updating the new ???? If you didnt I suggest you try it.
1) comment out amqcrsta line in inetd.conf
2) restart inetd
3) uninstall/install MQSeries
4) create queue manager/objects
5) uncomment out amqcrsta line
6) restart inetd. _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Sep 04, 2002 8:35 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Can't you also use the netstat command to see what inetd is listening on? |
|
Back to top |
|
 |
|