Modifying ESXi Hostname/IP for VMware Backup and Replication in BDRSuite

Modifying ESXi Hostname/IP for VMware Backup and Replication in BDRSuite

KB ID: 115059
Cause:
When a user changes the ESXi hostname or IP after configuring it in Vembu BDR, there is no direct option in the Vembu BDR console to reflect this change.
Solution:
To update the ESXi hostname/IP, users must manually modify the database values. Follow the steps below to adjust the ESXi hostname/IP in the VMBackup client and Vembu BDR server:
BDRSuite Client:
1. Stop the VMBackup client.
2. Open the command prompt and navigate to the VMBackup client installation location using the `cd` command. The default installation location is:<OS Installation Drive>\Program Files\Vembu\VembuVMBackup
3. Run the following command to start SQLite:
Lib\sqlite\sqlite3.exe data\
4. Use the following query to update the ESXi hostname/IP:
update VMWARE_SERVER_LIST set HOST_MACHINE_NAME = "New_Host_Name/IP" where HOST_MACHINE_NAME = "Old_Host_Name/IP";
5. Start the VMBackup client.
Vembu BDR Server:
1. Stop the Vembu BDR server.
2. Open PostgreSQL using the command prompt and type the following command:
psql -Upostgres -p 32010
You will be prompted to enter a password; provide it (the default password is "admin").
3. Connect to SGDatabase using the following command:
\c SGDatabase
4. Update the ESXi hostname/IP using the query:
update VMWARE_SERVER_LIST set SERVER_IP='New_Host_Name/IP' where SERVER_IP='Old_Host_Name/IP';
 5. Start the Vembu BDR server.


    • Related Articles

    • How do I configure VMware replication using BDRsuite?

      To configure VMware replication using BDRsuite, follow these steps: Download and Install BDRSuite Backup Server. Login to the backup server console and navigate to the VM Replication -> VMware menu. Add the source VMware host by specifying the ...
    • BDRSuite Support for Free ESXi in VMware

      KB ID: 77 Cause: The backup of free ESXi server virtual machines is not supported due to licensing restrictions. Solution: BDRSuite does not support the free version of ESXi. BDRSuite utilizes advanced VMware vStorage APIs for Data Protection, and ...
    • How can I monitor & manage VMware backup & replication jobs?

      BDRSuite offers centralized management console that allows you to easily configure backup & replication, monitor backup status, and manage recovery across multiple VMware hosts.
    • Troubleshooting VM Snapshot Creation Issues in Vembu Backup and Replication for VMware

      KB ID: 105010 Issue Encountering difficulties in creating VM snapshots using BDRSuite Backup and Replication for VMware, particularly during the process of snapshot creation for VMs set up for backup or replication. The error message indicates the ...
    • How do I configure Hyper-V replication using BDRsuite?

      To configure Hyper-V replication using BDRsuite, follow these steps: Download and Install BDRSuite Backup Server. Login to the backup server console and navigate to the VM Replication -> Microsoft Hyper-V menu. Add the source Hyper-V host by ...