Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Clustering > Is clustering a good solution for this?

Reply
Thread Tools Display Modes

Is clustering a good solution for this?

 
 
Trevor Holyoak
Guest
Posts: n/a

 
      01-16-2009
We recently built a Windows 2003 server with an iSCSI storage array for
keeping backups on. We also just moved from a workgroup to a domain on
our network, and plan to keep all the user profiles on this new server.
We also built an identical server at another site, which we are using as
a backup.

We've looked at different ways of keeping both servers synchronized.
We're currently trying out a program called SyncBack, and we have also
looked at much more expensive ways of doing it.

We've also been looking into clustering, and wonder if that might be the
best solution, since it's already built into Windows and would
apparently provide hot failover for the user profiles.

What are the pros and cons of using clustering for this? Any
recommendations or comments would be very helpful.

Thanks,
Trevor
 
Reply With Quote
 
 
 
 
John Toner [MVP]
Guest
Posts: n/a

 
      01-16-2009
Clustering does not provide any sort of data replication between nodes. You
would need some form of shared storage that is common to both nodes. Since
you've mentioned that the other node would be at a separate site, you're
looking at a "multi-site" cluster...based on your quick description, I think
this is not an option for your budget.

You might consider looking into Double-take from NSI software or some other
IP replication software to accomplish this.

Regards,
John

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

"Trevor Holyoak" <> wrote in message
news:gkqham$qni$...
> We recently built a Windows 2003 server with an iSCSI storage array for
> keeping backups on. We also just moved from a workgroup to a domain on
> our network, and plan to keep all the user profiles on this new server.
> We also built an identical server at another site, which we are using as
> a backup.
>
> We've looked at different ways of keeping both servers synchronized.
> We're currently trying out a program called SyncBack, and we have also
> looked at much more expensive ways of doing it.
>
> We've also been looking into clustering, and wonder if that might be the
> best solution, since it's already built into Windows and would
> apparently provide hot failover for the user profiles.
>
> What are the pros and cons of using clustering for this? Any
> recommendations or comments would be very helpful.
>
> Thanks,
> Trevor



 
Reply With Quote
 
Ryan Sokolowski [MVP]
Guest
Posts: n/a

 
      01-16-2009
You could also look at DFS/DFSR to see if those technologies address your
specific needs. This might be your best solution, depending on your budget,
the amount and type of data you want to replicate, etc.

--
Ryan Sokolowski
MVP - Clustering
MCT, MCITP x3, MCTS x8, MCSE x2, CCNA, CCDA, BCFP


"John Toner [MVP]" <> wrote in message
news:...
> Clustering does not provide any sort of data replication between nodes.
> You
> would need some form of shared storage that is common to both nodes. Since
> you've mentioned that the other node would be at a separate site, you're
> looking at a "multi-site" cluster...based on your quick description, I
> think
> this is not an option for your budget.
>
> You might consider looking into Double-take from NSI software or some
> other
> IP replication software to accomplish this.
>
> Regards,
> John
>
> Visit my blog: http://msmvps.com/blogs/jtoner
>
> "Trevor Holyoak" <> wrote in message
> news:gkqham$qni$...
>> We recently built a Windows 2003 server with an iSCSI storage array for
>> keeping backups on. We also just moved from a workgroup to a domain on
>> our network, and plan to keep all the user profiles on this new server.
>> We also built an identical server at another site, which we are using as
>> a backup.
>>
>> We've looked at different ways of keeping both servers synchronized.
>> We're currently trying out a program called SyncBack, and we have also
>> looked at much more expensive ways of doing it.
>>
>> We've also been looking into clustering, and wonder if that might be the
>> best solution, since it's already built into Windows and would
>> apparently provide hot failover for the user profiles.
>>
>> What are the pros and cons of using clustering for this? Any
>> recommendations or comments would be very helpful.
>>
>> Thanks,
>> Trevor

>
>


 
Reply With Quote
 
Trevor Holyoak
Guest
Posts: n/a

 
      01-16-2009
Thanks. From the research we've done, we thought that a Majority Node
Set Quorum would do data replication between nodes, but now I see that
it would require at least 3 nodes, so it looks like your assessment that
a replication solution would be better is correct.

