-
Notifications
You must be signed in to change notification settings - Fork 52
Show HPOVUtilization
Report server hardware Utilization.
Show-HPOVUtilization [-Resource] <Object> [<CommonParameters>]
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
-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)
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
System.Collection.ArrayList<HPOneView.FirmwareReport>
Firmware report.
CSV File
When using the Export paramter, a CSV file is created.
-------------------------- 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.