Has anyone ever renamed a clustered SQL 2005 Server and also change the IP address of the instance? Do I just change the parameters in the respective cluster resources to reflect the new name and Ip address? Do I need to run the sp_dropserver/sp_addserver command? Thanks!
You can follow the steps documented in BOL to change the virtual server name: http://msdn.microsoft.com/en-us/library/ms178083.aspx Linchi "Steven" wrote: > Has anyone ever renamed a clustered SQL 2005 Server and also change the IP > address of the instance? Do I just change the parameters in the respective > cluster resources to reflect the new name and Ip address? Do I need to run > the sp_dropserver/sp_addserver command? > > Thanks! > > >
And the steps for changing IP addresses are documented in this KB article: http://support.microsoft.com/kb/244980 Linchi "Steven" wrote: > Has anyone ever renamed a clustered SQL 2005 Server and also change the IP > address of the instance? Do I just change the parameters in the respective > cluster resources to reflect the new name and Ip address? Do I need to run > the sp_dropserver/sp_addserver command? > > Thanks! > > >