Veeam Plug-in for Kasten K10

You can install the Kasten K10 Plug-in for Veeam Backup & Replication in the unattended mode. Note that if you want to manage Kasten K10 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 Kasten K10 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

  • VeeamKastenPlugin.msi
  • VeeamKastenPluginUI.msi

Yes

VeeamKastenPlugin.msi: Installs the Kasten K10 Plug-in for Veeam Backup & Replication services.

VeeamKastenPluginUI.msi: Installs UI components of Kasten K10 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 Kasten K10 Plug-in for Veeam Backup & Replication Service and UI

To install the Kasten K10 Plug-in for Veeam Backup & Replication service and UI components to Veeam Backup & Replication, perform the following steps:

  1. Run the following command to install the Kasten K10 Plug-in for Veeam Backup & Replication service.

msiexec /qn /i VeeamKastenPlugin.msi ACCEPT_THIRDPARTY_LICENSES=1 ACCEPT_EULA=1

  1. Run the following command to install UI components of Kasten K10 Plug-in for Veeam Backup & Replication.

msiexec /qn /i VeeamKastenPluginUI.msi ACCEPT_THIRDPARTY_LICENSES=1 ACCEPT_EULA=1

Page updated 1/25/2024

Page content applies to build 12.1.1.56