Set-VBRNetAppNDMPServer
Short Description
Modifies a NetApp NDMP server.
Applies to
Product Edition: Enterprise
Syntax
|
Set-VBRNetAppNDMPServer -Server <VBRNetAppNDMPServer> [-Credentials <CCredentials>] [-GatewayMode <VBRGatewayMode>] [-SelectedGateway <CHost>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies the settings of a NetApp NDMP server in the Veeam Backup & Replication infrastructure. You can update the credentials and gateway server selection settings.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
Server |
Specifies the NetApp NDMP server that you want to modify. |
Accepts the VBRNetAppNDMPServer object. To get this object, run the Get-VBRNDMPServer cmdlet. |
True |
Named |
True (ByValue) |
|
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. |
False |
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 |
False |
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 updated information about the NetApp NDMP server.
Examples
Example 1. Modifying Credentials on a NetApp NDMP Server
|
This example shows how to update the credentials on a NetApp NDMP server.
Perform the following steps:
|
Example 2. Modifying the Gateway Mode on a NetApp NDMP Server
|
This example shows how to configure a specific gateway server for a NetApp NDMP server.
Perform the following steps:
|
Related Commands