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
Related Articles
How to: Backup a Nodegrid device using ZPE Cloud
ZPE cloud enables managing on-demand and scheduled backups of your Nodegrid devices. Login to ZPE Cloud Go to Devices :: Enrolled Select the devices you want to backup and then click Backup. You can backup multiples devices at once. Select the File ...
Troubleshoot: "Never connected" status in ZPE Cloud
This document explains how to troubleshoot "Never connected" issue in ZPE Cloud enrolled devices. Sometimes, after enrolling a device to ZPE Cloud, it shows as Connected and Licensed or Unlicensed on device, but the status in ZPE Cloud is Never ...
How to: Restore a backup from ZPE Cloud
ZPE Cloud enables you to restore a backup of your Nodegrid devices in a few steps. 1. Login to ZPE Cloud 2. Go to Profiles :: Backup 3. Select the backup image and click Restore. You can also download the file to your local computer. 4. Select the ...
How to: Software Upgrade a Nodegrid device using ZPE Cloud
How to: Update a Nodegrid device using ZPE Cloud ZPE cloud enables managing on-demand and scheduled software updates of your Nodegrid devices. 1. Login to ZPE Cloud 2. Go to Devices :: Enrolled 3. Select the device you want to update and then click ...
How to: Create and apply configurations to your device using ZPE Cloud
Overview ZPE Cloud profiles enable to perform operations to your Nodegrid devices, such as: configurations, custom scripts, backups, software upgrades, and cellular modem firmware upgrades. In this document, we are focusing on the configuration ...