Author |
Message
|
satishchennu |
Posted: Wed Dec 15, 2010 1:21 pm Post subject: I am having issue starting the queue manager on shared syste |
|
|
Newbie
Joined: 15 Dec 2010 Posts: 2
|
I am planning to achieve the concept of making the MQ queues shared between 2 systems (concept of fault tolerance )that is if one system is down for some reason the other system takes its job and it should run fine as the queues are shared .Here we mounted qmgrs on SAN BOX where queues will be created. I am having issue starting the queue manager as it gives below error
AMQ6239: Permission denied attempting to access filesystem location
'/nfsv4/MQ7HA/qmgrs/saturn!queue!manager/errors/AMQERR02.LOG'.
AMQ6239: Permission denied attempting to access filesystem location
'/nfsv4/MQ7HA/log/saturn!queue!manager//amqprobe.amq'.
I believe i ts setting the Gid itself .Did someone have similar issue and if so how this was achieved. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Dec 15, 2010 1:35 pm Post subject: Re: I am having issue starting the queue manager on shared s |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
satishchennu wrote: |
I am having issue starting the queue manager as it gives below error |
Starting which queue manager? The principle or the fail over?
Have you reviewed the documentation on configuring queue managers in this way & used the support pac? Or just defined the file system on the SAN & given it a try?
Are you trying to run both queue managers simultaniously?
I'm guessing from the path you're using WMQv7. Are you doing full HA or using MI queue managers? On what platform?
Better information, better advice. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
HubertKleinmanns |
Posted: Wed Dec 15, 2010 10:16 pm Post subject: Re: I am having issue starting the queue manager on shared s |
|
|
 Shaman
Joined: 24 Feb 2004 Posts: 732 Location: Germany
|
You should just read the error message:
satishchennu wrote: |
...
AMQ6239: Permission denied attempting to access filesystem location
'/nfsv4/MQ7HA/qmgrs/saturn!queue!manager/errors/AMQERR02.LOG'.
AMQ6239: Permission denied attempting to access filesystem location
'/nfsv4/MQ7HA/log/saturn!queue!manager//amqprobe.amq'.
... |
It seems to be a mounted filesystem.
- Does the user "mqm" have write permissions to this file system and files?
- Are the UID and GID of the "mqm" user the same on all systems?
This is not a WMQ issue. Check the permissions and / or UID and GID with the Unix administrators. _________________ Regards
Hubert |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Dec 16, 2010 5:35 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Search for Multi-instance queue manager _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
satishchennu |
Posted: Thu Dec 16, 2010 9:20 am Post subject: |
|
|
Newbie
Joined: 15 Dec 2010 Posts: 2
|
Hi guys thanks for the response .the configuration files are mounted on the SAN system .In the concept of Fault tolerant
Both queue mangers will be running but one will be active and the other standby.Th problem is as when we are tying to start the queue manager it is giving the permission issue as below
AMQ6239: Permission denied attempting to access filesystem location
>>
>> '/nfsv4/MQ7HA/qmgrs/saturn!queue!manager/errors/AMQERR02.LOG'.
>>
>> AMQ6239: Permission denied attempting to access filesystem location
>>
>> '/nfsv4/MQ7HA/log/saturn!queue!manager//amqprobe.amq'
We are using the solarsis box.how this can be handled .Did I pharse it correctly now |
|
Back to top |
|
 |
Vitor |
Posted: Thu Dec 16, 2010 9:26 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
I repeat my question above:
Quote: |
Have you reviewed the documentation on configuring queue managers in this way & used the support pac? Or just defined the file system on the SAN & given it a try? |
_________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Dec 16, 2010 9:27 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
satishchennu wrote: |
the configuration files are mounted on the SAN system |
Not just those I hope, and increases my suspicion you've just dropped some likely looking files on the SAN rather than properly configured queue manager & file system. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Dec 16, 2010 9:38 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
The Multi-Instance documentation identifies prerequisite software, like NFS v4. Have you read the MI doc? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
exerk |
Posted: Thu Dec 16, 2010 11:38 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
bruce2359 wrote: |
The Multi-Instance documentation identifies prerequisite software, like NFS v4. Have you read the MI doc? |
It's implied in the file path that NFS4 is being used:
satishchennu wrote: |
.../nfsv4/MQ7HA/qmgrs/... |
But it is only implied. _________________ 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 |
|
 |
PeterPotkay |
Posted: Fri Dec 17, 2010 3:47 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
|
Back to top |
|
 |
|