In ESXi6 however, there's a little twist and tweak to be done to get it to work. The tweak is to convert the vEOS VMDK file from thin to think because by default, ESXi6 treats the VMDK as sparse whereas ESXi5.5 treats it as Thick. Refer to https://eos.arista.com/tip-for-arista-veos-on-vmware-esx-6/#comment-494
Note:
1)Log in to ESXi shell and navigate to the VM folder in the datastore that houses the vmdk image
2) Do "ls" command to verify that the image resides in that folder.
3) Issue the command below to convert the vmdk to thick provision
vmkfstools -i vEOS-lab-4.15.0F.vmdk -d eagerzeroedthick vEOS-lab-4.15.0F-thick.vmdk
4)Modify VM settings, delete the old hard disk, add new hard disk and reference the
new thick provisioned vmdk.
5)Save the VM settings and power on the VM.
HTH
No comments:
Post a Comment