Veeam Service Provider Console
You can install Veeam Service Provider Console in unattended mode with a special XML answer file by using the command line interface. The answer file contains all the necessary installation settings in the proper order and their description.
Before You Begin
Before you install Veeam Service Provider Console in the unattended mode, consider the following:
- If the user account that you use to run the unattended installation is logged on the machine using the network logon method, the unattended installation will fail. To avoid this, use an additional /SkipNetworkLogonErrors command line key. For example, it is required when the unattended installation is started within a remote PowerShell session.
- When configuring the answer file, remove or comment out unused [Optional] parameters. Otherwise, the installation session will fail.
Installing Veeam Service Provider Console
To install Veeam Service Provider Console in the unattended mode with the answer file:
- Copy the VspcAnswerFile_install.xml file to your local drive.
You can find the template answer file on the Veeam Service Provider Console installation disk in the \Setup\Silent\AnswerFiles\VSPC folder. This folder contains the following templates of answer files used for installing, uninstalling, and upgrading Veeam Service Provider Console:
- VspcAnswerFile_install.xml — for installing Veeam Service Provider Console
- VspcAnswerFile_uninstall.xml — for uninstalling Veeam Service Provider Console
- VspcAnswerFile_upgrade.xml — for upgrading Veeam Service Provider Console
- Configure installation parameters according to your needs. For details, see section Configuration Parameters.
Check that the answer file has the correct bundle (Vspc) and mode (install) specified in line 2:
|
<unattendedInstallationConfiguration version="1.0" mode="install" bundle="Vspc"> |
- After you make all the necessary changes in your answer file, start the installation by running the Veeam.Silent.Install.exe file located on the Veeam Service Provider Console installation disk in the \Setup\Silent folder. Use the following command line keys in your installation command:
|
D:\Setup\Silent\Veeam.Silent.Install.exe /AnswerFile E:\MyAnswerFileVSPCInstall.xml /SkipNetworkLogonErrors |
where:
- /AnswerFile — required key for specifying the path to your custom answer file, for example: E:\MyAnswerFileVSPCInstall.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:
|
Tabs |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Common Parameters |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Server Parameters |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
These parameters are required if you specified 1 in the VSPC_SERVER_FEATURE parameter.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Web UI Parameters |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
These parameters are required if you specified 1 in the VSPC_WEB_FEATURE parameter.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Server Connection |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
These parameters are required if you specified 0 in the VSPC_SERVER_FEATURE parameter.
|