Author |
Message
|
EB |
Posted: Fri Nov 12, 2004 2:27 am Post subject: New installation MQ v 5.3 HPUX 11 |
|
|
 Acolyte
Joined: 19 Mar 2004 Posts: 70
|
Hi
We had 2 QMGRs running on a hp box with MQ 5.2, we tried to upgrade but had trouble which led us to remove the previous installation entirely in order to install MQ 5.3 from scratch.
This is what we did:
- Installed WMQ 5.3
- Installed CSD06
- Installed CSD08
- created qmgrs
- startet qmgrs
- startet commandserver
- startet listeners (tried to start)
- tried runmqsc
creating and starting the qmgrs and starting the commandserver goes well but when we try start the listener and runmqsc problems occur.
When we tried to start listeners we got
AMQ9218 The TCP/IP listener program could not bind to port nr XXXX
When trying runmqsc this is what we got:
AMQ9508 Program can not connect to the qmgr.
Any help is greatly appreciated
Regards
EB |
|
Back to top |
|
 |
bower5932 |
Posted: Fri Nov 12, 2004 6:13 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
My guess for the ports is that you already had something bound on the port. You can issue 'netstat -a' to check. My guess on the runmqsc would be that you mistyped the qmgr name? Did you get any FDCs in the errors directories? |
|
Back to top |
|
 |
Anirud |
Posted: Fri Nov 12, 2004 8:18 am Post subject: |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
I think you already have something bound on the port. I had the same issue the other day. We had entries in /etc/inetd.conf and /etc/services.
BTW, our environment is AIX and I am not sure where these entries will be on HP-UX.
If you want to use runmqlsr, comment the entries for the port number and do a refresh (on AIX I did refresh -s inetd).
Then start the listener using
Code: |
nohup runmqlsr -m QMGR -t TCP -p Port Number > QMGR.nohup 2>&1 & |
and you should be good.
Regards,
Anirud |
|
Back to top |
|
 |
EB |
Posted: Mon Nov 15, 2004 6:47 am Post subject: |
|
|
 Acolyte
Joined: 19 Mar 2004 Posts: 70
|
Thanks for the good advice, the matter is resolved.
I reinstalled the CSD08, this made runmwsc work. And yes I had already something bound on the port.
Thanks again everyone, maybe som day I can return the favour.
Regards
EB |
|
Back to top |
|
 |
rtsujimoto |
Posted: Mon Nov 15, 2004 7:40 am Post subject: |
|
|
Centurion
Joined: 16 Jun 2004 Posts: 119 Location: Lake Success, NY
|
As a side note, a CSD includes the maintenance from prior CSD's. So, you didn't have to install CSD6 before installing CSD8. |
|
Back to top |
|
 |
EB |
Posted: Mon Nov 15, 2004 8:36 am Post subject: |
|
|
 Acolyte
Joined: 19 Mar 2004 Posts: 70
|
Yes I know. The reason we did that was to ensure that the envirements where the same. In production we have 5.3.06 and where going to upgrade to 5.3.08. We had to make this particular test envirement the same therefore we chose to install the CSD06 as well.
Thanks anyway.
Regards
EB |
|
Back to top |
|
 |
|