Posted: Wed Feb 28, 2007 12:50 am Post subject: MQ in Cluster
Newbie
Joined: 28 Feb 2007 Posts: 8
Hi everyone
I'm new to this forum.
I have a problem with MQ in a MSCS.
I've setup the cluster with the shared disk and everything is working in the MSCS.
I've now installed MQ on one of the nodes and started configuring the mq, I'm using the administrators guide to do this.
I've also registered the MQ with haregtyp /r and it's working, I can put the qmgr under MSCS control.
First problem: creating the qmgr, I've set the environmental variable MQS_PREFIX to C:\WebSphere MQ and restarted the machine.
If I create the qmgr it's created in the default directory and not under C:\WebSphere MQ.
Second problem: moving the log and data files to the shared disk using:
hamvmqm /m CSVMQ /dd "C:\Program Files\IBM\WebSphere MQ" /ld "D:\WebSphere MQ\log".
The problem here is that it didn't create the qmgr under c:\Websphere Mq and that is why I used the default directory in the source folder.
The error I'm getting while moving the log and data files are (the qmgr is stopped):
C:\Program Files\IBM\WebSphere MQ\bin>hamvmqm /m Rentius /dd "C:\Program Files\I
BM\WebSphere MQ" /ld "F:\WebSphere MQ\log"
The specified destination is used by this queue manager. The destination directo
ries must be unique.
Usage: hamvmqm /m queuemanager /dd absolutedatapath /ld absolutelogpath
And sometimes it tells me: error copying files, it creates the directories but doesn't copy the files.
Hi sorry guys, I've found the problem.
The hamvmqm /m Rentius /dd "C:\Program Files\I
BM\WebSphere MQ" /ld "F:\WebSphere MQ\log" must be as follow hamvmqm /m Rentius /dd "F:\WebSphere MQ" /ld "F:\WebSphere MQ\log"
If I want to runmqsc it tells me not authorized, i've add the administrator to the mqm group and my user account. which user account do I need to add to the mqm group if the MSCS controls my qmgr.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum