All Products
Search
Document Center

Cloud Backup:Troubleshoot Cloud Backup client status exceptions

Last Updated:Jun 08, 2026

If a Cloud Backup client shows Stopped or Abnormal in the console, backup and restore jobs fail. Use this guide to diagnose and fix the issue on Windows or Linux.

Symptoms

You may see these errors in the Cloud Backup console:

  • The Client Status column shows Stopped, with the error message: "The Cloud Backup client is not connected properly."

  • A backup job fails with the error message: "The backup fails because the backup client loses connection."

imageimage

Possible causes

Cause Description
Client process exception The client process stopped or encountered an error.
Network failure The connection between the client and server is broken due to network disconnection, firewall interception, or incorrect client settings.
Client registration failure The client failed to register. For example, the server NIC was replaced.
Client stopped during backup The client stopped mid-backup. The server lost the backup process and the job timed out.

Troubleshooting flowchart

Follow this flowchart to identify the relevant troubleshooting step:

Client status: Stopped / Abnormal
    |
    v
[Step 1] Is the client process running?
    |-- No  --> Restart the service. Still failing? --> Reinstall the client.
    |-- Yes --> Continue
    |
    v
[Step 2] Check logs and network
    |-- "Failed to register client" + InvalidInstanceId --> [Step 3]
    |-- "Failed to register client" + other ErrorCode   --> Restart service, then check network
    |-- "Program Stopped!" in logs                      --> Client crashed during backup; verify it is running now
    |-- "Failed on ping" in network.log                 --> Network/firewall issue
    |-- No "Failed on ping" (network OK)               --> [Step 4] (skip NIC check)
    |
    v
[Step 3] Was the NIC replaced? (from InvalidInstanceId path)
    |-- Yes --> [Step 6] Reactivate the client
    |-- No  --> Continue
    |
    v
[Step 4] Was the server cloned? (old client only)
    |-- Yes, original still in use   --> Uninstall on clone, reinstall
    |-- Yes, original no longer used --> [Step 6] Reactivate client on clone
    |-- No  --> Continue
    |
    v
[Step 5] Was the OS reinstalled?
    |-- Yes --> Stop new client, reactivate old client, uninstall new client
    |-- No  --> Continue
    |
    v
[Step 6] Reactivate the Cloud Backup client
    |
    v
[Step 7] Still not resolved? --> Submit a support ticket

Before you start

Identify which Cloud Backup client version is installed. The old and new versions use different service names, process names, and ports.

Client version reference

Attribute New Cloud Backup client Old Cloud Backup client
Windows service name Alibaba Cloud Hybrid Backup Service Aliyun Hybrid Backup Service
Linux process name hbrclient hybridbackup
Linux listening port 43565 8011
Linux updater service hbrclientupdater updater

Default log paths (new client)

Platform Log path
Windows C:\Program Files\Aliyun Hybrid Backup Service Client\logs
Linux /opt/alibabacloud/hbrclient/logs
These paths apply to the new client only. Your actual installation path may differ.

Step 1: Check client status

Windows

Open the Windows Services console to check whether the Cloud Backup service is running.

You may need administrator privileges to change service settings. Ensure you understand the impact before modifying service startup types.
  1. Open Server Manager by using one of the following methods:

    • Press Win+R. In the Run dialog box, enter services.msc.

    • In the Windows search bar, enter Service and click Services.

  2. In the Services window, locate the Cloud Backup service by its name:

    • New client: Alibaba Cloud Hybrid Backup Service

    • Old client: Aliyun Hybrid Backup Service

  3. Check the service status. If the service is in the Running state, the Cloud Backup client is running properly.

  4. If the service is not running:

Linux

Check the process status

New Cloud Backup client (hbrclient)

Run one of the following commands to check the client status:

systemctl status hbrclient
service hbrclient status
ps axu|grep hbrclient

If the command output contains active or run, the Cloud Backup client is running properly.

Old Cloud Backup client (hybridbackup)

Run the following command:

ps axu|grep hybridbackup

If a result is returned, the Cloud Backup client is running properly.

Check port status

New Cloud Backup client (hbrclient)

Run the following command:

netstat -lpt | grep hbrclient

