Tuesday, February 22, 2011

Running VM inside ESXi inside ESXi

 

Under Options: Advanced -> General -> Configuration Parameters (button), I made the following changes:

(add) deploymentPlatform = "vmkernel"

(add) monitor_control.vt32 = "TRUE"

(add) monitor_control.restrict_backdoor = "TRUE"

Windows NTP best guide

http://robsilver.org/ad/demystifying-time-in-a-forest/ 

 

Thing session is missing in document

1. Start->Run cmd.exe
2. net stop w32time
3. w32tm /unregister [ignore error message]
4. w32tm /unregister
5. w32tm /register
6. net start w32time