BDRSuite - Bulk Installation of Backup Agents using Third Party Tools (Silent Installation)

BDRSuite - Bulk Installation of Backup Agents using Third Party Tools (Silent Installation)

KB ID: 115218
Overview:
This Knowledge Base article provides instructions for the bulk deployment of the BDRSuite Backup Agent on multiple hosts simultaneously using third-party tools. Follow the commands below based on your desired backup type and reboot preferences.
Windows Deployment:
1. Disk Image Backup with Reboot Option:
Use the following command for disk image backup with an option to reboot the host later.
Note: Include "REBOOT=Force" for automated restart after agent installation.
msiexec /i BDRSuite_Delegation_Service_7_0_1_0.msi /qn BACKUPSERVERINFO="Enter Backup Server IP Address/DNS Name" INSTALLDRIVER="Yes"
2. Files & Folders Backup Only:
  1. Use the following command for configuring only files and folders backup.
msiexec /i BDRSuite_Delegation_Service_7_0_1_0.msi /qn BACKUPSERVERINFO="Enter Backup Server IP Address/DNS Name"
Linux Deployment:
1. Debian Linux:
Use the following command for Debian Linux systems.
bash BDRSuite_Delegation_Service_7_0_1_0_DBN.bin --BACKUPSERVERINFO "Enter Backup Server IP Address/DNS Name"
2. Red Hat Linux:
Use the following command for Red Hat Linux systems.
bash BDRSuite_Delegation_Service_7_0_1_0_RH.bin --BACKUPSERVERINFO "Enter Backup Server IP Address/DNS Name"
MAC Deployment:
1. Intel Mac:
Use the following command for Intel-based Mac systems.
 sudo sh BDRSuite_Delegation_Service_7_0_1_0_IMac.bin "Enter Backup Server IP Address/DNS Name"
2. ARM Mac:
Use the following command for ARM-based Mac systems.
sudo sh BDRSuite_Delegation_Service_7_0_1_0_IMac_arm64.bin "Enter Backup Server IP Address/DNS Name"
Notes:
  1. Ensure that you replace "Enter Backup Server IP Address/DNS Name" with the actual IP address or DNS name of the backup server.
  2. For Windows installations, consider including "REBOOT=Force" for automated restart after agent installation.
  3. Utilize these commands with your preferred third-party deployment tools to simultaneously install the BDRSuite Backup Agent on multiple hosts.
For further assistance or inquiries, please contact our Support team.