Troubleshooting Guide: SG0147/SG0136 - Unable to Connect to the Backup Server

Troubleshooting Guide: SG0147/SG0136 - Unable to Connect to the Backup Server

KB ID: 115098
Cause:
This error typically occurs under the following circumstances:
1. The client is unable to connect to the BDR Server backup port (default 32004).
2. VembuBDR services are not running on the server machine.
3. The backup port (32004) is already in use by another application.
Solution:
To resolve this issue, please follow the steps outlined below:
Step 1: Confirm whether the client can connect to the Backup Server Backup Port (default 32004) by executing the following command in the VembuBDR Client system through the command prompt:
telnet <Server Name/IP Address> <Backup Port>
Example:
telnet 10.x.x.x 32004
Step 2: If the telnet command does not work, check the firewall configuration of the VembuBDR Server. Ensure that the Backup Port (default 32004) is open for incoming traffic.
Step 3: Verify that the VembuBDR services are running on your VembuBDR Server machine, and the Backup Port is in LISTEN state by executing the following commands in the VembuBDR Backup Server system:
For Windows OS:
netstat -an | find <Backup Port>
For Linux OS:
netstat -an | grep <Backup Port>
Step 4: If the Backup Port is not in the LISTEN state, start the VembuBDR service on the Backup Server.
Step 5: If the Backup Port is in the LISTEN state, but the telnet command fails, ensure that the Backup Port is open in the Backup Server network's NAT/Firewall settings.
Step 6: Confirm that both the backup server and the client are configured with the same Backup Port (default 32004). You can verify this by checking the `/conf/SGConfiguration.conf` file on both the client and server ends.
Note: For more information on NAT/Firewall configurations, refer to the following URL: Nat-firewall-configuration.html
If the issue persists even after following the above steps, please contact Vembu support at vembu-support@vembu.com.

    • Related Articles

    • Troubleshooting Guide: Unable to Create Backup Repository

      KB ID: 102193 Description: This error occurs when the application fails to create a backup repository. This error typically indicates issues with the storage location or permissions necessary for the backup process to function properly. Possible ...
    • Troubleshooting Guide: Unable to Connect to BDRSuite Portal

      KB ID: 115070 Issue: Users are encountering difficulties connecting to the BDRSuite Portal. The issue may arise due to the following reasons: a) Internet connectivity problems. b) Proxy server issues or incorrect credentials. Solution: a) Check ...
    • Troubleshooting: VM Not Found on ESXi Host in BDRSuite Backup Server/BDRSuite Client

      KB ID: 105002 Summary: This knowledge base article addresses the issue of a selected VM not being found on the ESXi host within BDRSuite Backup Server/BDRSuite Client. The error may arise due to various causes, such as invalid ESXi/vCenter Server ...
    • Troubleshooting - Unable to register with 360 Server

      KB ID: 115114 Causes: Encountering difficulties in registering the BDRSuite Backup Server with the 360 Server may result from various reasons: 1. 360 Server is not installed, or the 'BDRSuite 360 Server' service is not running on the target machine. ...
    • Unable to List Databases during Microsoft SQL Server Backup

      KB ID: 110000 Case 1: Microsoft SQL Server services are not running properly. Problem: This error occurs when the system is unable to list databases. This issue may arise if the SQL Server service and its associated services are not running. ...