G
Guest
In my case we are trying to use DFS/FRS as a means for automatic failover. Users must connect to the 'default' target to prevent the 'last writer wins' problem. A second reason that users must connect to the same target is that some files are shared by all users. Setting the Time To Live value very high helps until a client reboots. Then the client is connected to a randomly selected target.
If only DFSUTIL.exe supported the feature to set a default target at startup would be a great help.
As a last resort I consider to program the Windows API using NetDFSSetClientInfo(). This however is a costly endeavour.
Is there an alternative? We use Windows 2003 Enterprise.
Erik
PS: We tried setting up two sites in the domain. This did not work as the replication performance dropped dramatically.
If only DFSUTIL.exe supported the feature to set a default target at startup would be a great help.
As a last resort I consider to program the Windows API using NetDFSSetClientInfo(). This however is a costly endeavour.
Is there an alternative? We use Windows 2003 Enterprise.
Erik
PS: We tried setting up two sites in the domain. This did not work as the replication performance dropped dramatically.