Author |
Message
|
schweim |
Posted: Thu Jun 21, 2007 4:54 am Post subject: Problem with MQ Administration Wrapper Tool |
|
|
 Newbie
Joined: 15 Jun 2004 Posts: 9 Location: Ohio
|
I have recently installed the MQSeries Admin Wrapper tool from IBM on several of our ZLinux boxes and have encountered an issue on one server that I have not been able to resolve. The tool was installed and seems to work intermittently, but frequently throws an error when I try to start the tool. When I issue the RUNMQADM command at the command line I am receiving the following error: RUNMQADM Cannot set environment. The tool seems to work fine on all the other servers where it is installed and also works some of the time on this server. I have tried to reinstall the tool from the .tar file, but that did not resolve the issue. Might it possibly be some kind of a server resource issue? Any thoughts? |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jun 21, 2007 5:07 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Is it always for the same user that it works intermittently? Or does it always work for some users, and never for others? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
schweim |
Posted: Thu Jun 21, 2007 5:57 am Post subject: |
|
|
 Newbie
Joined: 15 Jun 2004 Posts: 9 Location: Ohio
|
It does the same thing for all the users whose IDs have been set in the mqadmin.config file. It works some of the time and not others no matter which ID is used. I've also tried changing user authorization levels, but that did nothing. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jun 21, 2007 6:53 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
is there anything funny going on in syslog or mq log at the time when the command fails? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jun 21, 2007 7:11 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Also, if this is MS0E, then it's a Category 3 Support Pack, which means you can open a PMR on this. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
schweim |
Posted: Thu Jun 21, 2007 10:34 am Post subject: |
|
|
 Newbie
Joined: 15 Jun 2004 Posts: 9 Location: Ohio
|
Nothing in Sys logs or MQ logs. The MQADMIN.log doesn't show anything either as it seems that it is not even getting to the queue manager. We did find one thing that might be related. When we do an 'strace -f runmqadm' on the server, it shows this:
getpid() = 13340
setgroups(0, []) = 0
setgid(2001) = 0
setuid(2001) = -1 EAGAIN (Resource temporarily unavailable)
write(-4294967294, ptrace: umoven: Input/output error
0x3ff004058f0, 4393751543845RUNMQADM (E): Cannot set environment
I'm thinking maybe the PMR option is going to be the way to go with this one... |
|
Back to top |
|
 |
|