Point Server name to another server

We are migrating data from one server to another.  All users have a mapped drive to the old machine.  How can we point requests for that old machine to the new one?

Example  --

User has Server A mapped as a drive.   Migration happens.  User needs to point to Server B now for the mapped drive.  How can we forward all Server A requests to Server B?

July 9th, 2015 1:29pm

It depends how has you configured access to shared folders. You may use GPO. In case of script, you can configure it in such a way, that the script test whach server is accessible.

Another path is via DFS. Check Technet documentation.

Rgds

Milos

Free Windows Admin Tool Kit Click here and download it now
July 9th, 2015 2:31pm

Hi Dizzelk,

As Milos mentioned, we may use Group Policy to achieve the goal.

Here is the reference for Group Policy:
Group Policy:
https://technet.microsoft.com/en-us/windowsserver/bb310732

Here is the forum for Group Policy:
https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserverGP

In DNS, if you want clients to get the IP address of Server B when querying for Server A. We may change the IP address of the Host record for Server A, or delete the Host record for Server A and create an Alias pointing to Server B.

Here is the guide:
Manage Resource Records:
https://technet.microsoft.com/en-us/library/cc779198(v=ws.10).aspx

Best Regards,

Leo

July 9th, 2015 10:55pm

DFS is definitely the way to go.
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2015 11:36pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics