You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running show-ovfirmwarereport with the associated EG baseline the output shows version 1.51 for ilo.
It seems it compares with iLO6 since 1.51 (is the version relegates to iLO5 fw)
According to SSP 2023.10.1 contents reports the version should be 2.96
I am not able to reproduce this issue. There is a bug here with mishandling the Firmware Baseline object. But I cannot reproduce the specific issue you are reporting.
The bug is that the internal function that processes server firmware treats the Baseline as a String, and then looks up a baseline for the name HPE Synergy Service Pack. If multiple return, then the subsequent API call will fail and no server report is generated.
- [#667] Fixed mishandling of baseline resource object class type.
- Added Compliance Preview back to Update-OVServerFirmware with -PreviewOnly switch parameter.
- Fixed incorrect handling of server profile resource (assigned and unassigned) with Update-OVServerFirmware.
- Fixed Show-OVFirmwareReport mishandling Synergy compute module resources when calculating compliance.
- Fixed Show-OVFirmwareReport mishandling Synergy management appliance module resources when calculating compliance.
- Added Firmware Bundle Updates to New-OVServerProfileTemplate and New-OVServerProfile Cmdlets.
- Added server profile support to Update-OVServerFirmware Cmdlet. This will modify the server profile resource directly, and not invoke the process with the server hardware resource.
- Fixed New-OVRemoteSupportContact returning the correct object type.
- Remove-OVRemoteSupportPartner API returns an Async task.
Signed-off-by: Chris Lynch <[email protected]>
Expected Behavior
When running show-ovfirmwarereport with the associated EG baseline the output shows version 1.51 for ilo.
It seems it compares with iLO6 since 1.51 (is the version relegates to iLO5 fw)
According to SSP 2023.10.1 contents reports the version should be 2.96
Actual Behavior
Steps to reproduce
Version Information
Output from $PSVersionTable
PS C:> $PSVersionTable
Name Value
PSVersion 5.1.17763.4974
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.17763.4974
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
The text was updated successfully, but these errors were encountered: