Set-NetAppHost
Short Description
Modifies NetApp storage system settings.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Set-NetAppHost -Host <CNaHost> [-Name <string>] [-Description <string>] [-UserName <string>] [-Password <string>] [-Credentials <CInternalCredentials>] [-IsHTTP <bool>] [-Port <int>] [-Proxy <IProxy[]>] [-MountServer <CHost>] [-VolumeScanType {All | Exclude | Include}] [-IncludedVolume <CSanInfrastructureVolume[]>] [-ExcludedVolume <CSanInfrastructureVolume[]>] [-IncludedWildcard <string[]>] [-ExcludedWildcard <string[]>] [-NASProxy <VBRNASProxyServer[]>] [-NASVolumeScanType {All | Exclude | Include}] [-NASIncludedVolume <CSanInfrastructureVolume[]>] [-NASExcludedVolume <CSanInfrastructureVolume[]>] [-NASIncludedWildcard <string[]>] [-NASExcludedWildcard <string[]>] [-AgentProxy <VBRNASProxyServer[]>] [-AgentVolumeScanType {All | Exclude | Include}] [-AgentIncludedVolume <CSanInfrastructureVolume[]>] [-AgentExcludedVolume <CSanInfrastructureVolume[]>] [-AgentIncludedWildcard <string[]>] [-AgentExcludedWildcard <string[]>] [-SkipRescan] [-Force] [-EnableProxyAutoSelection] [-ProtocolPolicy <VBRStorageProtocolPolicy>] [-NASEnableProxyAutoSelection] [-NASProtocolPolicy <VBRStorageProtocolPolicy>] [-AgentEnableProxyAutoSelection] [-AgentProtocolPolicy <VBRStorageProtocolPolicy>] [-EnableVMwareBackup] [-EnableNASBackup] [-EnableAgentBackup] [<CommonParameters>] |
Detailed Description
This cmdlet modifies settings of NetApp storage systems. When you modify storage system settings, the cmdlet automatically rescans storage systems.
To modify settings, enter the necessary parameters with new values. The parameters that you omit will remain unchanged.
|
You can specify the scope of volumes that you want to rescan with the VBRVolumeScanType parameter. Run Get-NetAppInfrastructureVolume to get an array of volumes from NetApp storage system. |
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Host | Specifies a storage that you want to modify. | CNaHost | True | Named | True (ByValue, |
Name | Specifies the storage IP address or DNS name. | String | True | Named | False |
Description | Specifies a description of the storage. | String | False | Named | False |
UserName | Specifies a user name that you want to use for authenticating with the storage. | String | True | Named | False |
Password | Specifies the password you want to use for authenticating with the storage. | String | True | Named | False |
Credentials | Specifies the CCredentials object containing the credentials record you want to use for authenticating with the storage. | Accepts the CInternalCredentials object. To create this object, run the Get-VBRCredentials cmdlet. | True | Named | False |
IsHTTP | If set to TRUE, the cmdlet will use the HTTP protocol for connecting with the NetApp storage. Otherwise, HTTPS protocol will be selected. | Bool | False | Named | False |
Port | Specifies the port for connecting with the NetApp storage. Default: 443. | Int. | False | Named | False |
MountServer | Specifies the mount server that you want to use to work with this storage. | Accepts the CHost object. To create this object, run the Get-VBRServer cmdlet. | False | Named | False |
EnableVMwareBackup | Enables the VMware backup option. If you provide this parameter, you will be able to use storage snapshots to backup and restore VMware vSphere VMs hosted on storage systems. | SwitchParameter | False | Named | False |
EnableNASBackup | Enables the NAS backup option. If you provide this parameter, you will be able to integrate your storage systems with NAS file shares added to your infrastructure. | SwitchParameter | False | Named | False |
EnableAgentBackup | Enables the Veeam Agent backup option. If you provide this parameter, you will be able to integrate your storage systems with Veeam Agent for Microsoft Windows installed on computers in your infrastructure. | SwitchParameter | False | Named | False |
Proxy | For the EnableVMwareBackup parameter. Specifies an array of proxies you want to use with this storage. | String | False | Named | False |
EnableProxyAutoSelection | For the EnableVMwareBackup parameter. Indicates that Veeam Backup & Replication will use automatic proxy selection. | SwitchParameter | False | Named | False |
ProtocolPolicy | For the EnableVMwareBackup parameter. Specifies the protocol policy for the storage. | Accepts the VBRStorageProtocolPolicy object. To create this object, run the New-VBRStorageProtocolPolicy cmdlet.
| False | Named | False |
VolumeScanType | For the EnableVMwareBackup parameter. Specifies the scope of volumes that you want to rescan. You can use the following options to rescan the volumes:
| VBRVolumeScanType | False | Named | False |
IncludedVolume | For the VolumeScanType parameter with the include option. Specifies an array of storage volumes that you want to rescan. NOTE: Veeam Backup & Replication will show only rescanned volumes in the backup infrastructure. | CSanInfrastructureVolume | False | Named | False |
IncludedWildcard | For the VolumeScanType parameter with the include option. Specifies an array of storage volumes with wildcard characters. Veeam Backup & Replication will rescan only those volumes which names are specified with these wildcard characters. | String | False | Named | False |
ExcludedVolume | For the VolumeScanType parameter with the exclude option. Specifies an array of storage volumes that you do not want to rescan. NOTE: Veeam Backup & Replication will not show the excluded volumes in the backup infrastructure after the rescan. | CSanInfrastructureVolume | False | Named | False |
ExcludedWildcard | For the VolumeScanType parameter with the exclude option. Specifies an array of storage volumes with wildcard characters. Veeam Backup & Replication will not rescan the volumes which names are specified with these wildcard characters. | String | False | Named | False |
NASProxy | For the EnableNASBackup parameter. Specifies an array of proxies you want to use with this storage. | Accepts the VBRNASProxyServer object. To create this object, run the Add-VBRNASProxyServer cmdlet. | False | Named | False |
NASVolumeScanType | For the EnableNASBackup parameter. Specifies the scope of volumes that you want to rescan. You can use the following options to rescan the volumes:
| VBRVolumeScanType | False | Named | False |
NASIncludedVolume | For the NASVolumeScanType parameter with the include option. Specifies an array of storage volumes that you want to rescan. NOTE: Veeam Backup & Replication will show only rescanned volumes in the backup infrastructure. | CSanInfrastructureVolume | False | Named | False |
NASIncludedWildcard | For the NASVolumeScanType parameter with the include option. Specifies an array of storage volumes with wildcard characters. Veeam Backup & Replication will rescan only those volumes which names are specified with these wildcard characters. | String | False | Named | False |
NASExcludedVolume | For the NASVolumeScanType parameter with the exclude option. Specifies an array of storage volumes that you do not want to rescan. NOTE: Veeam Backup & Replication will not show the excluded volumes in the backup infrastructure after the rescan. | CSanInfrastructureVolume | False | Named | False |
NASExcludedWildcard | For the NASVolumeScanType parameter with the exclude option. Specifies an array of storage volumes with wildcard characters. Veeam Backup & Replication will not rescan the volumes which names are specified with these wildcard characters. | String | False | Named | False |
AgentProxy | For the EnableAgentBackup parameter. Specifies an array of proxies you want to use with this storage. | Accepts the VBRComputerFileProxyServer object. To create this object, run the Add-VBRComputerFileProxyServer cmdlet. | False | Named | False |
AgentVolumeScanType | For the EnableAgentBackup parameter. Specifies the scope of volumes that you want to rescan. You can use the following options to rescan the volumes:
| VBRVolumeScanType | False | Named | False |
AgentIncludedVolume | For the AgentVolumeScanType parameter with the include option. Specifies an array of storage volumes that you want to rescan. NOTE: Veeam Backup & Replication will show only rescanned volumes in the backup infrastructure. | CSanInfrastructureVolume | False | Named | False |
AgentExcludedVolume | For the AgentVolumeScanType parameter with the exclude option. Specifies an array of storage volumes that you do not want to rescan. NOTE: Veeam Backup & Replication will not show the excluded volumes in the backup infrastructure after the rescan. | CSanInfrastructureVolume | False | Named | False |
AgentIncludedWildcard | For the AgentVolumeScanType parameter with the include option. Specifies an array of storage volumes with wildcard characters. Veeam Backup & Replication will rescan only those volumes which names are specified with these wildcard characters. | String | False | Named | False |
AgentExcludedWildcard | For the AgentVolumeScanType parameter with the exclude option. Specifies an array of storage volumes with wildcard characters. Veeam Backup & Replication will not rescan the volumes which names are specified with these wildcard characters. | String | False | Named | False |
NASEnableProxyAutoSelection | For the EnableNASBackup parameter. Indicates that Veeam Backup & Replication will use automatic proxy selection. | SwitchParameter | False | Named | False |
NASProtocolPolicy | For the EnableNASBackup parameter. Specifies the protocol policy for the storage. | Accepts the VBRStorageProtocolPolicy object. To create this object, run the New-VBRStorageProtocolPolicy cmdlet. | False | Named | False |
AgentEnableProxyAutoSelection | For the EnableAgentBackup parameter. Indicates that Veeam Backup & Replication will use automatic proxy selection. | SwitchParameter | False | Named | False |
AgentProtocolPolicy | For the EnableAgentBackup parameter. Specifies the protocol policy for the storage. | Accepts the VBRStorageProtocolPolicy object. To create this object, run the New-VBRStorageProtocolPolicy cmdlet. | False | Named | False |
SkipRescan | Indicates that the cmdlet will not start the storage rescan automatically after you add storage systems to the backup infrastructure. | SwitchParameter | False | Named | False |
Force | Defines that the cmdlet will add a NetApp storage system without showing warnings in the PowerShell console. | SwitchParameter | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Example 1
This example shows how to change the port number and protocol for connecting with NetApp storage system.
- Run Get-NetAppHost to get a storage system that you want to modify. Save the result to the $storage variable.
- Run Set-NetAppHost cmdlet. Set the $storage variable as the Host parameter value.
Example 2
This example shows how to exclude specified NetApp storage volumes from the rescan session.
- Run Get-NetAppHost to get the storage system whose settings you want to modify. Save the result to the $storage variable.
- Run Get-NetAppInfrastructureVolume to get volumes that you do not want to rescan. Save the result to the $volumes variable.
- Run Set-NetAppHost with the $storage and $volumes variables.
$storage = Get-NetAppHost -Name "NetApp Store" $volumes = Get-NetAppInfrastructureVolume -Name "ISCSI Volume4", "ISCSI Volume5", "NFS Volume1" Set-NetAppHost -Host $storage -VolumeScanType Exclude -ExcludedVolume $volumes |
Example 3
This example shows shows how to rescan all volumes added to a NetApp storage system.
- Run Get-NetAppHost to get the storage system whose settings you want to modify. Save the result to the $storage variable.
- Run Get-NetAppInfrastructureVolume with the Host parameter to get volumes that you want to rescan. Save the result to the $volumes variable.
- Run Set-NetAppHost with the $storage and $volumes variables.
$storage = Get-NetAppHost -Name "NetApp Store" $volumes = Get-NetAppInfrastructureVolume -Host $storage Set-NetAppHost -Host $storage -VolumeScanType Include -Included $volumes |
Related Commands