"You cannot use the vSphere Client to edit the settings of virtual machines of version 10 or higher.
Use the vSphere Web Client to edit the settings of this virtual machine
"
The solution is to use vSphere Web client. The workaround for me is in following two methos:
1. Change virtualHW.version to 9 or lower
- In ESXi, Remote VM from Inventory
- SSH into ESXi
- cd /vmfs/volumes/datastore1/testvm
- VI the VM's .VMX file
- Find the line that says 'virtualHW.version'. Example : virtualHW.version = "10"
- Change the value to 8. Example : virtualHW.version = "9"
- Register this VM back into Inventory with command "vim-cmd solo/registervm /vmfs/volumes/datastore1/testvm/testvm.vmx"



No comments:
Post a Comment
Note: Only a member of this blog may post a comment.