Troubleshoot: ZPE Cloud scheduled Backup failures
- Verify the affected system's time is set correctly
- If there is a significant time difference between ZPE Cloud and the target system, the backup will not upload properly causing the job to fail.
- Check the system's time from the GUI:
- System :: Date and Time :: Local Settings
- Check the system's time from the CLI:
- show /settings/date_and_time/
- Ensure that all ZPE Cloud related IPs are allowed through any firewalls involved:
- Article with details: Company's Firewall configuration: what resources need to be opened in Firewall for the Nodegrid appliances to connect to ZPE Cloud?
- Test if a local backup can be created in the tmp folder:
- Log into the affected system via SSH or Console
- Access the root shell: shell sudo su -
- Run manual backup: save_settings --local /tmp/backup.tar.gz
- Note any errors, expected result is: Configuration saved.
- Check if backup was created: ls -al /tmp/backup.tar.gz
- Expected result example: -rwx------ 1 daemon daemon 2116555 Oct 31 18:58 /tmp/backup.tar.gz
- Check if the ZPE Cloud agent process is running:
- Log into the affected system via SSH or Console
- Access the root shell: shell sudo su -
- See if the process is running: ps -ef | grep zpe_cloud_agent
- Expected result example: root 19027 1 0 18:10 ? 00:00:00 /usr/bin/zpe_cloud_agent
- Check for errors in the ZPE Cloud logs around time of scheduled backup:
- Log into the affected system via SSH or Console
- Access the root shell: shell sudo su -
- Review the log: less /var/zpe-cloud/logs/zpe_cloud.log