Upgrading Veeam Backup Enterprise Manager in Silent Mode
You can upgrade Veeam Backup Enterprise Manager in the silent mode with a special XML answer file by using the command line interface. The answer file contains all the necessary upgrade settings in the proper order and their thorough description.
Before You Begin
Before starting the upgrade of Veeam Backup Enterprise Manager in the silent mode, consider the following:
- The user account that you use to run the silent upgrade must be in the local Administrators group on the machine where the silent upgrade will run. The silent upgrade cannot be run under the LocalSystem and NetworkService accounts.
- If the user account that you use to run the silent upgrade is logged on the machine using the network logon method, the silent installation will fail. To avoid this, use an additional /SkipNetworkLogonErrors command line key. For example, it is required when the silent installation is started using a remote PowerShell session.
- When configuring the answer file, remove or comment out unused [Optional] parameters. Otherwise, the upgrade session will fail.
Upgrading Veeam Backup Enterprise Manager
To upgrade Veeam Backup Enterprise Manager in the silent mode, take the following steps:
- Copy the EmAnswerFile_upgrade.xml file to your local drive.
You can find the template answer file on the Veeam Backup & Replication installation disk in the \Setup\Silent\AnswerFiles\EM folder.
- Configure installation parameters according to your needs. For details, see Configuration Parameters.
Check that the answer file has the correct bundle (Em) and mode (upgrade) specified in line 2:
<unattendedInstallationConfiguration bundle="Em" mode="upgrade" version="1.0"> |
- After you make all the necessary changes in your answer file, start the upgrade by running the Veeam.Silent.Install.exe file located on the Veeam Backup Enterprise Manager installation disk in the \Setup\Silent folder. Use the following command line keys in your command:
D:\Setup\Silent\Veeam.Silent.Install.exe /AnswerFile E:\MyAnswerFileEMUpgrade.xml /SkipNetworkLogonErrors |
where:
- /AnswerFile — required key for specifying the path to your custom answer file, for example: E:\MyAnswerFileEMUpgrade.xml.
- /SkipNetworkLogonErrors — optional key that allows skipping additional pre-installation validations that do not work under the network logon, which will block the silent installation from running.
- /LogFolder — optional key for specifying the path where the setup should save log files if it is different from the default path. The default path is: C:\ProgramData\Veeam\Setup\Temp.
The configuration file contains the following parameters:
Parameter | Required? | Default | Description |
---|---|---|---|
ACCEPT_EULA | Yes | — | Specify 1 to accept the Veeam license agreement. |
ACCEPT_LICENSING_POLICY | Yes | — | Specify 1 to accept the Veeam licensing policy. |
ACCEPT_THIRDPARTY_LICENSES | Yes | — | Specify 1 to accept the license agreement for 3rd party components that Veeam incorporates. |
ACCEPT_REQUIRED_SOFTWARE | Yes | — | Specify 1 to accept all required software license agreements. |
VBREM_LICENSE_FILE | No | — | Path to the license file on the machine where you want to upgrade Veeam Backup Enterprise Manager. If you do not specify this parameter (or leave it empty value), Veeam Backup Enterprise Manager will be upgraded using the current license file. |
VBREM_LICENSE_AUTOUPDATE | No | 1 | Specify 1 to enable automatic license update and usage reporting. Specify 0 if you want to update the license manually. For NFR and Evaluation licenses, specify 1. For licenses without ID information, specify 0. |
VBREM_SERVICE_PASSWORD | No | — | Password for the account under which Veeam Backup Enterprise Manager Service will run. |
VBREM_SQLSERVER_PASSWORD | No | — | Password to connect to the SQL Server in the SQL Server authentication mode. |
REBOOT_IF_REQUIRED | No | 0 | Specify 1 if you want to reboot the machine where you install Veeam Backup Enterprise Manager after the installation finishes. Specify 0 if you do not want to reboot the machine. |
Note that you must specify 1 in ACCEPT_EULA, ACCEPT_LICENSING_POLICY, ACCEPT_THIRDPARTY_LICENSES and ACCEPT_REQUIRED_SOFTWARE parameters to proceed with the installation.
Upgrade Result Codes
The installation result is written into the installation log file located at your selected log folder. It may show one of the following result codes:
Result Code | Result |
---|---|
0 | success |
1603 | install failure |
3010 | reboot required |
3011 | logoff required |
Upgrade Error Codes
The installation error codes accompanied by their detailed description are displayed in the command line dialog. They can also be found in the UnattendedInstallationResult_%DATE%_%TIME%.xml file in the log folder (by default, C:\ProgramData\Veeam\Setup\Temp). The error message may show one of the following error codes:
Error Code | Description |
---|---|
0 | Installation has been completed successfully. |
1 | Product is already installed. |
2 | Uninstallation has been completed successfully. |
11 | Unable to start the setup program, because machine's reboot is pending. |
12 | Reboot is required to finalize prerequisites installation. |
13 | Reboot is required to finalize the product installation. |
14 | Logoff is required to finalize the product installation. |
101 | Failed to start the installer. |
102 | Invalid answer file provided. |
103 | Invalid launch conditions. |
104 | Failed to initialize setup properties. |
105 | Failed to validate setup properties. |
106 | System configuration check detected some issues. |
107 | Failed to install prerequisites. |
108 | Failed to install a database server. |
109 | Failed to install the product. |
110 | Failed to update the product. |
111 | Failed to change a service status. |
112 | Failed to uninstall the product. |
113 | Unexpected error occurred. |