- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI,
You can do this using the feature called StorageVmotion (SVmotion) , or you can also try to import the existing vmdk file of the vm to the new storage.
use "vmkfstools -i <source> <destination>"
you should specify the complete path of the vmdk file, as /vmfs/volumes/storage1/vmfolder/vmname.vmdk, same pattern for destination also.
-Karunakar