Author |
Message
|
ChrisWMQ |
Posted: Wed Sep 29, 2004 3:11 am Post subject: Defining MQ to use non local drive |
|
|
Newbie
Joined: 09 Sep 2002 Posts: 1 Location: London
|
We have a desire to create a Q Manager with the logs and data stored on a remote server. This server will provide high availability and resilient disk and is being used in anticipation of a need to handle failover support. We have Installed MQ to point to the share for both data and logs but we are getting various failures when we try and create a Q Manager and or create a queue. Is what we are trying to do possible ? Is there any thing we should do which isn't covered in the documention ?
The server is Windows 2000, MQ 5.3 CSD07
Any help gratefully received
Regards Chris |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 29, 2004 4:49 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The installer/queue creation may not have been able to properly set permissions on the shared disk. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
PGoodhart |
Posted: Wed Sep 29, 2004 5:21 am Post subject: |
|
|
Master
Joined: 17 Jun 2004 Posts: 278 Location: Harrisburg PA
|
I also think you need to take a HARD look at your requirements and your design. My basic point is that seperating the queue manager from its log (putting them on different machines) is not going to get you high availablity or failover support. In fact this will slow down your MQ performance and add failure points to your infrastructure. FYI if you lose access to the logs you will crash MQ. If you are relying on a Network to provide access to a disk, you must consider multiple redunancies on the Network Resources. That means multiple network cards, extra cabling, etc. If you want a solid system you want the logs local on a redundent hotswapping raid array. _________________ Patrick Goodhart
MQ Admin/Web Developer/Consultant
WebSphere Application Server Admin |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Sep 29, 2004 6:44 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I'd definitely recommend that you put your logs on a separate disk from your queue manager. However, I'd never recommend that you make this disk be remote. You'd be better off in the long run in buying a second drive for your local machine to hold the logs. |
|
Back to top |
|
 |
JasonE |
Posted: Mon Oct 04, 2004 3:15 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
I didnt think MQ allowed the logs to be on remote disks (at least those the o/s reports as being remote). I'm not at all sure, but just something lurking in the depths of a hazy past.... |
|
Back to top |
|
 |
|