PowerCLI: vMotion Multiple VMs
Aug23

PowerCLI: vMotion Multiple VMs

KB ID 0001585 Problem vMotioning one VM is pretty simple to do; Get-VM VM1 | Move-VM -Destination (Get-VMHost ESX-02.pnl.com) And moving ALL the VMs on one host, to another is pretty straight forward also; Get-VMHost ESX-01.pnl.com | Get-VM | Move-VM -Destination (Get-VMHost ESX-02.pnl.com) But what if you have a list of VMs you want to move, and you are too lazy, (sorry too skilled), do do them manually or one at a time? Solution...

Read More
VMware ESX Error “cmd addnode failed for primary node: Internal AAM error”
Nov17

VMware ESX Error “cmd addnode failed for primary node: Internal AAM error”

KB ID 0000298  Problem Seen in a Virtual Center HA environment – even after selecting “Reconfigure for HA” on the ESX host. Errors: cmd addnode failed for the primary node:Internal AAM error – agent could not start – Unknown HA error. Cannot complete the configuration of the HA agent on the host – See the task details for additional information. Other HA configuration error.   Solution 1. How...

Read More