In the VMware Live Recovery (VLR) cloud console, one or more deployments display the warning: "Agent has not reported in last #### days." While this warning is present, local operations on the appliances and the Site Recovery UI appear healthy with no functional errors.
The dpx-agent service on the VLR appliance, responsible for heartbeats to the cloud management plane, has entered a hung or non-responsive state. This prevents the console from receiving status updates, resulting in a "Not Reporting" warning.
To restore reporting, restart the dpx-agent service on the affected appliance(s) using either the management interface or the Command Line Interface (CLI).
Option 1: Management Interface
https://<Appliance-IP-or-FQDN>:5480)
Option 2: Command Line Interface (CLI)
Log in to the appliance via SSH as root and execute the following commands to manage the service:
Check status:#systemctl status dpx-agent
Stop service: #systemctl stop dpx-agent
Start service: #systemctl start dpx-agent