Hello, our current file server configuration is we have 2 fileservers which use distributed file system (DFS), our users are mapped to the our primary server. I was wondering if there was a way that we could setup, either through a vb script or active directory a way to map users without having to log off to our secondary server if the primary server where to crash or go down. Is there any out of the box solutions for this or even network software that can achieve this?
Please let me know if you need further explanation.
If both servers are in the domain, then they should not have to log off. You would want them both to be running DNS and AD.
If you had Drive G: mapped to \\servername1\groups and map Drive H: \\servername2\groups.
If the server dies, the user runs a VB script, cmd, batch file that would remap the drives.
Map G: \\ servername2\groups and H:\\servername1\groups.
Since you cannot map drives to a server that is unavailable, why not just have 2 batch files on the desktop.
One that maps to servername1 and the other that maps to servername2.
Granted this would all depend on the number of users, how smart the users are, and how would they even know
when the server crashed.
There are 3rd party tools and some by Microsoft however they are expensive and not for the basic/middle level tech in my opinion. Because of this, I feel using VMware or Hyper-V hosts because you can always just start up the virtual server on the 2nd server. The data of course would be as current as the last backup, snap shot etc..
To the end user, the server name and everything else is identical.
Using Veem they have tools that keep the backup/snapshots current as files change, so any impact from a crash would be minimal.
-GeekDadJeff