Steps to Change IP Address of BDR Server for Configured Backups from BDRShield
KB ID: 115110
Introduction:
This knowledge base article provides a step-by-step guide on changing the IP address of the Backup Server for backups that are already configured from BDRShield Clients.
When a user needs to update the IP address of the Backup Server in the BDRShield Client, there is currently no option available in the client console for jobs that are already configured.
Follow the steps below to update the new IP address of the Backup Server for previously configured jobs in the BDRShield Client.
Step 1: Stop BDRShield Services on the Client Machine
- Open "Services.msc."
- Stop BDRShield Services.
Step 2: Open Command Prompt and Execute Command
- Open a Command Prompt on your client machine.
- Navigate to the BDRShield installation location.
- Execute the following command to change the backup server IP for your Vembu Clients:
bin\VembuBackupClient.exe MigrateServerName <old_server_name or ip> <new_server_name or ip> <backup_name>
cd "Program Files\Vembu\VembuImageBackup\"
bin\VembuImageBackup.exe MigrateServerName 192.168.102.138 192.168.103.117 imgbkup1 imgbkup2
- In the above commands, for the `<new_server_name or ip>`, you can use the HostName instead of the IP Address.
Step 3: Start BDRShield Services
- Start the BDRShield Services from "Services.msc."
Related Articles
BDRShield - Release Notes
BDRShield v9.1.0 (On-prem) Release Date: May 06, 2026 New Features 1. Server Proxy Support for Virtual Environments BDRShield v9.1 extends backup and recovery support to remote virtual environments running on VMware, Hyper-V, KVM, and Proxmox through ...
BDRShield Known Issues & Limitations
This document will provide detailed information about the known issues and limitations of each module, helping you identify potential challenges and implement effective workarounds to ensure uninterrupted operations. File & Folder Backup & Recovery ...
BDRShield Cluster Deployment Guide for Version 3.9
KB ID: 115064 Overview: BDRShield supports the deployment of multiple BDRShield Server instances (Nodes) in a cluster for load balancing client requests. This document outlines the clustering process and provides guidance on setting up BDRShield for ...
Alert: Issue with IP Address Retrieval or Application-Aware Writer Status Analysis
KB ID: 104060 Description: This Knowledge Base article addresses an alert that occurs when there are problems encountered while attempting to fetch the IP address of a Virtual Machine (VM) during AppAware verification. Additionally, this alert may ...
Steps to Rebuild BDRShield Backup Server running v5.3.0 and above (PostgreSQL Database)
KB ID: 115900 Challenge A hardware failure or system crash on the BDRShield Backup Server machine can result in the loss of both the BDRShield application and its backend database (PostgreSQL server). Solution In case of backup server failure/crash, ...