DFS shares
-
I don't even know how to word this question in Google, so I turn to you!
We have a namespace that is having issues. That namespace has a shared folder that was created in DFS. \namespace\fileshares
I setup a new namespace for testing... \namespace\DFStest
When I go to \namespace, I can't see DFStest, I can only see \fileshares (among SYSVOL & NETLOGON of course).
My question is, how do I publish/advertise that DFStest share that I created in DFS, to the \namespace, so people can simply type in \$OurNamespace and drill down to DFStest > $testfolders ?
-
Did you manually type \DFSTest and did it work?
-
I jsut setup a test and it is doing the same thing.
-
If you add a domain controller as a namespace server, then your /DFSRoot/ will show up when you browse to your domain namespace.
-
@TAHIN said in DFS shares:
If you add a domain controller as a namespace server, then your /DFSRoot/ will show up when you browse to your domain namespace.
In my test example, the DC is the DFS server also.
-
Remember that when you browse to your domain, all you're really doing is browsing DFS namespaces/links that exist on the DC that you're logged into... like SYSVOL is DFS.
DFS Namespace servers just serve up the namespace and links, not the actual data, so there is no disadvantage to making all of your DC's namespace servers.
-
-
@JaredBusch Is the DC on which you set up the example your %logonserver%?
-
@TAHIN said in DFS shares:
@JaredBusch Is the DC on which you set up the example your %logonserver%?
Yes it is.
-
There it is. Looks like it just took a bit?
-
@TAHIN said in DFS shares:
There it is. Looks like it just took a bit?
That was browsing by server name.
Still not around by domain name.
-
Hmm maybe just give it some time. Whenever I add a DC as a namespace server for my domain-based namespace, it eventually shows up.
-
I'm reading through the comments. I'm using separate file servers, no DCs in the mix.
I can manually reach it by going to \domain\DFStest
But with another namespace (fileshares), I can simply go to \domain and see \Fileshares in there along with Netlogon & Sysvol.
-
@BBigford Look at the fileshares DFS root from the DFS console. Is there a DC that is a namespace server?
-
Haha SOB. I've been looking forEVER. Fileshares is actually on a DC. That's why it's publishing.
@TAHIN got it. Thanks
-
@TAHIN said in DFS shares:
@BBigford Look at the fileshares DFS root from the DFS console. Is there a DC that is a namespace server?
Yeees. f%#&... I was looking over it too quickly. Our DCs are very similarly named to the file servers but distinguishable if you slow down and read (which I failed to do).
-
Glad you got it. I'd recommend adding every DC as a namespace server. It provides redundancy for remotely connected machines. DFS lives in the domain, so you want to give clients as many ways in as you can.
-
@TAHIN said in DFS shares:
Glad you got it. I'd recommend adding every DC as a namespace server. It provides redundancy for remotely connected machines. DFS lives in the domain, so you want to give clients as many ways in as you can.
The other DC is also a namespace server.
So is the DFSRoots folder (on the DC) setup automatically at some point or is that manually setup if you want to publish root shares? I've never opted to publish before.
-
the DFSRoots folder is created automatically when you add that server as a namespace server. It only contains links to targets; you generally don't touch it. This plays into the best practice that you don't want to populate any actual data in your DFS Roots. Always create folder targets on separate volumes/servers, so the root links and target locations are separate.
-
This post is deleted!