When you deploy machine from template, template as well as deployed virtual machine
will have same UUID for vmdk files (New discovery). It will throw warning message
“/usr/sbin/vmkfstools-J setuuid $path_to_vm/vmname.vmdk ”
When you deploy machine from template, template as well as deployed virtual machine
will have same UUID for vmdk files (New discovery). It will throw warning message
“/usr/sbin/vmkfstools-J setuuid $path_to_vm/vmname.vmdk ”
2 comments:
Cheers! :)
this worked for me using a vmdk with VirtualBox 4.2:
vboxmanage internalcommands sethduuid mydisk.vmdk
Post a Comment