Introduction
All vCloud and Acronis Backup Advanced for vCloud components should be in the same time zone. If it is not the case, you need to change time zone of the vCDA machine. Simply changing the time on the vCDA machine will not help since PHP server integrated into vCDA keeps the old time zone. As a result, the vCDA console will show timestamps different from the ones shown in Acronis Management Server.
Solution
- Change time zone on the vCDA machine using Command Prompt:
- Get a list of timezones:
# timedatectl set-timezone time_zone - Set the needed time zone:
# timedatectl set-timezone America/Chicago
- Get a list of timezones:
- Start configure.sh script and select option #1 - Initial agent configuration - in order to update php configuration file. See a detailed guide here.
- Reboot the vCDA machine.