Set-NimbleHost

Short Description

Modifies settings of HPE Nimble storage systems.

Platform: VMware

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Set-NimbleHost -Host <CNimbleHost> [-Description <String>] [-UserName <String>] [-Password <String>]

[-Credentials <CInternalCredentials>] [-Proxy <IProxy[]>] [-WindowsMountServer <CHost>]

[-LinuxMountServer <CHost>] [-VolumeScanType <VBRVolumeScanType>]

[-IncludedVolume <CSanInfrastructureVolume[]>] [-ExcludedVolume <CSanInfrastructureVolume[]>]

[-IncludedWildcard <String[]>] [-ExcludedWildcard <String[]>] [-AgentProxy <VBRComputerFileProxyServer[]>]

[-AgentVolumeScanType <VBRVolumeScanType>] [-AgentIncludedVolume <CSanInfrastructureVolume[]>]

[-AgentExcludedVolume <CSanInfrastructureVolume[]>] [-AgentIncludedWildcard <String[]>]

[-AgentExcludedWildcard <String[]>] [-SkipRescan] [-Force] [-EnableProxyAutoSelection]

[-ProtocolPolicy <VBRStorageProtocolPolicy>] [-AgentEnableProxyAutoSelection]

[-AgentProtocolPolicy <VBRStorageProtocolPolicy>] [-EnableVMwareBackup] [-EnableAgentBackup] [<CommonParameters>]

Detailed Description

This cmdlet modifies settings of HPE Nimble storage systems. When you modify storage system settings, the cmdlet automatically rescans storage systems.

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 VBRVolumeScanType parameter.

Run the Get-NimbleInfrastructureVolumeReturns volumes of HPE Nimble storage systems. cmdlet to get an array of volumes from HPE Nimble storage systems.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

AgentEnableProxyAutoSelection

For the EnableAgentBackup parameter.

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

SwitchParameter

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.

Accepts the CSanInfrastructureVolume[] object. To create this object, run the Get-NetAppInfrastructureVolumeReturns storage volumes of NetApp storage systems. cmdlet.

CSanInfrastructureVolume[]

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

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.

Accepts the CSanInfrastructureVolume[] object. To create this object, run the Get-NetAppInfrastructureVolumeReturns storage volumes of NetApp storage systems. cmdlet.

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

AgentProtocolPolicy

For the EnableAgentBackup parameter.

Specifies the protocol policy for the storage.

Accepts the VBRStorageProtocolPolicy object. To create this object, run the New-VBRStorageProtocolPolicyCreates protocol policies for storage systems. cmdlet.

VBRStorageProtocolPolicy

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-VBRComputerFileProxyServerAdds general-purpose backup proxies to the backup infrastructure. cmdlet.

VBRComputerFileProxyServer[]

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:

  • 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

Credentials

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

Accepts the CInternalCredentials object. To create this object, run the Get-VBRCredentialsReturns credentials records. cmdlet.

CInternalCredentials

False

Named

False

Description

Specifies the description of the storage.

String

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

EnableProxyAutoSelection

For the EnableVMwareBackup parameter.

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

SwitchParameter

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

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.

Accepts the CSanInfrastructureVolume[] object. To create this object, run the Get-NetAppInfrastructureVolumeReturns storage volumes of NetApp storage systems. cmdlet.

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

Force

Defines that the cmdlet will add an HPE Nimble storage system without showing warnings in the PowerShell console.

SwitchParameter

False

Named

False

Host

Specifies the storage you want to modify.

Accepts the CNimbleHost object. To get this object, run the Get-NimbleHostReturns HPE Nimble storage systems. cmdlet.

CNimbleHost

True

Named

True (ByPropertyName, ByValue)

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.

Accepts the CSanInfrastructureVolume[] object. To create this object, run the Get-NetAppInfrastructureVolumeReturns storage volumes of NetApp storage systems. cmdlet.

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

LinuxMountServer

Specifies Linux mount server. The storage systems will use this mount server for file-level and application items restore.

CHost

False

Named

False

Password

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

String

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-VBRStorageProtocolPolicyCreates protocol policies for storage systems. cmdlet.

VBRStorageProtocolPolicy

False

Named

False

Proxy

For the EnableVMwareBackup parameter.

Specifies the array of proxies you want to use to work with this storage.

IProxy[]

False

Named

False

SkipRescan

Defines that the cmdlet will not start the storage rescan automatically after you add storage systems to the backup infrastructure.

SwitchParameter

False

Named

False

UserName

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

String

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:

  • 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

WindowsMountServer

Specifies Windows mount server. The storage systems will use this mount server for file-level and application items restore.

CHost

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Examples

Set-NimbleHostExample 1. Specifying Backup Proxy on HPE Nimble Storage System

This example shows how to specify a backup proxy for rescan and backup from Storage Snapshots on a HPE Nimble storage system.

$storage = Get-NimbleHost -Name "HPE Nimble-FC"

$proxy = Get-VBRViProxy -Name "LocalProxy"

Set-NimbleHost -Host $storage -Proxy $proxy

Perform the following steps:

  1. Run the Get-NimbleHostReturns HPE Nimble storage systems. cmdlet. Specify the Name parameter value. Save the result to the $storage variable.
  2. Run the Get-VBRViProxyReturns a list of VMware backup proxies. cmdlet. Specify the Name parameter value. Save the result to the $proxy variable.
  3. Run the Set-NimbleHost cmdlet. Set the $storage variable as the Host parameter value. Set the $proxy variable as the Proxy parameter value.

Set-NimbleHostExample 2. Excluding HPE Nimble Volumes from Rescan

This example shows how to exclude HPE Nimble volumes from the rescan.

$storage = Get-NimbleHost -Name "HPE Nimble-FC"

$volumes = Get-NetAppInfrastructureVolume -Name "Volume4", "Volume5", " Volume1"

Set-NimbleHost -Host $storage -VolumeScanType Exclude -ExcludedVolume $volumes

Perform the following steps:

  1. Run the Get-NimbleHostReturns HPE Nimble storage systems. cmdlet. Specify the Name parameter value. Save the result to the $storage variable.
  2. Run the Get-NetAppInfrastructureVolumeReturns storage volumes of NetApp storage systems. cmdlet. Specify the Name parameter value. Save the result to the $volumes variable.
  3. Run the Set-NimbleHost cmdlet. Set the $storage variable as the Host parameter value. Set the Exclude option for the VolumeScanType parameter. Set the $volumes variable as the ExcludedVolume parameter value.

Set-NimbleHostExample 3. Rescanning All Volumes Added to HPE Nimble Storage System

This example shows how to rescan all volumes added to an HPE Nimble storage system.

$storage = Get-NimbleHost -Name "HPE Nimble-FC"

$volumes = Get-NetAppInfrastructureVolume -Host $storage

Set-NimbleHost -Host $storage -VolumeScanType Include -Included $volumes

Perform the following steps:

  1. Run the Get-NimbleHostReturns HPE Nimble storage systems. cmdlet. Specify the Name parameter value. Save the result to the $storage variable.
  2. Run the Get-NetAppInfrastructureVolumeReturns storage volumes of NetApp storage systems. cmdlet. Set the $storage variable as the Host parameter value. Save the result to the $volumes variable.
  3. Run the Set-NimbleHost cmdlet. Set the $storage variable as the Host parameter value. Set the Include option for the VolumeScanType parameter. Set the $volumes variable as the Included parameter value.

Page updated 2026-08-19

Page content applies to build 13.1.1.18