|
Posted by Roger Abell [MVP] on February 22, 2007, 12:02 pm
Please log in for more thread options >>
>>
>> > Hi,
>> > I have 10 computers in production which I want to synchronize with
>> > each other.
>> > I don't want to get outside for synchronization, so I want to choose
>> > one of them to be a master.
>> > Each one of the computers have different password for administrator
>> > (because of security).
>> > When I try to configure Windows time to get time from the master
>> > server, I got permissions denied.
>>
>> And how is it that you were trying to do this?
>> With the w32tm command?
>
> Yes I was try to do this with w32tm command. But w32tm /resync was
> show me permission denied.
>
>
>> > Did I have any options to run "Windows Time" service under
>> > different account(not local service) ?
>>
>> Why do you want to alter this? Change is not needed.
>
> Because it's didn't works in ussual way.
>
>> > How can I sync time for this kind of environment?
>>
>> So these are 10 stand-alone W2k3 servers (i.e. no domain)?
>
> yes these computers stand-alone and each one of them have different
> password for admin.
>
In that environment you should have not problem using
w32tm /resync . . .
provided you do not use the /computer command and so
only resync the machine logged into.
If w32tm is registered and running as NTP server on one
then you should be able to config the others to get time
from it (i.e.again, without use of /computer here either)
and they should thereafter do so without issue and also
without any need to change accounts used for the service.
Are these what you have attempted to get working ?
If you are trying to use the /computer switch to do this
remotely, well, yes, it is going to say it does not like
who you are as you are not using a domain account it
can recognize nor one of its local accounts. If you had
more than 10 boxes to set up this way it might be worth
looking at ways to break that down so you could do it
all from one place, but you say you intentionally want
admins on one to differ from those on others for safety,
which is good, so why destroy that?
Roger
|