HewlettPackard / POSH-HPEOneView

PowerShell language bindings library for HPE OneView.
http://hewlettpackard.github.io/POSH-HPEOneView/
125 stars 52 forks source link

Issue running "Get-OVEnclosureGroup STRESS_A_EG | Show-OVFirmwareReport" #630

Open xusarmy opened 1 year ago

xusarmy commented 1 year ago
PS /Users/xusarmy> Get-OVEnclosureGroup STRESS_A_EG | Show-OVFirmwareReport     
Write-Progress: Cannot validate argument on parameter 'PercentComplete'. The 200 argument is greater than the maximum allowed range of 100. Supply an argument that is less than or equal to 100 and then try the                                                                                                             
command again.                                                                                                          
Write-Progress: Cannot validate argument on parameter 'PercentComplete'. The 300 argument is greater than the maximum allowed range of 100. Supply an argument that is less than or equal to 100 and then try the                                                                                                             
command again.                                                                                                          
Show-OVFirmwareReport: An unexpected and unhandled runtime exception occurred. Please contact your authorized support representative and provide them with a support dump. 
xusarmy commented 1 year ago

I have several environments in the 5.x range that worked, but was still getting these "PercentComplete" issues as well, but they ended up finishing anyways, but the 7.2 environment just gives me the same unexpected and unhandled runtime exception.

xusarmy commented 1 year ago

After playing around with running the Show-OVFirmwareReport on the individual enclosures, I find that the problem is only with one server. Once it hits an error, it just stops. It was only after I did a -Verbose that I was able to pin down where the issue actually was.

ChrisLynchHPE commented 1 year ago

Can you be a bit more specific? Can you provide the output from Get-OVCommandTrace -ScriptBlock { Get-OVEnclosureGroup STRESS_A_EG | Show-OVFirmwareReport }?

xusarmy commented 1 year ago

Thank you!!Todd On Jan 18, 2023, at 18:09, Chris Lynch @.***> wrote: This issue is resolved in both the 7.20 and 8.00 libraries:

HPE OneView 7.20 PowerShell Gallery HPE OneView 8.00 PowerShell Gallery

I will be posting updates to the 6.60, 7.00 and 7.10 libraries later in the week.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>