Link to home
Start Free TrialLog in
Avatar of 114877
114877Flag for New Zealand

asked on

Synchronisation Time on Standalone Server to the Domain

Hi

Thanks for reading my problem.

I am trying to synchronise the time on a standalone Win2k server, which is in its own workgroup, to a domain.

I use the following commands:

net time /setsntp:123.123.123.123
net time /set

where 123.123.123.123 is the IP address of the domain controller. With this I get 'Could not locate a time-server.'

So instead I tried:

net time /domain:domainname

where 'domainname' is obviously the name of the domain I am trying to sync time with. With this I get 'System error 5 has occured. Access is denied'.

Any ideas how this is supposed to work? I looked on microsofts site. I found HEAPS of info, but it all told me that timesyncing from non-domain members didn't use authentication.

Clues?
ASKER CERTIFIED SOLUTION
Avatar of valicon
valicon
Flag of United States of America 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
SOLUTION
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 114877

ASKER

I used w32tm instead of net time. I don't know what was going wrong, but if w32tm works, I am happy. With you both being the only ones to assist, I'll bump up my points and share them between you.

Cheers people.