Set-VBRIsilonHost
Short Description
Modifies Dell PowerScale (formerly Isilon) storage settings.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Set-VBRIsilonHost -Host <CIsilonHost> [-Name <String>] [-Description <String>] [-UserName <String>] [-Password <String>] [-Credentials <CInternalCredentials>] [-Port <Int32>] [-NASProxy <VBRNASProxyServer[]>] [-NASVolumeScanType <VBRVolumeScanType>] [-NASIncludedVolume <CSanInfrastructureVolume[]>] [-NASExcludedVolume <CSanInfrastructureVolume[]>] [-NASIncludedWildcard <String[]>] [-NASExcludedWildcard <String[]>] [-SkipRescan] [-Force] [-NASEnableProxyAutoSelection] [-NASProtocolPolicy <VBRStorageProtocolPolicy>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies settings of Dell PowerScale 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.
Note |
|
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
Tip |
|
You can specify the scope of volumes that you want to rescan with the Run the |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the credentials you want to use for authenticating with the storage.
Accepts the |
|
False |
Named |
False |
|
Description |
Specifies the description of the storage. |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will add a Dell PowerScale without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
Host |
Specifies the storage you want to modify.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies the name of the storage. |
|
False |
Named |
False |
|
NASEnableProxyAutoSelection |
Defines that Veeam Backup & Replication will use automatic proxy selection. |
|
False |
Named |
False |
|
NASExcludedVolume |
For the 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.
Accepts the |
|
False |
Named |
False |
|
NASExcludedWildcard |
For the 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. |
|
False |
Named |
False |
|
NASIncludedVolume |
For the Specifies an array of storage volumes that you want to rescan. Note: Veeam Backup & Replication will show only rescanned volumes in the backup infrastructure.
Accepts the |
|
False |
Named |
False |
|
NASIncludedWildcard |
For the 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. |
|
False |
Named |
False |
|
NASProtocolPolicy |
Specifies the protocol policy for the storage.
Accepts the |
False |
Named |
False |
|
|
NASProxy |
Specifies the array of proxies you want to use.
Accepts the |
False |
Named |
False |
|
|
NASVolumeScanType |
Specifies the scope of volumes that you want to rescan. You can use the following options to rescan the volumes:
|
|
False |
Named |
False |
|
Password |
Specifies the password you want to use for authenticating with the storage. |
|
False |
Named |
False |
|
Port |
Sets a port used to connect to the PowerScale storage. |
|
False |
Named |
False |
|
SkipRescan |
Defines that the cmdlet will not start the storage rescan automatically after you add storage systems to the backup infrastructure. |
|
False |
Named |
False |
|
UserName |
Specifies the user name that you want to use for authenticating with the storage. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Excluding Dell PowerScale Volumes from Rescan
|
This example shows how to exclude the
Perform the following steps:
|
Example 2. Rescanning All Dell PowerScale Volumes
|
This example shows how to rescan all volumes added to the
Perform the following steps:
|
Related Commands
Get-VBRIsilonHostReturns Dell PowerScale (formerly Isilon) storage systems.Get-VBRIsilonInfrastructureVolumeReturns volumes of Dell PowerScale (formerly Isilon) storage systems.