Wednesday, June 20, 2012

How to synchronize the time with the windows time service in windows XP

W32tm /config /[/computer:<target>] [/update]

W32tm /resync

Due to server time was not updated. I manually change the server time & resync one by one to be available on the network by using command:-

Open CMD
Type: w32tm /resync /computer:computername <enter>
example:
w32tm /resync /computer:esapc00

The following error occurred: Access is denied. <0x0070005>

The following error occurred. The RPC Server is unavailable. <0x800706>

How to make sure the time at server is up to date?

Apply the following settings:

Open CMD
Type: w32tm /config /computer:esaserver /update /manualpeerlist:time.windows.com /syncfromflags:manual /reliable:yes <enter>

The command should completed successfully.


No comments: