Thursday, 10 September 2015

Clone Vmware Guest (Template)

Use the following syntax to clone a snapshot of a VMware guest:

vmkfstools -i source_path destination_path -d disk_format -a adapter_type

Example Syntax

vmkfstools -i /vmfs/volumes/local_ssd_vmfs5_disk0/GoldWin10Ent64/GoldWin10Ent64-000001.vmdk /vmfs/volumes/nfs_ssd_vmfs5_disk1/Win10ws01.domain.com/Win10ws01.domain.com.vmdk -d thin


No comments:

Post a Comment

Fixing Java KVM client error with 'Connection Failed'

Java 8u171 disables the use of the 3DES_EDE_CBC cipher. Solution is to reconfigure Java by editing and removing 3DES_EDE_CBC from the follow...