How to fix VM time sync issue.


  1. Get the uuid of VM.
  2. Shutdown the VM.
  3. Go to console of xen host.
  4. Run the below command to set the time offset between xen server and VM to 2 seconds.
    xe vm-param-set platform:timeoffset=2 uuid=<VM-UUID>
  5. Bring the server up.
     

No comments:

Post a Comment