HI Xironet,
Question How to Run command
point #3 vmkfstools -i /source_path/source.vmdk / dest_path/dest.vmdk
Answer:
- Enable SSH on the ESX host
- Go to Configuration TAB of the ESX host via vSphere-Client
- Go to Security Profile Under Software
- Start SSH services
- Login to ESX host via PUTTY application
- Change to VM working Directory
- cd /vmfs/volumes/datastorename/vmname
- lets say for example your VMname is win2003r2 then /vmfs/volues/datastore/win2003r2/
- run vmkfstools -i /vmfs/volumes/datastore/win2003r2/win2003rw.vmdk /vmfs/volumes/datastore/newvmfolder/newvmname.vmdk
- This step will create clone of the DISK
All the best.