Documentation Index
Fetch the complete documentation index at: https://mintlify.com/HewlettPackard/POSH-HPEOneView/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Retrieves storage pool objects from one or more storage systems managed by HPE OneView.Syntax
Description
Get-OVStoragePool retrieves Common Provisioning Groups (CPGs) or pools from storage systems that have been registered with HPE OneView. Storage pools must be managed before they can be used to provision volumes.
You can filter results by pool name, parent storage system, management state (-Managed or -Unmanaged), or resource label. Pass a storage system object from Get-OVStorageSystem via the pipeline or the -StorageSystem parameter to scope results to that system.
The returned HPEOneView.Storage.StoragePool objects can be piped to New-OVStorageVolume, Add-OVStoragePool, or Remove-OVStoragePool.
Parameters
Name of the storage pool (CPG) to retrieve. Supports wildcard matching. Aliased as
pool and PoolName.Filters pools to those belonging to the specified storage system. Accepts a storage system name (
String) or an HPEOneView.Storage.System object from Get-OVStorageSystem. Accepts pipeline input. Aliased as systemName and system.Returns only pools that are currently in a managed state in HPE OneView.
Returns only pools that are discovered but not yet managed by HPE OneView.
Filter results to resources that have this label assigned.
Filter by HPE OneView scope. Defaults to
AllResourcesInScope.HPE OneView appliance connection. Defaults to the default connected session. Aliased as
Appliance.Examples
List all storage pools
Get a specific pool by name
Get all pools for a storage system
List only managed pools
Get a pool by name scoped to a specific system
Output
HPEOneView.Storage.StoragePool
Each object includes the pool name, storage system, total and free capacity, provisioned capacity, and management state.