If the port is in the LISTEN state, the port is enabled properly. Expected output:

tcp6       0      0 [::]:43565              [::]:*                  LISTEN      1727/hbrclient

Old Cloud Backup client (hybridbackup)

Run the following command:

lsof -i:8011

If the port is in the LISTEN state, the port is enabled properly. Expected output:

COMMAND     PID USER   FD   TYPE   DEVICE SIZE/OFF NODE NAME
hybridbac 11477 username    5u  IPv6 10625414      0t0  TCP *:8011 (LISTEN)
If command not found is returned, install lsof first by running yum install lsof or apt install lsof, then try again.

Restart the client

If the client is not running, restart it.

Commands may vary across Linux distributions.

New Cloud Backup client:

systemctl restart hbrclient
systemctl restart hbrclientupdater

Old Cloud Backup client:

systemctl restart hybridbackup
systemctl restart updater

If the client still fails after restarting, uninstall and reinstall it. How do I uninstall a Cloud Backup client? Download and activate a Cloud Backup client for Linux.

To view client logs, see Where do I view the default installation path and logs of a Cloud Backup client?


Step 2: Check client logs and network

If the client process is running but the status exception persists, check the logs and network connectivity.

Check the logs

  1. Open the log file at the default log path for your platform. See Default log paths (new client).

  2. Search for the following error pattern in the log file:

       Failed to register client. AppError: ErrorCode=
  3. Take action based on the ErrorCode value:

    ErrorCode value Meaning Action
    InvalidInstanceId The network is normal but the client failed to register. Go to Step 3: Check for NIC replacement.
    Any other value The client encountered a registration error. Restart the Cloud Backup service. On Linux, run service hbrclient restart. If the exception persists, proceed to Check network status. If the registration still fails, submit a ticket.
  4. If you find Program Stopped! in the log file, the client stopped mid-backup and the job timed out. Verify that the client is running now — if so, subsequent backups will proceed normally.

image

Check network status

  1. Run the diagnostic tool for Cloud Backup clients to monitor the network. For common network issues, see Common network issues.

  2. Open the network.log file in the client log directory.

  3. Search for Failed on ping in the log file:


Step 3: Check for NIC replacement

Check with the network administrator whether the server NIC was replaced.


Step 4: Check for server cloning (old client only)

This scenario applies only to the old Cloud Backup client.

Check with the network administrator whether the server was cloned.

  • If the server was cloned: The client was also cloned, causing a registration conflict.

    • If the Cloud Backup client on the original server is still in use, uninstall the Cloud Backup client on the cloned server and reinstall it.

    • If the Cloud Backup client on the original server is no longer in use, go to Step 6: Reactivate the Cloud Backup client to reactivate the client on the cloned server.

  • If the server was not cloned: Proceed to Step 5: Check for OS reinstallation.


Step 5: Check for OS reinstallation

After an OS reinstallation, the client disconnects and shows Abnormal. Reinstalling and registering the client creates a duplicate entry in the console.

If the OS was reinstalled, follow these steps:

  1. Stop the new Cloud Backup client first.

  2. In the Cloud Backup console, obtain the reactivation command and token of the old client. Reactivation is available only after the client has been disconnected for more than 1 hour. If Reactivate is unavailable, wait and try again later.

  3. Run the reactivation command in the client installation directory on the server.

  4. Wait until the old client status changes to Activated in the console.

  5. In the console, uninstall the new client that shows the exception.


Step 6: Reactivate the Cloud Backup client

If the exception persists after the preceding checks, reactivate the client.

  1. Log on to the Cloud Backup console.

  2. Select the data source for file backup:

    • ECS file backup: In the left-side navigation pane, choose Backup > ECS File Backup.

    • On-premises file backup: In the left-side navigation pane, choose Backup > On-Premises File Backup.

  3. In the top navigation bar, select a region.

  4. Find the Cloud Backup client that you want to reactivate, and choose More > Reactivate Client in the Actions column.

  5. In the Reactivate Client panel, copy the command. Run it in the client installation directory on the server and wait until the Client Status changes to Activated.


Step 7: Contact support

If the issue persists after all preceding steps, submit a ticket.

Related FAQ