Author |
Message
|
michelz |
Posted: Thu Apr 18, 2002 1:09 pm Post subject: |
|
|
Novice
Joined: 05 Feb 2002 Posts: 10 Location: Michel Zohar
|
We have two machines on each one we have a queue manager.
If one machine goes down we want to start the other queue manager
in the same stat and data from the persistence logs.
It is enough to point to the same log directory?
If yes, they (queue manager) need to be in the same name?
|
|
Back to top |
|
 |
bduncan |
Posted: Thu Apr 18, 2002 8:18 pm Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
This is a very complicated thing; failing over a queue manager across hardware. Are you using some third party failover product? Also, are you planning on failing over the IP address as well? Any channels running to the queue manager that goes down will go into retry mode unless the new machine picks up the IP. Of course, you don't have to do it this way, but not failing over the IP would require the other queue managers to know that queue manager A has gone down and failed over to queue manager B...
_________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
 |
rwa |
Posted: Fri Apr 19, 2002 4:29 am Post subject: |
|
|
Voyager
Joined: 22 Jan 2002 Posts: 76 Location: Duesseldorf/Germany
|
Please view the SupportPAC mc6a. This SupportPAC deals with failover of
MQSeries using Veritas Cluster Server. |
|
Back to top |
|
 |
michelz |
Posted: Fri Apr 19, 2002 5:42 am Post subject: |
|
|
Novice
Joined: 05 Feb 2002 Posts: 10 Location: Michel Zohar
|
We use MC Service Guard, and we have a floating ip.
Machine B will have the Machine A ip as well.
The question is, if they can share the same log directory for recovery?
|
|
Back to top |
|
 |
jhalstead |
Posted: Fri Apr 19, 2002 6:09 am Post subject: |
|
|
 Master
Joined: 16 Aug 2001 Posts: 258 Location: London
|
installing mq on local disks on both sides and having object and log files on shared disks seems fine to me (assuming you'll only have the 1 qmgr) on either box. If you have many qmgr on both sides of pair then you need to be a little smarter with your mount points. |
|
Back to top |
|
 |
EddieA |
Posted: Fri Apr 19, 2002 9:51 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Try this:
http://www-4.ibm.com/software/ts/mqseries/txppacs/mc66.html
It's the Support Pac for configuring MQSeries under Service Guard.
Cheers,
_________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|