I need to make sure that users and more importanly applications will still be able to get to the old server names on the new server. How do I get that done?
Main Topics
Browse All TopicsI have a two old servers called server1 and server2. There are multiple network shares on each one and I would like to move them to another server since they are running out of space. The new server name is server3. There are currently 3 network drives that users have automaticaly mapped during login with a script, such as server1/share1, server1/share2 and server2/share3 and so on. What I would like to do is move all the old shares to the new server but keep the names the same since there are mutliple applications that are HARDCODED with the old server name and share name. It is almost impossible to find all the locations where the information is located so after the move to the new server both the old name and new name should work.
What is the best way to accomplish this?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
As regards to keeping the names, defining DNS aliases should do the trick. Your Server3 will have the A record, and you'll define CNAMEs with the former server's names, pointing to the new server name.
Just a personal thought here : it is NOT best practice to hardcode machine names, but I guess you already know that ;o)
HTH
Cheers
Nope, using CNAME to access network drives shouldn't be a problem.
You can perform the following test without any danger :
1. Create a CNAME like "aliastest" pointing to your Server3 in your DNS.
2. Choose an existing share you're sure to have access to, or create a new one, for example "testshare"
3. Try mounting \\aliastest\testshare
It should work, and if it does, it also will with the "Server1" and "Server2" aliases.
As regards to best practice for apps, Sysexpert already answered :o)
HTH
Cheers
Business Accounts
Answer for Membership
by: SysExpertPosted on 2007-08-22 at 06:54:11ID: 19746092
Use robocopy to copy the files with the correct permissions.
Also there should be tools in the Resource kit and on the NS site for migrating to new servers.
I hope this helps !