From Single Node to Dual Node with Clustered SQL Server
I was wondering if somone has migrated TFS from a single server installation to a Dual Node installation with clustered SQL Server in the backend? What kind of issues one should expect? Also is a any document from microsoft that describes how to actually perform this migration?
Thanks
Shahab
[311 byte] By [
Shahab03] at [2007-12-25]
While there isn't anything specifically for this exact scenario, there is MSDN Help documentation both on configuring TFS for use with a clustered SQL server in the data-tier (this should be present in the installation documentation), and documentation on moving from a single server installation to a dual server installation (see http://msdn2.microsoft.com/en-us/library/ms404854.aspx). This topic assumes that as part of the move, you will install a fresh dual server installation (in your case this would be with a clustered SQL data tier). The rest of the steps should be no different.
Please make sure that you also read the Move considerations section of http://msdn2.microsoft.com/en-us/library/ms404860.aspx too.
Please let us know how you get on, and I would advise doing a dry run to make sure that this works for you.
Thanks,