Tutorial published by: John, on 2006-01-13
Purpose
The purpose of this article is to teach you the step by step details of changing domains for an existing SQL Server 2000 Failover Cluster. Similar method can also be applied to SQL Server 2005 to change the domains.
Important Before you change the Cluster Domain, take the SQL Server resource offline by using the Cluster Administrator. After you take the SQL Server resource offline, you are ready to move the cluster to a new domain by using the guidelines in the following Microsoft Knowledge Base Article: 269196 How to Move a Windows NT 4.0 Cluster Server from One Domain to Another. If you have other clustered servers, you must determine what requirements they have before you move the cluster.
Step 1: SQL Server 2000 Setup Program
After you move the Microsoft Cluster Server (MSCS) to the new domain, start the SQL Server 2005 Setup program.
-
In the SQL Server Introduction dialog box, click Next.
-
In the text box that is located on the Computer Name dialog box, type the virtual server name of the Virtual SQL Server you are moving to a new domain. If you have multiple servers, decide which server you want to move first. Click to select the Virtual Server option, and then click Next.
-
In the Installation Selection dialog box, click to select Advanced Options, and then click Next.
-
In the Advanced Options dialog box, Maintain a Virtual Server for Failover Clustering is selected. Click Next.
-
In the Failover Clustering dialog box, click to select the existing IP address. Make sure that the IP address you select is the old one, and then click Remove.
-
In the IP address: text box, type the new IP address for the new domain, and then click Add. Click Next. Important If your domain move does not require you to change the IP address of the server, you do not have to remove and re-add the current address. Just click Next.
-
Unless you have to modify the Cluster Definition, click Next.
-
In the input text boxes, type the new: • User Name • Password • Domain Name
-
Click Next.
-
Click Finish.
If you are using SQL Server 2005
In SQL Server 2005, the user interface of the Setup program may differ from that in SQL Server 2000. For more information about how to manage nodes in a Microsoft SQL Server 2005 failover clustered instance, see the following topics in SQL Server 2005 Books Online:
• How to: Add or Remove Nodes in a SQL Server 2005 Failover Cluster (Setup) • Cluster Node Configuration • How to: Create a New SQL Server 2005 Failover Cluster (Setup)
Step 2: Cluster Administrator
Warning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
1. Start the Cluster Administrator. 2. Verify that the Virtual SQL Server you reconfigured in step 1 contains only one SQL Server IP Address resource, if the group contains more than one resource: a. Verify the resource properties of each IP Address resource. b. Delete the resource that is configured for the OLD IP Address. c. Run regedt32, do not use regedit, and then navigate to this registry key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftMSSQLServerCluster for a default Virtual SQL Server HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL Server\%Instance Name%Cluster for a Virtual SQL Server with a named instance where %Instance Name% would be the name of the instance being modified. d. Modify the ClusterIPAddr value to only contain the current valid IP Address for the Virtual SQL Server 3. While SQL Server 2000 Virtual Server is offline use the Control Panel applet to change the virtual SQL Servers startup accounts to the new domain account for the SQL Server and SQL Agent.
Note Create the SQL Server startup accounts. Make sure that you add the appropriate permissions and user rights to the SQL Server startup accounts. For additional information, click the following article number to view the article in the Microsoft Knowledge Base: 283811 How to change the SQL Server or SQL Server Agent Service account without using SQL Enterprise Manager in SQL Server 2000 4. Bring the Virtual SQL Server you reconfigured in step 1 online. 5. Repeat step 1 and step 2 for any other Virtual SQL Servers that are installed on the cluster.
References
For additional information, click the following article number to view the article in the Microsoft Knowledge Base: 269196 How to move a cluster server from one domain to another.
|