Author |
Message
|
petervh1 |
Posted: Mon Apr 19, 2010 4:04 am Post subject: Error 3: The system cannot find the path specified |
|
|
Centurion
Joined: 19 Apr 2010 Posts: 135
|
MQ V6 on Windows 2003. For testing disaster recovery, I created a QMGR, put some msgs on a queue. I then shut down this QMGR. I then created a QMGR with the same name on a different server and pointed to the Windows file system that I used to create the first QMGR. When I try to start MQSeries as a service on the second server I get this msg. (I mapped the drive to the second server - do I need to present it as a mirrored SAN drive rather?). Is this allowed? |
|
Back to top |
|
 |
Vitor |
Posted: Mon Apr 19, 2010 4:11 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
SAN might be easier but it does "work" your way - did it myself a couple of times. Some obvious restrictions with the method of course.
Are you sure you mapped the queue files and the logs to the other machine? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Apr 19, 2010 4:20 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You may not have mapped the drive in a way that was visible to the windows 'shell' that the IBM MQSeries Service runs the qmgr under. |
|
Back to top |
|
 |
petervh1 |
Posted: Mon Apr 19, 2010 4:35 am Post subject: |
|
|
Centurion
Joined: 19 Apr 2010 Posts: 135
|
Where can I find more info on the correct format for the mapping for the 'shell' ? |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Apr 19, 2010 4:47 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
It's not a matter of a "format".
It's just that not all drive maps are globally visible. If you make a drive mapping as one user, it may not be visible to another user and it may not be visible when the first user logs out.
Try creating the mapping by logging in as the local administrator and then stopping the IBM MQSeries Service entirely. The mapping might be visible when you start the IBM MQSeries service, and thus visible to the queue managers.
Or at least make sure that the queue manager is NOT set to start up automatically, and make sure you have created the drive mapping before you run strmqm - and *do* run strmqm and not amqmdain. |
|
Back to top |
|
 |
|