Upgrading Veeam Backup & Replication Console in Silent Mode

You can upgrade the Veeam Backup & Replication console in the unattended 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 the Veeam Backup & Replication console in the unattended mode with the answer file, consider the following:

  • The user account that you use to run the silent installation must be in the local Administrators group on the machine where the silent installation will run. The silent installation cannot be run under the LocalSystem and NetworkService accounts.
  • If the user account that you use to run the unattended upgrade is logged on the machine using the network logon method, the unattended upgrade will fail. To avoid this, use an additional /SkipNetworkLogonErrors command line key. For example, it is required when the unattended upgrade is started via 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 & Replication Console

To upgrade the Veeam Backup & Replication console in the silent mode with the answer file, take the following steps:

  1. Copy the VbrConsoleAnswerFile_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\VBRConsole folder. This folder contains the following templates of answer files used for installing, uninstalling, and upgrading the Veeam Backup & Replication console:

  • VbrConsoleAnswerFile_install.xml — for installing the Veeam Backup & Replication console;
  • VbrConsoleAnswerFile_uninstall.xml — for uninstalling the Veeam Backup & Replication console;
  • VbrConsoleAnswerFile_upgrade.xml — for upgrading the Veeam Backup & Replication console.
  1. Configure upgrade parameters according to your needs. For details, see Configuration Parameters.

Check that the answer file has the correct bundle (VbrConsole) and mode (upgrade) specified in line 2:

<unattendedInstallationConfiguration bundle="VbrConsole" mode="upgrade" version="1.0">

  1. 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 & Replication installation disk in the \Setup\Silent folder. Use the following command line keys in your upgrade command:

D:\Setup\Silent\Veeam.Silent.Install.exe /AnswerFile E:\MyAnswerFileConsoleUpgrade.xml /SkipNetworkLogonErrors

where:

  • /AnswerFile — required key for specifying the path to your custom answer file, for example: E:\MyAnswerFileConsoleUpgrade.xml.
  • /SkipNetworkLogonErrors — optional key that allows skipping additional pre-upgraded validations that do not work under the network logon, which will block the silent upgrade 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.

Configuration Parameters

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.

REBOOT_IF_REQUIRED

No

0

Specify 1 if you want to reboot the machine where you upgrade the Veeam Backup & Replication console after the upgrade 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 upgrade 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 upgrade 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). You can use such an XML file for retrieving upgrade results from the scripts or utilities that are used to run the upgrade. 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.