Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Clustering > Re: Failover with a shared disk

Reply
Thread Tools Display Modes

Re: Failover with a shared disk

 
 
John Toner [MVP]
Guest
Posts: n/a

 
      02-26-2009
Sounds like what you are doing today is doomed to fail. Two Windows servers
should not access the same LUN simultaneously. The NTFS filesystem cannot
handle simultaneous access from multiple hosts so you will cause file system
corruption by doing so.

With that said, MS cluster can/must have the same LUN assigned to multiple
hosts. MSCS adds a filter driver that allows only one node to access the
disk at a time in order to prevent this file system corruption. MSCS is a
"shared nothing" cluster model so only one node of the cluster will ever own
the resource at a time.

With that said, it is certainly possible to have an application installed on
a shared disk and have it failover between the nodes. It might take some
tweaking in the application to make this work, but it is certainly do-able
with MSCS.

Regards,
John

Visit my blog: http://msmvps.com/blogs/jtoner

<> wrote in message
news:021781d0-f8d1-45ed-a995-...
> Hi,
>
> I am new to failover and clustering. Presently my application doesn't
> support failover and I am planning the failover on windows using a
> shared disk which is accessible by two computers using SAN. Is there
> any method by which I achieve failover if I install the app on the
> disk which mapped/mounted to two windows systems so that the other
> machine will run the services when one machine fails?
>
> If Windows cluster technology does not support this design, are there
> any third party tools to achieve this?
>
> Thanks
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Server 2008 Failover Cluster Validation (Shared Disks) JM Clustering 8 09-21-2007 03:52 AM
Problem with disk failover Stephan Clustering 0 03-15-2007 04:34 PM
failover disk failed Joachim Clustering 8 03-16-2006 05:24 PM
Shared disk does not failover if public nic goes down R. Andrew Johnson Clustering 3 01-26-2005 07:39 AM
Failover during DB backup (Veritas) Shared disks failover but not Chiu Clustering 0 01-24-2005 02:43 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59