Get-HP4Cluster

Short Description

Returns HPE StoreVirtual storage clusters.

Applies to

Platform: VMware

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

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

Syntax

Get-HP4Cluster -Storage <CHpP4Group[]> [-Name <string[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns HPE StoreVirtual storage clusters.

You can get the list of all storage clusters in your storage system, or narrow down the output by the cluster name or a specific storage.

Alias

Get-VBRHPCluster

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Storage

Specifies the array of the storage systems. The cmdlet will return the clusters on these storage systems.

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

False

Named

False

Name

Specifies the array of storage cluster names. The cmdlet will return the clusters 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

Get-HP4ClusterExample 1. Getting All Clusters in HPE StoreVirtual Storage

This example shows how to get all clusters in the HPE StoreVirtual storage.

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

Get-HP4Cluster -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 Get-HP4Cluster cmdlet. Set the $storage variable as the Storage parameter value.

Get-HP4ClusterExample 2. Getting Cluster in HPE StoreVirtual Storage by Name

This example shows how to get a cluster by name.

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

Get-HP4Cluster -Storage $storage -Name "HPE Cluster 01"

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 Get-HP4Cluster cmdlet. Set the $storage variable as the Storage parameter value. Specify the Name parameter value.

Related Commands

Get-HP4Storage

Page updated 2/16/2024

Page content applies to build 12.1.1.56