-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVStorageSystem
Retrieve Storage System resource(s).
Get-HPOVStorageSystem [-SystemName] <String> [-ApplianceConnection] <Array>[ [-List] <SwitchParameter>] [<CommonParameters>]
Get-HPOVStorageSystem [-SerialNumber] <String> [-ApplianceConnection] <Array>[ [-List] <SwitchParameter>] [<CommonParameters>]
This cmdlet will display all or a specific storage system configured on the HPE OneView appliance. A specific Storage System can be searched for by using the System Name (not FQDN) or Serial Number. Use the List switch to display a report of the requested storage system(s).
-ApplianceConnection <Array>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-List <SwitchParameter>
Aliases [-Report] Generate a report of the specific or all storage systems.
Aliases | Report |
Required? | false |
Position? | named |
Default value | False |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-SerialNumber <String>
Aliases [-SN]
Search for the Storage System based on the resource serial number instead of the name.
Aliases | SN |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-SystemName <String>
Aliases [-Name]
Display the specific Storage System by its system name.
Aliases | Name |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)
None. You cannot pipe objects to this cmdlet.
HPOneView.Storage.System [System.Management.Automation.PSCustomObject] `nSingle Storage System
System.Collections.ArrayList <HPOneView.Storage.System> `nMultiple Storage Systems
-------------------------- EXAMPLE 1 --------------------------PS C:\> Get-HPOVStorageSystem
Get all storage system resource objects managed by the appliance.
-------------------------- EXAMPLE 2 --------------------------PS C:\> Get-HPOVStorageSystem HP3Par_1 Status Name Serial Number Model Storage Domain WWN Firmware ------ ---- ------------- ----- -------------- --- -------- Ok HP3Par_1 TXQ1020307 HP_3PAR 7200 NoDomain 28:11:00:02:AC:00:08:7D 3.1.3
Get 'HP3Par_1' storage system resource object managed by the appliance.
-------------------------- EXAMPLE 3 --------------------------PS C:\> Get-HPOVStorageSystem HP3Par_1 -report Status Name Serial Number Model Storage Domain WWN Firmware ------ ---- ------------- ----- -------------- --- -------- Ok HP3Par_1 TXQ1020307 HP_3PAR 7200 NoDomain 28:11:00:02:AC:00:08:7D 3.1.3 [Credentials] Username Address ------------- -------- ------- 3paradm 172.18.11.13 [Capacity] Status Total Allocated Free ---------- ------ -------- ----------- ------- Ok 90.00TB 0.01TB 90.00TB [Storage Pools] Status Name Drive Type RAID Total Allocated Free --------------- ------ ------- ---------- ---- -------- ----------- ------- OK FC_NO_DN FC RAID5 1,048,576.00GB 22.13GB 1,048,553.88GB [Host Ports] Status Port WWPN Expected Network Actual Network Port Group Name ------------ ------ ------- ----------------------- ---------------- -------------- --------------- Ok 0:1:1 01:00:4A:2B:21:E1:00:11 Fabric A (DA) Fabric A (DA) Auto Ok 0:2:2 01:02:4A:2B:21:E1:00:12 Fabric A (DA) Fabric A (DA) Auto
Show a report of the managed storage system(s).
- [Add-HPOVStorageSystem] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Add-HPOVStorageSystem)
- [Remove-HPOVStorageSystem] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Remove-HPOVStorageSystem)
- [Get-HPOVStoragePool] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVStoragePool)
- [Add-HPOVStoragePool] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Add-HPOVStoragePool)
- [Remove-HPOVStoragePool] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Remove-HPOVStoragePool)
- [Get-HPOVStorageVolumeTemplate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVStorageVolumeTemplate)
- [New-HPOVStorageVolumeTemplate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/New-HPOVStorageVolumeTemplate)
- [Remove-HPOVStorageVolumeTemplate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Remove-HPOVStorageVolumeTemplate)
### HPE OneView 2.00 Library
Retrieve Storage System resource(s).
Get-HPOVStorageSystem [-SystemName] <String> [-ApplianceConnection] <Object>[ [-List] <SwitchParameter>] [<CommonParameters>]
Get-HPOVStorageSystem [-SerialNumber] <String> [-ApplianceConnection] <Object>[ [-List] <SwitchParameter>] [<CommonParameters>]
This Cmdlet will display all or a specific storage system configured on the HPE OneView appliance. A specific Storage System can be searched for by using the System Name (not FQDN) or Serial Number. Use the List switch to display a report of the requested storage system(s).
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | 1 |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-List <SwitchParameter>
Aliases [-Report]
Generate a report of the specific or all storage systems.
Aliases | Report |
Required? | false |
Position? | named |
Default value | False |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-SerialNumber <String>
Aliases [-SN]
Search for the Storage System based on the resource serial number instead of the name.
Aliases | SN |
Required? | true |
Position? | 0 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-SystemName <String>
Aliases [-Name]
Display the specific Storage System by its system name.
Aliases | Name |
Required? | true |
Position? | 0 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)
None. You cannot pipe objects to this Cmdlet.
HPOneView.StorageSystem [System.Management.Automation.PSCustomObject] `nSingle Storage System
System.Collections.ArrayList <HPOneView.StorageSystem> `nMultiple Storage Systems
-------------------------- EXAMPLE 1 --------------------------PS C:\> Get-HPOVStorageSystem
Get all storage system resource objects managed by the appliance.
-------------------------- EXAMPLE 2 --------------------------PS C:\> Get-HPOVStorageSystem HP3Par_1
Get 'HP3Par_1' storage system resource object managed by the appliance.
-------------------------- EXAMPLE 3 --------------------------PS C:\> Get-HPOVStorageSystem HP3Par_1 -report Status Name Serial Number Model Storage Domain WWN Firmware ------ ---- ------------- ----- -------------- --- -------- Ok HP3Par_1 TXQ1020307 HP_3PAR 7200 NoDomain 28:11:00:02:AC:00:08:7D 3.1.3 [Credentials] Username Address ------------- -------- ------- 3paradm 172.18.11.13 [Capacity] Status Total Allocated Free ---------- ------ -------- ----------- ------- Ok 90.00TB 0.01TB 90.00TB [Storage Pools] Status Name Drive Type RAID Total Allocated Free --------------- ------ ------- ---------- ---- -------- ----------- ------- OK FC_NO_DN FC RAID5 1,048,576.00GB 22.13GB 1,048,553.88GB [Host Ports] Status Port WWPN Expected Network Actual Network Port Group Name ------------ ------ ------- ----------------------- ---------------- -------------- --------------- Ok 0:1:1 01:00:4A:2B:21:E1:00:11 Fabric A (DA) Fabric A (DA) Auto Ok 0:2:2 01:02:4A:2B:21:E1:00:12 Fabric A (DA) Fabric A (DA) Auto
Show a report of the managed storage system(s).
- [Add-HPOVStorageSystem] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Add-HPOVStorageSystem)
- [Remove-HPOVStorageSystem] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Remove-HPOVStorageSystem)
- [Get-HPOVStoragePool] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVStoragePool)
- [Add-HPOVStoragePool] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Add-HPOVStoragePool)
- [Remove-HPOVStoragePool] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Remove-HPOVStoragePool)
- [Get-HPOVStorageVolumeTemplate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVStorageVolumeTemplate)
- [New-HPOVStorageVolumeTemplate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/New-HPOVStorageVolumeTemplate)
- [Remove-HPOVStorageVolumeTemplate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Remove-HPOVStorageVolumeTemplate)
### HPE OneView 1.20 Library
Retrieve Storage System resource(s).
Get-HPOVStorageSystem[ [-SystemName] <SystemName>][ [-List] <List>] [<CommonParameters>]
Get-HPOVStorageSystem[ [-SerialNumber] <SerialNumber>][ [-List] <List>] [<CommonParameters>]
This cmdlet will display all or a specific storage system configured on the HP OneView appliance. A specific Storage System can be searched for by using the System Name (not FQDN) or Serial Number. Use the List switch to display a report of the requested storage system(s).
-SystemName <SystemName>
Aliases [-Name] Optional. Display the specific Storage System by its system name.
Aliases | None. |
Required? | false |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-SerialNumber <SerialNumber>
Aliases | None. |
Required? | false |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-List <List>
Aliases [-Report] Optional. Generate a report of the specific or all storage systems.
Aliases | None. |
Required? | false |
Position? | named |
Default value | False |
Accept pipeline input? | false |
Accept wildcard characters? | false |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)
None. You cannot pipe objects to this cmdlet.
System.Management.Automation.PSCustomObject `nSingle Stroage System
System.Array `nMultiple Storage Systems
-------------------------- EXAMPLE 1 --------------------------PS C:\> Get-HPOVStorageSystem
Get all storage system resource objects managed by the appliance.
-------------------------- EXAMPLE 2 --------------------------PS C:\> Get-HPOVStorageSystem HP3Par_1
Get 'HP3Par_1' storage system resource object managed by the appliance.
-------------------------- EXAMPLE 3 --------------------------PS C:\> Get-HPOVStorageSystem HP3Par_1 -report Status Name Serial Number Model Storage Domain WWN Firmware ------ ---- ------------- ----- -------------- --- -------- Ok HP3Par_1 TXQ1020307 HP_3PAR 7200 NoDomain 28:11:00:02:AC:00:08:7D 3.1.3 [Credentials] Username Address ------------- -------- ------- 3paradm 172.18.11.13 [Capacity] Status Total Allocated Free ---------- ------ -------- ----------- ------- Ok 90.00TB 0.01TB 90.00TB [Storage Pools] Status Name Drive Type RAID Total Allocated Free --------------- ------ ------- ---------- ---- -------- ----------- ------- OK FC_NO_DN FC RAID5 1,048,576.00GB 22.13GB 1,048,553.88GB [Host Ports] Status Port WWPN Expected Network Actual Network Port Group Name ------------ ------ ------- ----------------------- ---------------- -------------- --------------- Ok 0:1:1 01:00:4A:2B:21:E1:00:11 Fabric A (DA) Fabric A (DA) Auto Ok 0:2:2 01:02:4A:2B:21:E1:00:12 Fabric A (DA) Fabric A (DA) Auto
Show a report of the managed storage system(s).
- [Add-HPOVStorageSystem] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Add-HPOVStorageSystem)
- [Remove-HPOVStorageSystem] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Remove-HPOVStorageSystem)
- [Get-HPOVStoragePool] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVStoragePool)
- [Add-HPOVStoragePool] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Add-HPOVStoragePool)
- [Remove-HPOVStoragePool] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Remove-HPOVStoragePool)
- [Get-HPOVStorageVolumeTemplate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVStorageVolumeTemplate)
- [New-HPOVStorageVolumeTemplate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/New-HPOVStorageVolumeTemplate)
- [Remove-HPOVStorageVolumeTemplate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Remove-HPOVStorageVolumeTemplate)