Link to home
Start Free TrialLog in
Avatar of sstoyer
sstoyerFlag for United States of America

asked on

File Redirection for Server Shares

Good morning!  I'm currently moving all of our network shares from one disk array to another, and as a result of this wanted to see about finding a way to redirect requests that are pointed at the old location to the new.  The trouble I've run into is on some of the user's computers they were accessing the files directly by going to \\server\share\dir\file instead of using the mapped drives on their computer.  What I'd like to try and do to address this instead of having to ferret out every instance is set something up so that if a user requests a file like this:  \\serverA\share\dir\file it will send them to \\serverB\share\dir\file.  We're currently running windows server 2008 on the old location and server 2003 on the new location.  All our clients are either vista business or windows xp pro.  Thanks!
Avatar of rslangen
rslangen
Flag of Netherlands image

An easy way to do this is to make in an alias in dns for serverA that points to serverB.
ServerA shouldn't have an a record any more and must be powered down.
We have used this solution for our file server as well.

Avatar of sstoyer

ASKER

Unfortunately I'll still need to leave the other server up and running, as we've moved it to a different role beyond file serving, so wouldn't be able to axe it in dns.
ASKER CERTIFIED SOLUTION
Avatar of rslangen
rslangen
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial