Create DFS NameSpace that has never been created before through the command line
we have tried create dfs namespace dfsutil , dfscmd no avail. have ideas on how create dfs namespace has never been created before through command-line?
hello,
potential. our passion.
the following syntax create windows server 2008 domain-based namespace if domain functional level 2008. if domain functional level 2000 or 2003, receive error , need add v1 namespace.
dfsutil root adddom \\srv1\domainnamespace1
the following command creates standalone namespace:
dfsutil root adddom \\srv1\domainnamespace1
the following command creates standalone namespace:
dfsutil root addstd \\srv1\standalonenamespace1
the following command creates windows 2000 server mode domain based namespace:
the following command creates windows 2000 server mode domain based namespace:
when using dfsutil root adddom command syntax is:
dfsutil root adddom \\server\share [<version>] [<comment>]
the default setting creation of new namespace v2. examples:
dfsutil root adddom \\srv1\domainnamespace1 (this create windows server 2008 mode namespace)
the default setting creation of new namespace v2. examples:
dfsutil root adddom \\srv1\domainnamespace1 (this create windows server 2008 mode namespace)
dfsutil root adddom \\srv2\domainnamespace2 v2 (this create windows server 2008 mode namespace)
dfsutil root adddom \\srv1\domainnamespace3 v1 (this create windows 2000 server mode namespace)
for more information, please refer following links:
dfsutil examples
http://technet2.microsoft.com/windowsserver/en/library/28be5bc5-694d-49ea-981e-34bdadd1a9311033.mspx?mfr=true
dfsutil syntax
http://technet2.microsoft.com/windowsserver/en/library/06894c4e-aff0-4966-b794-e160839c3ce81033.mspx?mfr=true
step-by-step guide distributed file systems in windows server 2008
http://technet2.microsoft.com/windowsserver2008/en/library/cf810bb7-51ed-4535-ab0d-86a7cd862e601033.mspx?mfr=true
for more information, please refer following links:
dfsutil examples
http://technet2.microsoft.com/windowsserver/en/library/28be5bc5-694d-49ea-981e-34bdadd1a9311033.mspx?mfr=true
dfsutil syntax
http://technet2.microsoft.com/windowsserver/en/library/06894c4e-aff0-4966-b794-e160839c3ce81033.mspx?mfr=true
step-by-step guide distributed file systems in windows server 2008
http://technet2.microsoft.com/windowsserver2008/en/library/cf810bb7-51ed-4535-ab0d-86a7cd862e601033.mspx?mfr=true
hope helps.
potential. our passion.
Windows Server > File Services and Storage
Comments
Post a Comment