Author |
Message
|
mquser01 |
Posted: Fri Sep 18, 2009 1:31 am Post subject: Multi-instance queue manager on Linux(mq V7.0.1 new feature) |
|
|
Acolyte
Joined: 06 Mar 2008 Posts: 52
|
Hi,
I have followed all the step mentioned in the below site to create a multi-instance queue manager on Linux(RHEL 5).
http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp?topic=/com.ibm.mq.amqzag.doc/fa70160_.htm
to mount on server 2 command used was
mount -t nfs -orw, hard, intr 192.168.217.130:/MQHA /MQHA
but when i verify the shared file system locking using
amqmfsck -w /MQHA
to test waiting for and releasing a lock on the directory concurrently.
it says
File Lock released.
AMQ5667: Error executing system call 'fchmod' on file '/MQHA//amqfsck.lkw' errno 1('Operation not permitted')
even when i try
addmqinf -s QueueManager -v Name=QM1 -v Directory=QM1 -v Prefix=/var/mqm -v DataPath=/MQHA/qmgrs/QM1
it says
You are not authorized to perform the requested operation.
Need help as how to proceed further.
Regards |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Sep 18, 2009 4:49 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
generally if you are getting permission errors on Unix you should talk to your SA.
Probably you need to be root or have additional privileges granted to do the mounts, and you probably need to be in mqm to run that addmqinf command. |
|
Back to top |
|
 |
camauz |
Posted: Mon Sep 21, 2009 11:51 pm Post subject: |
|
|
 Acolyte
Joined: 20 Aug 2007 Posts: 52 Location: Mojan, Italy
|
It seems to me quite an impressive feature to be added as a minor minor change... (7.0.1).
It will be interesting to discover which shared filesystems are supported (NFS v3, v4? GPFS v3? ...)
BTW: the "System Administration Guide" on the IBM site is not yet updated, while InfoCenter is up-to-date
Regards
Ch.
Last edited by camauz on Mon Sep 21, 2009 11:53 pm; edited 2 times in total |
|
Back to top |
|
 |
zpat |
Posted: Mon Sep 21, 2009 11:52 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Hmm, I tend to wait for the next fix pack after new features are released! |
|
Back to top |
|
 |
camauz |
Posted: Fri Nov 13, 2009 12:17 am Post subject: Multi-Instance Queue Managers |
|
|
 Acolyte
Joined: 20 Aug 2007 Posts: 52 Location: Mojan, Italy
|
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Nov 14, 2009 6:26 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
In the user group we were told you need at least NFS4.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|