The Host is not reachable from BDRSuite Backup Server
KB ID: 101050
Issue
When attempting to browse files and folders, the error message is encountered:
_Error:_ The Host, `<HostName/IP address>`, is not reachable from the BDRSuite Backup Server. To resolve this issue, follow the instructions provided below. Alternatively, manually specify the absolute path to the files/folders in the 'Specify the path to a file/folder' field and add them for backup.
Solution
To browse files and folders on the source machine from the BDRSuite Backup Server, ensure the following:
1. Ensure the Agent is Running on the Source Machine:
- Verify if the 'BDRSuite Delegation Service' is running on the source machine.
- If it's not running, start it manually and confirm its status.
2. Verify Reachability of the Source Machine:
- On the BDRSuite Backup Server, test connectivity with:
telnet <IP_Address/Host_name_Of_Source_Machine> 42005
- If 'telnet' is unavailable, use PowerShell:
Test-NetConnection -ComputerName <IP_Address/Host_name_Of_Source_Machine> -Port 42005
- If connectivity fails, check network and firewall settings on both machines. If the source machine is unreachable, manually enter the file/folder path.
3. Firewall Configuration (CentOS):
- Check firewall status:
sudo firewall-cmd --list-all
- If the firewall is enabled, add port 42005:
sudo firewall-cmd --add-port=42005/tcp --permanent
- Reload firewall to apply changes:
sudo firewall-cmd --reload
- Verify port 42005 is added:
sudo firewall-cmd --list-all
4. Firewall Configuration (Ubuntu):
- Check firewall status:
sudo ufw status
- If the firewall is active, allow port 42005:
sudo ufw allow 42005/tcp
Note: You can obtain the IP address or host name of the source machine from the 'Data Sources' page where machines are added. The default port used by the agent is 42005.
Related Articles
Agent Version Incompatibility with BDRSuite Backup Server
KB ID: 117047 Cause: The error message "Agent version is incompatible with BDRSuite Backup Server" is encountered when there is a version mismatch between the BDRSuite Backup Server and the BDRSuite Integration Service running on Microsoft Windows ...
Unable to Connect to the Target Host
KB ID: 117068 Cause: This error can occur due to the following reasons: 1. The target host's IP address is not reachable. 2. The Vembu Integration Service (VIS) is not available or not running on the target host. Solution: Cause 1: Ensure the ...
Error During BDRSuite Delegation Service (BDS) Installation on the Target Host
KB ID: 117431 Cause: The installation of BDRSuite Delegation Service (BDS) on the target host (Linux) may encounter errors due to the following reasons: 1. Insufficient Drive Space: There is not enough free disk space on the target host. 2. No ...
Troubleshooting Connection Issues with VembuIntegrationService on Target Hyper-V Server in BDRSuite
KB ID: 115100 Cause: Encountering problems while connecting to the VembuIntegrationService on the target Hyper-V server. This alert is typically generated when the BDR server cannot establish contact with the agent on the target Hyper-V server. ...
Troubleshooting Connection Issues to the Host
KB ID: 116001 Cause: The error message "Connection could not be established to the host" occurs when the Vembu BDR Backup Server is unable to establish a connection with the target agent on the host. This results in the failure of communication ...