Troubleshooting: Endpoint Agent Not Listed After Manual Installation or Endpoint Agent in Disconnected Status

Troubleshooting: Endpoint Agent Not Listed After Manual Installation or Endpoint Agent in Disconnected Status

KB ID: 115915

Issue

The endpoint agent shows a "Not Listed or Disconnected" status in the BDRSuite backup server console, preventing successful backups and communication between the endpoint and the BDRSuite backup server.

Cause

This issue may occur due to several reasons:
  1. The BDRSuite Delegation Service on the endpoint is not running.
  2. The designated port (42005) on the endpoint is not listening.
  3. Incorrect Server IP/DNS Name configuration in the endpoint's `ephost.conf` file.
  4. Network connectivity issues between the BDR server and the endpoint.
  5. Improper reinstallation of the BDRSuite Delegation Service without removing previous service entries.
  6. Insufficient user account privileges for running the BDRSuite Delegation Service.

Solution

1. Check BDRSuite Delegation Service 

  1. Open 'Services.msc' on the endpoint machine.
  2. Ensure that the 'BDRSuite Delegation Service' is running. Start the service if it is not running.

2. Verify Port Listening State

  1. For Windows Server and Endpoint: : Open Command Prompt and run:
netstat -an | find "42005"
  1. For Linux Server and Endpoint: Open a terminal and execute:
 netstat -an | grep "42005"

3. Check Server IP/DNS Name in Endpoint Configuration  

  1. Verify the Server IP or DNS Name in the `ephost.conf` file on the endpoint:
  1. File Location: `C:\Program Files\Vembu\VembuIntegrationService\conf\ephost.conf`
  1. If incorrect, update the configuration.

4. Ensure Network Connectivity between Server and Endpoint

For Windows Server and Endpoint: Test network connectivity using PowerShell:
Test-NetConnection -ComputerName ServerIP/DNS Name -Port 32004
Example: `Test-NetConnection -ComputerName X.X.X.X -Port 32004`
For Linux Server and Endpoint: Test network connectivity using following commands
telnet <ServerIP/DNS Name> 32004
nc -zv <ServerIP/DNS Name> 32004
Note: The Network connectivity check has to be performed in the endpoint agent machine
If the connection fails:
    1. Ensure outbound rules on the BDRSuite backup server's firewall allow traffic on port 42005.
    2. Ensure inbound rules on the endpoint's firewall allow traffic on port 32004.

5. BDRSuite Delegation Service Reinstallation

  1. If the endpoint service was uninstalled, then remove its entries from the BDR server ("Datasources -> Servers & Endpoints") before reinstalling the same agent.

6. Verify User Account Privileges  

  1. Ensure that the BDRSuite Delegation Service runs with the correct user account privileges.

Conclusion

By systematically checking and addressing the potential causes, you can resolve the issue of the endpoint agent showing a disconnected status in the BDRSuite console. Ensuring proper service operation, correct configurations, and network connectivity will restore communication between the endpoint and the BDRSuite Backup server.

    • Related Articles

    • Steps To Add KVM Hosts through Manual Agent Installation

      KB ID: 115211 Steps to Add KVM through Manual Agent Installation Install BDS on KVM Hosts: Download BDRSuite Delegation Service (BDS) based on the KVM host. Debian Linux(64-bit): Debian Linux 11, Ubuntu 20.04, Ubuntu 22.04 - Download Redhat ...
    • Manual Agent Installation: Adding Hosts (Windows/Linux/Mac) to BDRSuite Backup Server

      KB ID: 115202 Introduction: This knowledge base article provides step-by-step instructions for manually installing the BDRSuite Backup Agent (BBA) on various host operating systems (Windows, Linux, Mac) to establish connections with the BDRSuite ...
    • Agent status information

      KB ID: 115215 Agent Status The Agent Status feature provides information about the current state of the backup agent installed on the host. The following status indicators reflect different states of the agent: 1. Active: The agent has recently ...
    • Steps to Add Proxmox VE through Manual Agent Installation

      KB ID: 115227 Step-by-Step Instructions 1. Access the Proxmox Host Machine: Open a terminal and connect to the Proxmox VE host machine. 2. Install the BDS Agent Manually: Download the Agent Build Obtain the agent build from the BDR server. The build ...
    • Steps to add Database Server (Microsoft SQL Server/MySQL/PostgreSQL) using Manual installation

      KB ID: 115213 Supported Platform Application Supported version Microsoft SQL Server Microsoft SQL Server 2022 - CU7, Microsoft SQL Server 2019 - CU22, Microsoft SQL Server 2017 - CU31, Microsoft SQL Server 2016 (SP3), Microsoft SQL Server 2014 (SP3) ...