Environment
Novell eDirectory 8.8 for Windows 2003
Novell eDirectory 8.8 for Windows 2008
Novell eDirectory 8.8 for Windows 2008 R2
Situation
Cannot Configure Time on Windows Server with eDirectory 8.8 installed
Resolution
Setting Time on Windows 2003 server
net time /setsntp:<IP_Address>
net stop w32time
net start w32time
w32tm /resync
Setting Time on Windows 2008 server
w32tm /config /manualpeerlist:<IP_Adrress>, /syncfromflags:MANUAL /reliable:yes
w32tm /config /update
net stop w32time
net start w32time
w32tm /resync
Note: IP_Address should be the IP of time provider server.
net time /setsntp:<IP_Address>
net stop w32time
net start w32time
w32tm /resync
Setting Time on Windows 2008 server
w32tm /config /manualpeerlist:<IP_Adrress>, /syncfromflags:MANUAL /reliable:yes
w32tm /config /update
net stop w32time
net start w32time
w32tm /resync
Note: IP_Address should be the IP of time provider server.