Thanks,
Trevor

John Toner [MVP] wrote:
> Clustering does not provide any sort of data replication between nodes. You
> would need some form of shared storage that is common to both nodes. Since
> you've mentioned that the other node would be at a separate site, you're
> looking at a "multi-site" cluster...based on your quick description, I think
> this is not an option for your budget.
>
> You might consider looking into Double-take from NSI software or some other
> IP replication software to accomplish this.
>
> Regards,
> John
>
> Visit my blog: http://msmvps.com/blogs/jtoner
>
> "Trevor Holyoak" <> wrote in message
> news:gkqham$qni$...
>> We recently built a Windows 2003 server with an iSCSI storage array for
>> keeping backups on. We also just moved from a workgroup to a domain on
>> our network, and plan to keep all the user profiles on this new server.
>> We also built an identical server at another site, which we are using as
>> a backup.
>>
>> We've looked at different ways of keeping both servers synchronized.
>> We're currently trying out a program called SyncBack, and we have also
>> looked at much more expensive ways of doing it.
>>
>> We've also been looking into clustering, and wonder if that might be the
>> best solution, since it's already built into Windows and would
>> apparently provide hot failover for the user profiles.
>>
>> What are the pros and cons of using clustering for this? Any
>> recommendations or comments would be very helpful.
>>
>> Thanks,
>> Trevor

>
>

 
Reply With Quote
 
Trevor Holyoak
Guest
Posts: n/a

 
      01-16-2009
Thanks. I will look into DFS Replication. I just read a description of
it and it does indeed sound like it might be what we're looking for.

Thanks,
Trevor

Ryan Sokolowski [MVP] wrote:
> You could also look at DFS/DFSR to see if those technologies address
> your specific needs. This might be your best solution, depending on your
> budget, the amount and type of data you want to replicate, etc.
>

 
Reply With Quote
 
Edwin vMierlo [MVP]
Guest
Posts: n/a

 
      01-20-2009


> Thanks. From the research we've done, we thought that a Majority Node
> Set Quorum would do data replication between nodes,


Yes, but only for the Quorum data, not User or Application data

Rgds,
edwin.



> but now I see that
> it would require at least 3 nodes, so it looks like your assessment that
> a replication solution would be better is correct.
>
> Thanks,
> Trevor
>
> John Toner [MVP] wrote:
> > Clustering does not provide any sort of data replication between nodes.

You
> > would need some form of shared storage that is common to both nodes.

Since
> > you've mentioned that the other node would be at a separate site, you're
> > looking at a "multi-site" cluster...based on your quick description, I

think
> > this is not an option for your budget.
> >
> > You might consider looking into Double-take from NSI software or some

other
> > IP replication software to accomplish this.
> >
> > Regards,
> > John
> >
> > Visit my blog: http://msmvps.com/blogs/jtoner
> >
> > "Trevor Holyoak" <> wrote in message
> > news:gkqham$qni$...
> >> We recently built a Windows 2003 server with an iSCSI storage array for
> >> keeping backups on. We also just moved from a workgroup to a domain on
> >> our network, and plan to keep all the user profiles on this new server.
> >> We also built an identical server at another site, which we are using

as
> >> a backup.
> >>
> >> We've looked at different ways of keeping both servers synchronized.
> >> We're currently trying out a program called SyncBack, and we have also
> >> looked at much more expensive ways of doing it.
> >>
> >> We've also been looking into clustering, and wonder if that might be

the
> >> best solution, since it's already built into Windows and would
> >> apparently provide hot failover for the user profiles.
> >>
> >> What are the pros and cons of using clustering for this? Any
> >> recommendations or comments would be very helpful.
> >>
> >> Thanks,
> >> Trevor

> >
> >



 
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
A good book for to study clustering? Marc Clustering 1 03-13-2008 04:03 PM
Is clustering a good solution for... Pickle Clustering 8 05-14-2007 05:41 PM
Good doc regarding file sharing and clustering? Gary Clustering 1 03-16-2006 06:14 PM
Is clustering the right solution here? Brian Madden Clustering 1 12-18-2004 11:00 PM
Which clustering solution is appropriate RKinch Clustering 8 11-10-2004 04:40 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