Add-VBRNetAppNDMPServer
Short Description
Adds NetApp NDMP servers.
Applies to
Product Edition: Enterprise
Syntax
|
Add-VBRNetAppNDMPServer -HostedServer <VBRNetAppNDMPHostedServer> -Credentials <CCredentials> -GatewayMode <VBRGatewayMode> [-SelectedGateway <CHost>] [<CommonParameters>] |
Detailed Description
This cmdlet adds a new NetApp NDMP server to the Veeam Backup & Replication infrastructure. Veeam Backup & Replication will use the specified credentials and settings to connect to the NDMP server.
The VBRNetAppNDMPHostedServer object is a NetApp NDMP-enabled Logical Interface (LIF). To create this object, add the NetApp host using the Add-NetAppHost cmdlet with the EnableNDMPBackup parameter provided.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
HostedServer |
Specifies the NetApp NDMP LIF that you want to add to Veeam Backup & Replication as an NDMP server. |
Accepts the VBRNetAppNDMPHostedServer object. To get this object, run the Get-VBRNetAppNDMPHostedServer cmdlet. |
True |
Named |
False |
|
Credentials |
Specifies the credentials. Veeam Backup & Replication will use these credentials to connect to the NetApp NDMP server. |
Accepts the CCredentials object. To get this object, run the Get-VBRCredentials cmdlet. |
True |
Named |
False |
|
GatewayMode |
Specifies the gateway server selection mode. Veeam Backup & Replication will use this gateway server to connect to the NDMP server. You can specify the following modes:
|
VBRGatewayMode |
True |
Named |
False |
|
SelectedGateway |
For the SelectedGateway option in the GatewayMode parameter. Specifies the server that you want to use as the gateway server. |
Accepts the CHost object. To get this object, run the Get-VBRServer cmdlet. |
False |
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 VBRNetAppNDMPServer object that contains information about the NetApp NDMP server.
Examples
Example 1. Adding NetApp NDMP Server with Automatic Gateway Selection
|
This example shows how to add a NetApp NDMP LIF as an NDMP server. Veeam Backup & Replication will select the gateway server automatically.
Perform the following steps:
|
Example 2. Adding NetApp NDMP Server with Manual Gateway Selection
|
This example shows how to add a NetApp NDMP LIF as an NDMP server and choose a specific gateway server. Veeam Backup & Replication will use the specified server as the gateway server.
Perform the following steps:
|
Related Commands