Hi,
I'm trying to use PowerCLI to upgrade some hosts from 5.5 to 6.0. I'm not sure if it's failing because, if you do it manually via Update Manager, it prompts you to accept the EULA?
get-baseline -name "HP ESXi 6.0 U2" | remediate-inventory -entity $VMHOST -confirm:$false |
This is the code i"m using. This works fine when I try to install normal patch or extension baselines, but with the Upgrade baseline I'm having issues.
The error says the hardware is incompatible, but I know that isn't the case. Everything has been verified on the HCL.
Here's my error:
remediate-inventory : 5/2/2017 10:45:26 AM | Update-Entity | The |
operation for the entity "VMHOST" failed with the following
message: "Hardware configuration of host VMHOST is
incompatible. Check scan results for details."
At D:\ps1\vmware\VUM_HostUpgrade.ps1:62 char:40
+ ... "HP ESXi 6.0 U2" | remediate-inventory -entity $VMHOST -confirm:$false
+ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+ CategoryInfo | : NotSpecified: (:) [Update-Entity], ExtendedFault | |
+ FullyQualifiedErrorId : Client20_TaskServiceImpl_CheckServerSideTaskUpda |
tes_OperationFailed,VMware.VumAutomation.Commands.RemediateInventory
c'mon Community Warrior LucD, put on your cape and save me!
Anyone?