Sync-HP4Storage

Short Description

Rescans HPE StoreVirtual storage systems.

Applies to

Platform: VMware

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

Storage System: HPE StoreVirtual (LeftHand/P4000), HPE StoreVirtual VSA

Syntax

Sync-HP4Storage -Storage <CHpP4Group>  [<CommonParameters>]

Detailed Description

This cmdlet rescans HPE StoreVirtual storage systems. During rescan Veeam Backup & Replication retrieves information about the storage system topology and adds storage volumes to the backup infrastructure.

Run the Sync-HP4Volume cmdlet to rescan HPE StoreVirtual volumes added to the backup infrastructure.

Sync-HP4Storage Note:

The cmdlet will not notify you in case Veeam Backup & Replication fails to perform a rescan.

Alias

Sync-VBRHPStorage

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Storage

Specifies a storage system that you want to rescan.

Accepts the CHpP4Group object. To get this object, run the Get-HP4Storage cmdlet.

True

Named

True (ByValue,
ByProperty
Name)

<CommonParameters>

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

Examples

Rescanning HPE StoreVirtual Storage System

This example shows how to how to rescan an HPE StoreVirtual storage system.

$storage = Get-HP4Storage -Name "HPE StoreVirtual VSA"

Sync-HP4Storage -Storage $storage

Perform the following steps:

  1. Run the Get-HP4Storage cmdlet. Specify the Name parameter value. Save the result to the $storage variable.
  2. Run the Sync-HP4Storage cmdlet. Set the $storage variable as the Storage parameter value.

Related Commands

Get-HP4Storage