Author |
Message
|
gogo |
Posted: Mon Jul 28, 2008 11:16 am Post subject: Windows to AIX MQ queue manager access problem |
|
|
Novice
Joined: 28 Jul 2008 Posts: 11
|
I have an error for Windows client to MQ on AIX server.
Process(3884.1) User(mqm) Program(amqcrsta_nd)
AMQ9209: Connection to host 'P111 (......)' closed.
EXPLANATION:
An error occurred receiving data from 'P111 (......)' over TCP/IP.
The connection to the remote host has unexpectedly terminated.
ACTION:
Tell the systems administrator.
Being MQ administrator I am trying to fix this issue. I saw other posts with suggestion to do
ALTER CHL(SYSTEM.DEF.SVRCONN) CHLTYPE(SVRCONN) MCAUSER('mqm')
I found other chanels with svrconn types. Are they requireing this alter as well?
CHANNEL(CHANNEL1) CHLTYPE(SVRCONN)
CHANNEL(SYSTEM.AUTO.SVRCONN) CHLTYPE(SVRCONN)
CHANNEL(SYSTEM.DEF.SVRCONN) CHLTYPE(SVRCONN)
Is it possible to have the client PC P111 in other access lists to be modified in AIX? |
|
Back to top |
|
 |
sami.stormrage |
Posted: Mon Jul 28, 2008 11:46 am Post subject: |
|
|
 Disciple
Joined: 25 Jun 2008 Posts: 186 Location: Bangalore/Singapore
|
No you cannot alter a client Qmgr from ur AIX server unless u have access to remotely login to that server.
You will be MQ admin for the AIX servers which might be acting as hub. But if it is a problem with any object on the client Qmgr then it is the problem of the application team to find their amin and fix the problem, unless your support scope also involves resolveing application Qmgr connectivity issues aswell.. none-the-less You should ask the admin of that server to run the command on the SVRCONN channel CHANNEL1. _________________ *forgetting everything * |
|
Back to top |
|
 |
gogo |
Posted: Mon Jul 28, 2008 12:18 pm Post subject: |
|
|
Novice
Joined: 28 Jul 2008 Posts: 11
|
sami.stormrage wrote: |
You should ask the admin of that server to run the command on the SVRCONN channel CHANNEL1. |
I am able to work in runmqsc as mqm via telnet. Do you mind any example of the command to try? |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jul 28, 2008 12:20 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Setting the MCAUSER to mqm will do nothing other than make the whole queue manager unsecure.
It certainly won't do anything to solve your network connectivity problem. |
|
Back to top |
|
 |
gogo |
Posted: Mon Jul 28, 2008 12:33 pm Post subject: |
|
|
Novice
Joined: 28 Jul 2008 Posts: 11
|
mqjeff wrote: |
Setting the MCAUSER to mqm will do nothing other than make the whole queue manager unsecure.
It certainly won't do anything to solve your network connectivity problem. |
I have quecked acl for mqm directories on other system. There is no rescrictions. So I don't see the reasons to have the error but it is. |
|
Back to top |
|
 |
sami.stormrage |
Posted: Mon Jul 28, 2008 12:41 pm Post subject: |
|
|
 Disciple
Joined: 25 Jun 2008 Posts: 186 Location: Bangalore/Singapore
|
|
Back to top |
|
 |
gogo |
Posted: Mon Jul 28, 2008 2:33 pm Post subject: |
|
|
Novice
Joined: 28 Jul 2008 Posts: 11
|
sami.stormrage wrote: |
http://www-1.ibm.com/support/docview.wss?doc=aimwmq&rs=171&uid=swg21110505
This might be of some help. |
It is curious!
In my case p111 is a loptop with Windows. |
|
Back to top |
|
 |
kevinf2349 |
Posted: Mon Jul 28, 2008 6:05 pm Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
Is a firewall blocking you? |
|
Back to top |
|
 |
AkankshA |
Posted: Mon Jul 28, 2008 8:25 pm Post subject: Re: Windows to AIX MQ queue manager access problem |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
gogo wrote: |
I have an error for Windows client to MQ on AIX server.
Process(3884.1) User(mqm) Program(amqcrsta_nd)
AMQ9209: Connection to host 'P111 (......)' closed.
EXPLANATION:
An error occurred receiving data from 'P111 (......)' over TCP/IP.
The connection to the remote host has unexpectedly terminated.
ACTION:
Tell the systems administrator.
|
did u chk for network connectivity ??? _________________ Cheers |
|
Back to top |
|
 |
sami.stormrage |
Posted: Tue Jul 29, 2008 5:54 am Post subject: |
|
|
 Disciple
Joined: 25 Jun 2008 Posts: 186 Location: Bangalore/Singapore
|
Just restart the channel and see if it works _________________ *forgetting everything * |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jul 30, 2008 6:17 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
sami.stormrage wrote: |
Just restart the channel and see if it works |
How do you restart a SVRCONN? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sami.stormrage |
Posted: Wed Jul 30, 2008 6:53 am Post subject: |
|
|
 Disciple
Joined: 25 Jun 2008 Posts: 186 Location: Bangalore/Singapore
|
I meant stop and start..
stop chl(SYSTEM.DEF.SVRCONN)
8 : stop chl(SYSTEM.DEF.SVRCONN)
AMQ9533: Channel 'SYSTEM.DEF.SVRCONN' is not currently active.
dis chs(SYSTEM.DEF.SVRCONN)
9 : dis chs(SYSTEM.DEF.SVRCONN)
AMQ8417: Display Channel Status details.
CHANNEL(SYSTEM.DEF.SVRCONN) CHLTYPE(SVRCONN)
CONNAME( ) CURRENT
RQMNAME( ) STATUS(STOPPED)
SUBSTATE( ) XMITQ( )
start chl(SYSTEM.DEF.SVRCONN)
10 : start chl(SYSTEM.DEF.SVRCONN)
AMQ8018: Start WebSphere MQ channel accepted.
 _________________ *forgetting everything * |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jul 30, 2008 6:58 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
What good will that do?
It does nothing. |
|
Back to top |
|
 |
sami.stormrage |
Posted: Wed Jul 30, 2008 6:59 am Post subject: |
|
|
 Disciple
Joined: 25 Jun 2008 Posts: 186 Location: Bangalore/Singapore
|
The reason behind the post was that, I read an article about a file called /tmp/mqseries.xxxxx being created and not deleted when a chennel ends abruptly.. however..they also mentioned tht the file had been moved to /var/mqm dir in V6, and the problem should be a rarity..
If there is a process again started with the xxxxx process id, then there would be a file name clash.. and the channel would stop.
Offcourse I dint consider amqrmppa channel pooling.. may be kill the process altogather and start a new one.. hope.. there arent.. further implications of other channels getting affected by that. _________________ *forgetting everything *
Last edited by sami.stormrage on Wed Jul 30, 2008 7:03 am; edited 1 time in total |
|
Back to top |
|
 |
exerk |
Posted: Wed Jul 30, 2008 7:02 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
sami.stormrage wrote: |
start chl(SYSTEM.DEF.SVRCONN)
AMQ8018: Start WebSphere MQ channel accepted.
 |
Try that again and check its status... _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
|