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

    • VMware Replication

      Overview BDRSuite offers agentless replication solutions for VMware ESXi & vCenter. It provides near continuous data protection with flexible storage, instant failover & failback, and centralized management for efficient VM replication. Watch the ...
    • Configuring VMware VM Replication

      BDRSuite offers VMware Replication, a feature with which you can replicate your VMs and create an exact copy of the production VM on another vCenter Server/ESXi host. The VMs that are replicated to the target host will be synchronized with the VM ...
    • Configuring VMware ESXi & vCenter Server Backup

      For creating a fresh backup job on your backup server, simply click on Backup > Configure Backup > VMware vSphere. In this section, you will find a comprehensive explanation of the seven-step process to configure a VMware backup job. Step 1: Adding ...
    • Adding VMware ESXi & vCenter Server for Backup (Local Network)

      You need to add the VMware ESXi/vCenter Server containing the VMs to the production infrastructure of the BDRSuite Backup Server before starting to configure a backup job. Prerequisites The VMware ESXi or vCenter Server you want to add should be of ...
    • What are the supported versions of VMware ESXi & vCenter Server for Backup & Replication in BDRSuite?

      Virtual Infrastructure Version Platform VMware vSphere 8. X VMware vSphere 7. X VMware vSphere 6. X VMware vSphere 5. X Hypervisor ESXi 8. X ESXi 7. X ESXi 6. X ESXi 5. X Management Server vCenter Server 8.x vCenter Server 7. X vCenter Server 6. X ...