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

Get-HP3Volume

In this article

    Short Description

    Returns HPE 3PAR StoreServ storage volumes.

    Applies to

    Platform: VMware

    Product Edition: Standard, Enterprise, Enterprise Plus

    Storage system: HPE 3PAR StoreServ

    Syntax

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

    Related Commands

    Get-HP3Storage

    Detailed Description

    This cmdlet returns HPE 3PAR StoreServ storage volumes.

    You can get the list of all HPE 3PAR StoreServ storage volumes in your storage system, narrow down the output by the volume name or specify a cluster or a storage within which you want to look for the volumes.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Storage

    Specifies the array of storages. The cmdlet will return the volumes of these storages.

    False

    Named

    False

    False

    Name

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

    False

    Named

    False

    True

    <CommonParameters>

    This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

    Example

    This command looks for a volume by name.

    1. Run Get-HP3Storage to get the storage and save it to the $storage variable.
    2. Run Get-HP3Volume with the $storage variable.

    PS C:\PS> $storage = Get-HP3Storage -Name "HPE 3PAR StoreServe Storage"

    PS C:\PS> Get-HP3Volume -Storage $storage