Install-VBRLinuxTransportService
Short Description
Installs Veeam Data Mover for guest processing on Linux VMs.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Install-VBRLinuxTransportService -Entity <IVmItem[]> -SSHUser <String> -SSHPassword <String> [-SSHPort <Int32>] [-SSHElevateToRoot] [-SSHAddToSudoers] [-SSHFailoverToSu] [-SSHRootPassword <String>] [<CommonParameters>] |
Detailed Description
This cmdlet installs Veeam Data Mover for guest processing on Linux VMs. For more information on Linux distributives, for which guest processing is supported, see the Platform Support section of Veeam Backup & Replication User Guide.
After you install Veeam Data Mover, Veeam Backup & Replication will use it for guest processing tasks.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Entity |
Specifies an array of Linux VMs to which you want to install Veeam Data Mover.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
SSHAddToSudoers |
Defines that the user account is added to the
Default: (if the |
|
False |
Named |
False |
|
SSHElevateToRoot |
Defines that non-root users are provided with the root account privileges. |
|
False |
Named |
False |
|
SSHFailoverToSu |
Defines that Veeam Backup & Replication will use the
If you do not provide this parameter and |
|
False |
Named |
False |
|
SSHPassword |
Specifies the password you want to use for authenticating with the Linux VMs. |
|
True |
Named |
False |
|
SSHPort |
Specifies the Web service port for connection to the Linux server.
Default: |
|
False |
Named |
False |
|
SSHRootPassword |
Specifies the root password used for authentication. |
|
False |
Named |
False |
|
SSHUser |
Specifies the user name you want to use for authenticating with the Linux VMs. |
|
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRLinuxTransportService object that contains Veeam Data Mover settings for guest processing on a Linux VM.
Examples
Installing Veeam Data Mover to Linux VM
This example shows how to install Veeam Data Mover to the Lin2049 Linux VM.
|
$linVm = Find-VBRViEntity -Name "Lin2049" Install-VBRLinuxTransportService -Entity $linVm -SSHUser Administrator -SSHPassword XXXXXXXXXX -SSHElevateToRoot -SSHAddToSudoers -SSHFailoverToSu -SSHRootPassword XXXXXXXXXX |
Perform the following steps:
- Run the
Find-VBRViEntityLooks for VMware objects. cmdlet. Specify theNameparameter value. Save the result to the$linsrvvariable. - Run the
Install-VBRLinuxTransportServicecmdlet. Specify the following settings:- Set the
$linVmvariable as theEntityparameter value. - Specify the
SSHUserparameter value. - Specify the
SSHPasswordparameter value. - Provide the
SSHElevateToRootparameter. - Provide the
SSHAddToSudoersparameter. - Provide the
SSHFailoverToSuparameter. - Specify the
SSHRootPasswordparameter value.
- Set the
Related Commands
Find-VBRViEntityLooks for VMware objects.Find-VBRHvEntityReturns Hyper-V objects.Find-VBRvCloudEntityLooks for Cloud Director entities.