keroz
Joined: 03 Jun 2006
Posts: 2
|
Posted:
Sat Jun 03, 2006 1:02 pm Post subject:
pb to migrate dfs root on win2K |
|
|
hi,
I have 1 DC (dc1) on site 1 which is dfs root for domain.
this DFS root \\dom.com\dfs have 3 directory (under the share dfs) and 4 links (going to other servers).
Links are maps in \\dom.com\dfs\link
So when I explore DFS, I have:
\\dom.com\dfs\dir1
\\dom.com\dfs\dir2
\\dom.com\dfs\dir3
\\dom.com\dfs\dir1\link1
\\dom.com\dfs\dir1\link2
\\dom.com\dfs\dir1\link3
\\dom.com\dfs\dir3\anotherdirectory\link4
Everything works fine on dc1.
Now I want to migrate DFS root on (dc2) which is in another site.
I have:
make a backup dfscms /view \\dom.com\dfs /batch
remove DFS root on dc1 (via mmc)
create DFS root on dc2
create links like that
dfscmd \\dom.com\dfs \\dc1\dir1
dfscmd \\dom.com\dfs \\dc1\dir2
dfscmd \\dom.com\dfs \\dc1\dir3
dfscmd \\dom.com\dfs\dir1 \\srv1\link1
dfscmd \\dom.com\dfs\dir1 \\srv2\link2
dfscmd \\dom.com\dfs\dir1 \\srv1\link3
dfscmd \\dom.com\dfs\dir3\anotherdirectory \\srv3\link4
This command line works well
dfscmd \\dom.com\dfs \\dc1\dir1
dfscmd \\dom.com\dfs \\dc1\dir2
dfscmd \\dom.com\dfs \\dc1\dir3
but for others, I have error 2669 "can t create junction point"
I can make dir \\srv1\link1 on dc2
I don't understand why I have this error, I use the same command line on the 2 servers, on dc1 it's ok, I can remove and create dfs root and links but not on dc2
If someone can help me, I haven't find any help in knowledgebase or technet.
best regards |
|