KB ID : 115066
Published : May 7, 2018
Created : May 7, 2018
Last Modified : March 9, 2023

Bulk Installation of BDRSuite Endpoint Agents

This section will guide you through adding an endpoint host using CSV import and steps to push MSI through GPO.

Step 1: Creating a CSV file

  • Enter the IP address or DNS name of the endpoint in the horizontal cell.

Note: Do not enter the IP address or the DNS name in the Vertical cell.

image description

  • Save the file in comma-separated format.

Step 2: Importing the created file to BDRSuite Backup Server web console

  • Login to the BDRSuite Backup Server web console.​​

image description

  • In the Endpoints tab navigate to Data Source and choose Add Microsoft Windows or the Add Linux as per requirement.

image description

  • Click on the Add Microsoft Windows or Add Linux in the respective page that opens and you will be taken to the page where you can either choose to add manually or import from CSV file. Choose the latter and proceed.

image description

  • Enter or browse the CSV file location followed by clicking save and proceed option in the popup window.

  • Once the import process is completed the host will be listed and once the endpoint host connects to the BDRSuite Backup Server, it will be listed as below.

image description

Step 3: Download the MSI builds

image description

  • You can download the MSI file on the same page where we are importing the CSV file by scrolling down the “Steps To Add Host (Windows/Linux) through CSV File” message and you will see an option to download the MSI file.

Step 4: Create an MSI with a property value for passing installation arguments

image description

  • Download Windows SDK as per your OS requirement from the machine in which you are going to create the MSI with property value .

  • Mount the ISO file and run the setup exe.

image description

  • Choose the MSI tool and proceed with your installation.

image description

  • Once the installation is completed, navigate to the location “C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x86” (depends on the Windows SDK version, location may vary)

1.Run the ORCA MSI installer.

image description

2.Once the installation is complete, you can find the Orca application in the start menu.

image description

3.Open the “BDRSuiteDelegationService5300.msi” in ORCA and navigate to the property table of the MSI.

image description

4.Now search for the “ISENDPOINTENABLED” value on the right side of the wizard and change the value from “0” to “1”.

image description

image description

5.Now search for the “BUILDTYPE” value on the right side of the wizard and change the value from “11” to “14”.

image description

image description

6.Now add a new property table by clicking “NewProperty1” on the right side of the wizard, name the table as “BACKUPSERVERINFO” and set the BDRSuite Backup Server’s IP address or DNS name as the value.

image description

image description

Note: Table name is case sensitive use only “BACKUPSERVERINFO” don’t use lower case.

7.After making the above change click save on the file menu.

image description

Step 5: Copy the MSI file to a shared folder

  • Copy the downloaded MSI file to a newly created folder and share the folder via right-click over the folder ‘Share with Specific People’.

  • Type ‘Domain Computers’ in the search box and give read permissions for ‘Domain Computers’ account and click ‘Share’.

image description

Step 6: Open or Install Group Policy Management

  • To open Group Policy Management, go to: ‘Start Administrative Tools Group Policy Management'.

  • To install Group Policy Management, open command prompt with administrative privileges and type the below command:

ServerManagerCmd -install gpmc

  • Once installed, open Group Policy Management as described above.

image description

Step 7: Go to existing policies and create a new GPO

  • Navigate to ‘Domains -> <yourdomain> -> 'Group Policy Objects’.

image description

  • Click Action New and provide a name for GPO to be created.

image description

  • Once created, it'll be listed under ‘Group Policy Objects’.

image description

  • Click on the new GPO you created in the navigation pane.

  • On Right Pane, a box titled ‘Security Filtering’ can be found under the ‘Scope’ tab.

  • Click ‘Authenticated Users’ under ‘Security Filtering’ and click ‘Remove’.

image description

Note: This is to ensure the policy is applied to a specific set of users(as mentioned in below step)

  • Now click ‘Add’ and under ‘Select User, Computer, or Group’ Dialog Box, provide specific computer names or usernames you want the GPO to be applied.

image description

Step 8: Add MSI builds

  • Right-click on the newly created GPO and click ‘Edit’.

image description

  • Group Policy Management Editor’ dialog box will open, navigate to ‘Computer Configuration’-> ‘Policies’ ->‘Software Settings’ ->‘Software Installations’ in the navigation pane.

image description

  • Right-click over the empty pane on right and go to ‘New’ ‘Software Package’.

image description

  • In the window that pops up, navigate to the share created earlier(Under Step: 5) and select MSI clients.

Note: Type the full Universal Naming Convention (UNC) path of the shared installer package that you want. For example, \<file server="">\<share>\<file name="">.msi. Don't just browse local drive and add the MSI. Use only the share path.

image description

  • Click the ‘Assigned’ bubble and click OK.

image description

  • Now the “BDRSuiteDelegationService5300.msi” will be listed in right side wizard.

image description

  • Now navigate to Computer Configuration->Policies>Administrative Templates->System->Group Policy and go to the option “Configure software Installation policy processing”.

image description

  • Double click it and enable it and choose the option "Allow processing across a slow network connection." and click apply.

image description

  • Now go to the option “Specify startup policy processing wait time” and double click it.

image description

  • Enable it and set time time value as 120 (default value).

image description

  • Close the Group Policy snap-in, click OK, and then close the Active Directory Users and Computers snap-in.

  • Re-open the Group Policy Management.

  • Right click the on the organization unit for which your are going to install the Endpoint MSI and select "Link and existing GPO.

image description

  • Select the newly created GPO.

image description

  • Now the selected GPO will be listed on right side of the wizard.

  • Now close the GPO wizard and update the GPO by opening the command prompt with administrator privilege and run the command “gpupdate /force”.

  • Now the MSI will be installed into the Endpoint host when the user logs in.

Note: Not applicable for BDRSuite Client for VMware/Hyper-V/Windows/Linux.

edit retag flag offensive close merge delete