SYSVOL Restoration

M

mark

Hey all,
I did a dumb thing here, but I'm hoping there's an easy fix for it.
For whatever reason, the logon script went missing this morning. We didn't
have a backup copy of it around, so I thought I would restore from legato
backup tape and just extract the batch file we need, and copy it over to the
scripts folder. The actual contents of the sysvol were not visible in the
Legato file browser, but I selected it anyway and restored to an alternate
location. Now, you guessed it, I have a SYSVOL replica set in my
c:\backup\sysvol directory that is replicating data with the actual
c:\winnt\sysvol folder.
How can I get rid of the c:\backup folder without taking out the live data?
Thanks in advance
 
T

Tim Hines [MSFT]

It sounds like you will need to reset the junction point using linkd.exe.

You can run "linkd.exe c:\winnt\sysvol\sysvol\domainname.com" to determine
what the link is pointing to. It should point to
c:\winnt\sysvol\sysvol\domain . Use linkd source /d to delete the current
junction that points to the c:\backup sysvol directory

You cancreate the correct junction by typing "Linkd
c:\winnt\sysvol\sysvol\<fully qualified domain name> c:\winnt\sysvol\domain

--
Tim Hines, MCSE, MCSA
Windows 2000 Directory Services

=====================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top