Can any one give me the procedure to create a failover cluster on windows2003???

Any links would also be helpful.....

I got warning messages on MSDTC such that MSDTC is not running on local machine. If it is configured on cluster please run like that msg comes. How can i fix this???

link|improve this question

25% accept rate
feedback

migrated from stackoverflow.com Aug 5 '09 at 21:20

This question came from our site for professional and enthusiast programmers.

3 Answers

Try here, post back if you have any trouble.

link|improve this answer
feedback

The generic steps are below but you should be able to get white papers on this from Microsoft's web site.

  • Present SAN/shared storage device to cluster
  • Create partition, format drive and assign drive letter
  • Pick an IP address and network name to use that is not in use
  • run through SQL server setup

http://msdn.microsoft.com/en-us/library/ms179530.aspx

link|improve this answer
feedback

It seems like you need to install the MSDTC service as a clustered resource. This is described in the following article:

http://support.microsoft.com/kb/301600

link|improve this answer
I have done those also by sseing this article only before i post the question. – Cute Aug 5 '09 at 15:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.