Link to home
Start Free TrialLog in
Avatar of jmachado81
jmachado81

asked on

Windows 2012 DFS

I have a Windows Server 2012 DFS configured for clients to reach it by:  \\abc.com\CORP\targets.  However, way back when people created the same domain name across 3 independent environments of abc.com.  In order for some things to work we need to put a reference for abc.com to another site for websites to load correctly, so my clients have a chance of connecting to a system that does not contain DFS thereby potentially causing connection issues.  My domain is a functional level of 2008 R2.

I would like to change my domain name, but due to the complexity of that project it has not yet been completed.

I would very much like to create a new namespace server or DFS so that my domain name is NOT part of the connection.  This would thereby change my connections from \\abc.com\CORP\targets to something like \\Shark\CORP\targets (where shark is NOT a system name).

Does my namespace server have to be a domain name, or a domain member system name?  

If it has to be a system name, can I use an alias or CNAME for users to connect? For instance instead of \\nodeDFS01 it can be \\shark.  With a CNAME use i could simply change the CNAME when the server is changed and users aren't affected.

This is currently a single node for DFS with a plan to add a second node for failover.
ASKER CERTIFIED SOLUTION
Avatar of Sandesh Dubey
Sandesh Dubey
Flag of India 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
Avatar of jmachado81
jmachado81

ASKER

currently DFS:  \\domain.name\dfsroot\target
or locally as:  \\system.name\share and \\cname\share

Trying to get \\cname\dfsroot\target to work

Am I correct in that article is stating that I create a cname for domain.name and use that cname in DFS?

CNAME:
alias:  bob
FQDN:  bob.abc.com
FQDN for target host:  abc.com.

Then DFS namespace server is:  \\bob\dfsroot\target
Where this is a domain DFS and not standalone DFS a CNAME would redirect to my domain controllers too.  This would work if i moved it to a standalone DFS or use simply file shares and no DFS.