I didn't, but I am using HACMP on AIX.  I also ran into problems after
upgrading to MQ5.3, so the following might help.

First of all I found that the IPC directory names have slightly changed from
v5.2 to v5.3, so I needed to update the halinkmqm and hadltmqm scripts
accordingly.

The second problem was that the queue manager would not start up.  (It started
up, but within seconds it crashed leaving a bunch of FDC files behind.)

I found two solutions to this problem:

1. The halinkmqm script creates a link from /var/mqm/qmgrs/QMGR to the real
location of the queue manager.
...
# The link from /var/mqm/qmgrs is not necessary, but some programs
# may assume a default path to the queue manager so we'll create it anyway
ln -fs $3/qmgrs/$2 /var/mqm/qmgrs/$2
...
After removing this link the queue manager started up normally.

2. After creating the HA queue manager QM1, the QueueManager stanza in the
mqs.ini looks something like this:

QueueManager:
   Name=QM1
   Prefix=/MQHA/QM1/data
   Directory=QM1

Changing the Prefix to /var/mqm (and leaving the above mentioned symlink in
place!) did also fixed the problem.

I hope this helps.
Peter


--- Greg Ross <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Is anyone using the Veritas Solaris cluster support pac MC6A with MQ 5.3?
>
> We have tried defining some Q managers and have run into problems starting
> up the new Q manager. These startup problems do not occur if the Q manager
> is defined with the normal CRTMQM command.
>
>
> Thanks.....Greg
>
> __________________________________________________________________________
> The information contained in this email communication may be confidential.
> You
> should only read, disclose, re-transmit, copy, distribute, act in reliance
> on or
> commercialise the information if you are authorised to do so. If you are
> not the
> intended recipient of this email communication, please notify us
> immediately by
> email to [EMAIL PROTECTED] or reply by email direct to the sender
> and then destroy any electronic or paper copy of this message.  Any views
> expressed in this email communication are those of the individual sender,
> except
> where the sender specifically states them to be the views of a member of
> the
> National Australia Bank Group of companies.  The National Australia Bank
> Group
> of companies does not represent, warrant or guarantee that the integrity of
> this
> communication has been maintained nor that the communication is free of
> errors,
> virus or interference.
>
> Instructions for managing your mailing list subscription are provided in
> the Listserv General Users Guide available at http://www.lsoft.com
> Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to