Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 Replacing Hardware

Author  Topic 

Capt_Ron
Starting Member

45 Posts

Posted - 2008-11-10 : 09:39:50
I have 2 sql servers SQL1, SQL2
I'm replacing the hardware. The data and log drives are on a SAN so all I have to do is have the World Wide Names re-mapped to the new servers. (Real easy way of copying the data)
My issue is this:
I can't have servers with the same name on the network at the same time. So the new servers are SQL1New, SQL2New.
Can I just create DNS entries for SQL1 and SQL2 that point to the new servers? I'll also be moving the SQL1 and SQL2 IP addresses to the new servers.

Also how can I migrate all the security and maintenance plans?
Thanks
Ron

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-11-10 : 11:28:06
After SQL1New and SQL2New are setup and ready to go, take the old servers offline and then rename the new ones to the old names.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

Capt_Ron
Starting Member

45 Posts

Posted - 2008-11-10 : 11:41:45
That's what we've been discussing.
I've done that before and it's worked fine (after the stored procedures were run)
It was juse mentioned to me to try the DNS thing. They want to migrate these again in 2009 to a cluster of 3 servers and they figured if we were using the DNS name redirects that it would be easier later.

Thanks
Ron
Go to Top of Page
   

- Advertisement -