Step 1: Confirm whether the client can connect to the Backup Server Backup Port (default 32004) by executing the following command in the BDRSuite Client machine through the command prompt:
telnet <BDRSuite Server Name/IP Address> <Backup Port>
Example:
For BDRSuite : telnet 10.x.x.x 32004
For BDRCloud : telnet backup1.bdrcloud.com 32004 ( only telnet works for BDRCloud )
If Telnet Not Enabled in BDRSuite 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 BDRSuite Server. Ensure that the Backup Port (default 32004) is open for incoming traffic.
Step 3: Verify that the BDRSuite services are running on your BDRSuite Server machine, and the Backup Port is in LISTEN state by executing the following commands in the BDRSuite 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 BDRSuite 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.