- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Upgrade ESX5.0 to ESX5.5 via UpdateManager PowerCLI
Hi all,
our Update manager is working fine, but now we want to upgrade our esx hosts from 5.0 to 5.5. A baseline with the iso is build and attached to the cluster. But we get an error and i dont know how to solve it. Hope somebody can help me.
Here is the code:
$cluster_object = Get-Cluster $Cluster_Name
$cluster_object | Scan-Inventory
# Start remediating the cluster
Write-Host "# Update ESX Hosts`r`n"
$update = $cluster_object | get-baseline
$cluster_object | Remediate-Inventory -Baseline $update -ClusterDisableDistributedPowerManagement:$true -ClusterEnableParallelRemediation:$false -HostIgnoreThirdPartyDrivers:$true -ClusterDisableFaultTolerance:$true -ClusterDisableHighAvailability:$true -Confirm:$false -HostDisableMediaDevices:$true
We get the following error:
How can i set this option via the cli command?
Here are the PowerCli Versions:
PowerCLI Version
----------------
VMware vSphere PowerCLI 5.5 Release 1 build 1295336
---------------
Snapin Versions
---------------
VMWare AutoDeploy PowerCLI Component 5.5 build 1262826
VMWare ImageBuilder PowerCLI Component 5.5 build 1262826
VMware License PowerCLI Component 5.5 build 1265954
VMware VDS PowerCLI Component 5.5 build 1295334
VMware vSphere PowerCLI Component 5.5 build 1295334
VMware vSphere Update Manager PowerCLI 5.5 build 1302474
Thanks a lot!
Rainer