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.  BDRShield 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 BDRShield Client machine through the command prompt:
telnet <BDRShield Server Name/IP Address> <Backup Port>
Example:
For BDRShield : telnet 10.x.x.x 32004
For BDRCloud :  telnet backup1.bdrcloud.com 32004 ( only telnet works for BDRCloud )

If Telnet Not Enabled in BDRShield Backup Server:
   - For Windows agents, use PowerShell: 
          Test-NetConnection -ComputerName <BDRServer_Name / IP> -Port 32004
Step 2: If the telnet command does not work, check the firewall configuration of the BDRShield Server. Ensure that the Backup Port (default 32004) is open for incoming traffic.
Step 3: Verify that the BDRShield services are running on your BDRShield Server machine, and the Backup Port is in LISTEN state by executing the following commands in the BDRShield 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 BDRShield 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 BDRShield support at bdr-support@vembu.com.