StevenWhiting.com

A place for info I've learnt in IT & stuff. (I get a little kick back from affiliate ads & links, just so you are aware)

Browsing Posts tagged VMWare Workstation

http://sharepointmentalnotes.blogspot.co.uk/2012/10/convert-vmware-disk-from-auto-growth-to.html

In my situation it was:

vmware-vdiskmanager -r “E:\VMs\Windows 10 x64\Windows 10 x64.vmdk” -t 2 “E:\VMs\Windows 10 x64\New Drive\Windows 10 x64.vmdk”

-t 2 (is preallocated virtual disk)

http://www.virtualizationadmin.com/kbase/VirtualizationTips/DesktopVirtualization/VMwareWorkstationTips/ManagementAdministration/UnderstandingtheMovedItorCopiedItOptioninVMWareWorkstation.html

I think it also, but could be totally wrong, gives the NIC a new MAC as well. I’ve had it before where two VMs would boot fine, one copied from the other, but one of the VMs NICs refused to work unless the other VM was off. I finally realised they both had the same MAC address. That was a few years ago, until before I discovered Workstations own “clone” option.

http://techhead.co/vmware-esx-i-moved-it-or-i-copied-it-whats-the-difference/

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1017886

If you are unable to resume a virtual machine that had been suspended:

1. Navigate to the directory where the virtual machine’s files are located.
2.
Delete the file that ends in .vmss as well as any files or folders that end in .lck.

Note: The suspend state of the virtual machine will be lost. This operation will replicate a physical machine having had its power unplugged.

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1003846