Troubleshoot: ZPE Cloud scheduled Backup failures

Troubleshoot: ZPE Cloud scheduled Backup failures

  1. Verify the affected system's time is set correctly
    1. 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.
    2. Check the system's time from the GUI:
      1. System :: Date and Time :: Local Settings
    3. Check the system's time from the CLI:
      1. show /settings/date_and_time/
  2. Ensure that all ZPE Cloud related IPs are allowed through any firewalls involved:
    1. Article with details:  Company's Firewall configuration: what resources need to be opened in Firewall for the Nodegrid appliances to connect to ZPE Cloud?
  3. Test if a local backup can be created in the tmp folder:
    1. Log into the affected system via SSH or Console
    2. Access the root shell: shell sudo su -
    3. Run manual backup:  save_settings --local /tmp/backup.tar.gz
      1. Note any errors, expected result is: Configuration saved.
    4. Check if backup was created: ls -al /tmp/backup.tar.gz
      1. Expected result example: -rwx------ 1 daemon daemon 2116555 Oct 31 18:58 /tmp/backup.tar.gz
  4. Check if the ZPE Cloud agent process is running:
    1. Log into the affected system via SSH or Console
    2. Access the root shell: shell sudo su -
    3. See if the process is running: ps -ef | grep zpe_cloud_agent
      1. Expected result example: root     19027     1  0 18:10 ?        00:00:00 /usr/bin/zpe_cloud_agent
  5. Check for errors in the ZPE Cloud logs around time of scheduled backup:
    1. Log into the affected system via SSH or Console
    2. Access the root shell: shell sudo su -
    3. 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 ...
    • 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 ...
    • Troubleshoot: Login in ZPE Cloud

      ZPE Cloud is a powerful platform that enables users to manage their devices and monitor their network with ease. For that, login in ZPE Cloud is essential. In this article, we will explore this issue and other common login issues that users may ...
    • 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 ...