To resolve this issue, change the virtual hard disk mode for a virtual machine using the vSphere Client while connected to vCenter Server.
Note: If there is a requirement to change the virtual hard disk mode for a virtual machine when connected directly to an ESXi host, the
vpxa agent must be offline on the host to do so.
To work around this issue:
- Connect to the target ESXi host via SSH or console and log in with the root account.
- Stop communication between the host and the vCenter Server by stopping these services with the commands:
/etc/init.d/vpxa stop
/etc/init.d/hostd restart
- Change the virtual hard disk mode on the target virtual machine.
- After completing the change, start the
vpxa service to re-connect the ESXi host back to vCenter Server by running the command:
/etc/init.d/vpxa start