Show HPOVUtilization - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 2.00 Library

Show-HPOVUtilization

Report server hardware Utilization.

SYNTAX

Show-HPOVUtilization [-Resource] <Object> [<CommonParameters>]

Detailed Description

Use this Cmdlet to retrieve the utilization stats of a Server Hardware resource. Collecting server utilization data requires an iLO Advanced license to be present on the managed server resource. HPE OneView collects the following utilization data:

  • CPU
  • Power
  • Thermal

Parameters

-Resource <Object>

The managed resource Object to generate the report for. Accepted object types are:

  • Server Hardware
  • Server Profile

E.g. Get-HPOVServer 'Enclosure 1, Bay 1' | Show-HPOVFirmwareReport

Aliases None
Required? true
Position? 0
Default value
Accept pipeline input? true (ByValue)
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)

Input Types

System.Management.Automation.PSCustomObject

Firmware Baseline Object

System.Management.Automation.PSCustomObject

Resource object to generate Firmware Report for.

E.g. Get-HPOVEnclosureGroup 'My EG1' | Show-HPOVFirmwareReport

Return Values

System.Collection.ArrayList<HPOneView.FirmwareReport>

Firmware report.

CSV File

When using the Export paramter, a CSV file is created.

Examples

 -------------------------- EXAMPLE 1 --------------------------

PS C:\> Get-HPOVEnclosureGroup 'Production EG' | Show-HPOVFirmwareReport

Display a firmware report of all associated Logical Enclosures/Enclosures to 'Production EG' Enclosure Group currently managed by the appliance.

 -------------------------- EXAMPLE 2 --------------------------

PS C:\> Get-HPOVEnclosure Encl1 | Show-HPOVFirmwareReport

Display a firmware report of the 'Encl1' Enclosure resource, and components (servers, interconnects and Onboard Administrators) currently managed by the appliance.

Related Links


Top
⚠️ **GitHub.com Fallback** ⚠️