KB ID: 101008
Solution:
- Press Win + R to open the Run dialog, type "Services.msc," and press Enter.
- Look for the BDRSuite service in the list and ensure it is running. If not, right-click and start the service
Verify if the Backup Port is in the LISTEN state on the BDRSuite Backup Server machine:
- Open a command prompt with administrative privileges.
- For Windows OS, execute the command: netstat -an | find "32004"
- For Linux OS, execute the command: netstat -an | find "34005"
Confirm if the client can connect to the BDRSuite Backup Server through the TCP Port (default 32004):
Execute the command below on the client machine's command prompt:
telnet <server_ip_or_dns_name> 32004
Verify the port value in the "<vembu_installation_location>/conf/SGConfiguration.conf" file.
If the BDRSuite Service is running, but the telnet command fails, check NAT/Firewall settings on both machines:
Ensure the Backup Port (default 32004) is open for incoming traffic on the BDRSuite Backup Server and outgoing traffic on the BDRSuite Client.
If the issue persists, it might be due to the modified IP address/DNS name of the BDRSuite Backup Server.