Modifying ESXi Hostname/IP for VMware Backup and Replication in BDRSuite
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.
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:
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.
1. Stop the Vembu BDR server.
2. Open PostgreSQL using the command prompt and type the following command:
You will be prompted to enter a password; provide it (the default password is "admin").
3. Connect to SGDatabase using the following command:
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
Configuring VMware ESXi/vCenter Backup ensures the protection of your virtual infrastructure, including ESXi hosts and vCenter Server. With customizable backup schedules, retention policies, and recovery options, this process safeguards your virtual ...
Quick Start Guide for VMware Backup & Replication
About VMware Backup & Replication BDRSuite offers a robust solution for protecting VMware vSphere virtual machines with features like agentless, image-level backups, CBT for incremental backups, and application-aware processing. It supports granular ...
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 ...