Veeam Kasten Plug-in for Veeam Backup & Replication
You can install the Veeam Kasten Plug-in for Veeam Backup & Replication in the unattended mode. Note that if you want to manage Veeam Kasten Plug-in for Veeam Backup & Replication in the Veeam Backup & Replication interface, you must install both the plug-in service and the plug-in UI.
To install Veeam Kasten Plug-in for Veeam Backup & Replication, use a command with the following syntax:
msiexec /qn /i <msi> ACCEPT_EULA=1, ACCEPT_THIRDPARTY_LICENSES=1 |
The command has the following parameters:
Option | Parameter | Required | Description |
---|---|---|---|
/q | n | Yes | Sets the user interface level to “no”, which means no user interaction is needed during installation. |
/i | setup file | Yes | Installs the Veeam Backup & Replication server. Specify a full path to the setup file as the parameter value. Example: /i C:\Veeam\Server.x64.msi |
msi |
| Yes | VeeamKastenPlugin.msi: Installs the Veeam Kasten Plug-in for Veeam Backup & Replication services. VeeamKastenPluginUI.msi: Installs UI components of Veeam Kasten Plug-in for Veeam Backup & Replication. |
ACCEPT_EULA | 0/1 | Yes | Specifies if you want to accept the Veeam license agreement. Specify 1 to accept the license agreement and proceed with installation. Example: ACCEPT_EULA=1 |
ACCEPT_THIRDPARTY_LICENSES | 0/1 | Yes | Specifies if you want to accept the license agreement for 3rd party components that Veeam incorporates. Specify 1 to accept the license agreement and proceed with installation. Example: ACCEPT_THIRDPARTY_LICENSES=1 |
Examples
Installing Veeam Kasten Plug-in for Veeam Backup & Replication Service and UI
To install the Veeam Kasten Plug-in for Veeam Backup & Replication service and UI components to Veeam Backup & Replication, perform the following steps:
- Run the following command to install the Veeam Kasten Plug-in for Veeam Backup & Replication service.
msiexec /qn /i VeeamKastenPlugin.msi ACCEPT_THIRDPARTY_LICENSES=1 ACCEPT_EULA=1 |
- Run the following command to install UI components of Veeam Kasten Plug-in for Veeam Backup & Replication.
msiexec /qn /i VeeamKastenPluginUI.msi ACCEPT_THIRDPARTY_LICENSES=1 ACCEPT_EULA=1 |