This is an archive version of the document. To get the most up-to-date information, see the current version.

Set-VBRIsilonHost

Short Description

Modifies Dell EMC Isilon storage settings.

Applies to

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 <int>] [-NASProxy <VBRNASProxyServer[]>] [-NASVolumeScanType {All | Exclude | Include}] [-NASIncludedVolume <CSanInfrastructureVolume[]>] [-NASExcludedVolume <CSanInfrastructureVolume[]>] [-NASIncludedWildcard <string[]>] [-NASExcludedWildcard <string[]>] [-SkipRescan] [-Force] [-NASEnableProxyAutoSelection] [-NASProtocolPolicy <VBRStorageProtocolPolicy>] [<CommonParameters>]

Detailed Description

This cmdlet modifies settings of Dell EMC Isilon 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.

Set-VBRIsilonHost Tip:

You can specify the scope of volumes that you want to rescan with the VBRVolumeScanType parameter.

Run the Get-VBRIsilonInfrastructureVolume cmdlet to get an array of volumes from Dell EMC Isilon storage systems.

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Host

Specifies the storage you want to modify.

Accepts the CIsilonHost object. To get this object, run the Get-VBRIsilonHost cmdlet.

True

Named

True (ByValue,
ByProperty
Name)

Name

Specifies the name of the storage.

String

False

Named

False

Description

Specifies the description of the storage.

String

False

Named

False

UserName

Specifies the user name that you want to use for authenticating with the storage.

String

False

Named

False

Password

Specifies the password you want to use for authenticating with the storage.

String

False

Named

False

Credentials

Specifies the credentials you want to use for authenticating with the storage.

Accepts the CInternalCredentials object. To get this object, run the Get-VBRCredentials cmdlet.

False

Named

False

Force

Defines that the cmdlet will add a Dell EMC Isilon without showing warnings in the PowerShell console.

SwitchParameter

False

Named

False

Port

Sets a port used to connect to the Isilon storage.

Int

False

Named

False

NASProxy

Specifies the array of proxies you want to use.

Accepts the VBRNASProxyServer object. To create this object, run the Add-VBRNASProxyServer cmdlet.

False

Named

False

NASEnableProxyAutoSelection

Indicates that Veeam Backup & Replication will use automatic proxy selection.

SwitchParameter

False

Named

False

NASProtocolPolicy

Specifies the protocol policy for the storage.

Accepts the VBRStorageProtocolPolicy object. To create this object, run the New-VBRStorageProtocolPolicy cmdlet.

False

Named

False

NASVolumeScanType

Specifies the scope of volumes that you want to rescan.

You can use the following options to rescan the volumes:

  • All - choose this option to scan all volumes that were added to your backup infrastructure with the initial scan.
  • Exclude - choose this option to exclude volumes from scan.
    NOTE: Veeam Backup & Replication will not show excluded volumes in the backup infrastructure after the rescan.
    Use the ExcludedVolume parameter to specify the excluded volumes.
  • Include - choose this option to scan only the specified storage volumes.
    Use the IncludedVolume parameter to specify the included 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

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

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Examples

Example 1. Excluding Dell EMC Isilon Volumes from Rescan

Example 2. Rescanning All Dell EMC Isilon Volumes

Related Commands