pushing silent install to clients
I am trying to figure out if I can deploy this across my company and do the installation and configuration silently. I would love to have this installed without any user intervention.
I am trying to figure out if I can deploy this across my company and do the installation and configuration silently. I would love to have this installed without any user intervention.
Regarding silent installation, you can follow the below steps in order to perform Vembu NetworkBackup client agent silent installation on Windows machines,
Command to use:
VembuNetworkBackup_3_1_3_WIN_CO.exe /SILENT /AGREE_LICENSE="yes" /SG_ID="VembuPC_101" /SG_Type="Application" /SG_User="admin" /SG_Pass="admin" /SG_Port="4040" /SG_BackupPort="32004" /SG_UIPort="31005" /SG_HTTPS="1" /SG_HTTPSPort="4041"
Steps:
Download the Vembu NetworkBackup agent build 'VembuNetworkBackup350WIN_CO.exe' Ex: C:\Users\Administrator\Downloads
Open the command prompt with 'Run as Administrator' privilege and navigate to this build downloaded path 'C:\Users\Administrator\Downloads'
Execute the following command in order to initiate 'Silent Installation',
Note: You have supposed to change 'SGID' on each individual client machine installations. You can change the VembuNetworkBackup installation type as either 'Service' or 'Application' by changing the tag 'SGType'. If you want you can also change the VembuBDR webconsole user name 'SGUser' and password 'SGPass' values with your own and rest of other tag values should not change.
Ex:
VembuNetworkBackup_3_1_3_WIN_CO.exe /SILENT /AGREE_LICENSE="yes" /SG_ID="VembuPC_101" /SG_Type="Service" /SG_User="bill" /SG_Pass="bill123" /SG_Port="4040" /SG_BackupPort="32004" /SG_UIPort="31005" /SG_HTTPS="1" /SG_HTTPSPort="4041"
Kindly follow the above procedure and get back to us if you need any further assistance. You can automate this silent installation for multiple clients by writing a batch or script in your environment and use the above command.
Folks we can just specify SG_ID="%computername%" (assuming we want to use this as the unique ID,) and it works auto-magically making pushing out easy :) Also I note that if you leave out /SG_Port="4040" /SG_BackupPort="32004" /SG_UIPort="31005" /SG_HTTPS="1" /SG_HTTPSPort="4041" then default values are used.
pfine ( 2016-12-02 09:57:22 -0500 )editCopyright © Vembu Technologies 2022. All Rights Reserved.