Replies: 1 comment 2 replies
-
Okay, I see what's going on here. The server object provided or what's supposed to be used within the Cmdlet isn't actually being processed by the evaluation logic. I'll have this fixed. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Expected Behavior
Update-OVServerProfile -ServerName "Server" -Stage -Confirm:$false
should stage updates that require reboot, as of 8.30.3660.2366 update. Such as Firmware baseline when reapplying from the ServerProfileTemplate, and apply them when the server is next powered down via HPEOV.
Actual Behavior
errorCode":"ServerNotOffWithCauseForNoServerChange","errorSource":null,"message":"The requested changes cannot be applied because {"name":"Redacted, bay 12", "uri":"/rest/server-hardware/Redacted"} is powered on and the changes made to the following sections can only be applied when the power is off: \n* Firmware","nestedErrors":[],"recommendedActions":["Power off the server or adjust the settings and retry. {"name":"Learn more", "uri":"/doc#/cic/profiles/edit"}"]}],"taskOutput":[],"taskState":"Error","taskStatus":"Unable to edit server profile: Redacted."
Steps to reproduce
Update-OVServerProfile -ServerName "Server" -Stage -Confirm:$false
Version Information
HPE OneView PowerShell Library Version (
Get-HPOVVersion
or$PSLibraryVersion
):ApplianceVersion: 8.30.01.482646.00 8.30.3660.2366
C:\Program Files\WindowsPowerShell\Modules\HPEOneView.830\8.30.3660.2366
Log has been sanitized.
Beta Was this translation helpful? Give feedback.
All reactions