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 |
---|---|---|---|---|---|
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
Example 1. Getting All Clusters in HPE StoreVirtual Storage
This example shows how to get all clusters in the HPE StoreVirtual storage.
Perform the following steps:
|
Example 2. Getting Cluster in HPE StoreVirtual Storage by Name
This example shows how to get a cluster by name.
Perform the following steps:
|
Related Commands