Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-OVServerProfile -Detailed throws error #676

Open
matthewrqorvo opened this issue Aug 9, 2024 · 0 comments
Open

Get-OVServerProfile -Detailed throws error #676

matthewrqorvo opened this issue Aug 9, 2024 · 0 comments
Assignees
Labels
8.30 Impacts HPE OneView 8.30 library 8.60 Impacts HPE OneView 8.60 Bug Impact - Low Server Profiles

Comments

@matthewrqorvo
Copy link

Expected Behavior

Return detailed list of information as produced in OV web interface in this portion of the output:

BIOS Category Setting Name Configured Value
------------- ------------ ----------------

Actual Behavior

C:\Users\user> Get-OVServerProfile -Name hostname -Detailed
InvalidOperation: Index operation failed; the array index evaluated to null.

BIOS settings are not enumerated...

Steps to reproduce

Get-OVServerProfile -Detailed
Uploading PowerShell.txt…

Version Information

PS C:\Users\pa.matt.richardson> $PSLibraryVersion

dfw0oneview01.corp.qorvo.com LibraryVersion Path


ApplianceVersion: 8.30.00.478357.00 8.30.3660.2366 C:\Users\pa.matt.richardson\Documents\PowerShell\Modules\HPEOneView.830\8.30.3660.2366

PS C:\Users\pa.matt.richardson> $PSVersionTable

Name Value


PSVersion 7.4.2
PSEdition Core
GitCommitId 7.4.2
OS Microsoft Windows 10.0.20348
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0

@ChrisLynchHPE ChrisLynchHPE self-assigned this Oct 1, 2024
@ChrisLynchHPE ChrisLynchHPE added Server Profiles Impact - Low 8.30 Impacts HPE OneView 8.30 library 8.60 Impacts HPE OneView 8.60 labels Oct 1, 2024
ChrisLynchHPE added a commit that referenced this issue Oct 3, 2024
- [#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 <chris.lynch@hpe.com>
ChrisLynchHPE added a commit that referenced this issue Oct 3, 2024
- [#667] Fixed mishandling of baseline resource object class type.
- Fixed Show-OVFirmwareReport mishandling Synergy compute module resources when calculating compliance.
- Fixed Show-OVFirmwareReport mishandling Synergy management appliance module resources when calculating compliance.

Signed-off-by: Chris Lynch <chris.lynch@hpe.com>
ChrisLynchHPE added a commit that referenced this issue Oct 3, 2024
- [#667] Fixed mishandling of baseline resource object class type.
- Fixed Show-OVFirmwareReport mishandling Synergy compute module resources when calculating compliance.
- Fixed Show-OVFirmwareReport mishandling Synergy management appliance module resources when calculating compliance.

Signed-off-by: Chris Lynch <chris.lynch@hpe.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.30 Impacts HPE OneView 8.30 library 8.60 Impacts HPE OneView 8.60 Bug Impact - Low Server Profiles
Projects
None yet
Development

No branches or pull requests

2 participants