ACC doesn't keep accurate time when running under Hyper-V? Sorry if these have been covered before- Can you check NTP from shell and see if it can get info from the servers?
Query timeservers:
ntpdate -q pool.ntp.org
Should give you time drift compared to a few servers.
Also, make sure ntpd is running:
ps -ef|grep ntpd
you should see an entry for /sbin/ntpd
If that looks good, try restarting ntpd and see if the time is updated within a minute or two:
/var/mdw/scripts/ntp restart
ACC doesn't keep accurate time when running under Hyper-V? Sorry if these have been covered before- Can you check NTP from shell and see if it can get info from the servers?
Query timeservers:
ntpdate -q pool.ntp.org
Should give you time drift compared to a few servers.
Also, make sure ntpd is running:
ps -ef|grep ntpd
you should see an entry for /sbin/ntpd
If that looks good, try restarting ntpd and see if the time is updated within a minute or two:
/var/mdw/scripts/ntp restart