Get-HP3Volume

Short Description

Returns HPE 3PAR StoreServ storage volumes added to the backup infrastructure.

Applies to

Platform: VMware

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

Storage System: HPE 3PAR StoreServ

Syntax

Get-HP3Volume -Storage <CHp3PARHost[]> [-Name <string[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns HPE 3PAR StoreServ storage volumes added to the backup infrastructure.

Get-HP3Volume Tip:

Run the Get-HP3InfrastructureVolume cmdlet to get an array of volumes from HPE 3PAR StoreServ storage systems.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Storage

Specifies an array of storage systems. The cmdlet will return volumes of these storage systems.

Accepts the CHp3PARHost[] object. To get this object, run the Get-HP3Storage cmdlet.

False

Named

False

Name

Specifies an array of volume names. The cmdlet will return volumes with these names.

String[]

False

Named

False

<CommonParameters>

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

Examples

Getting HPE 3PAR StoreServ Volume

This example shows how to get an HPE 3PAR StoreServ volume added to the backup infrastructure.

$storage = Get-HP3Storage -Name "HPE 3PAR StoreServe Storage"

Get-HP3Volume -Storage $storage

Perform the following steps:

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

Related Commands

Get-HP3Storage