I have just installed VMWARE ESXi5 on a physical server with 2 hard drives. OS on one, Virtual Machines will be on the other. I have the vmdk's I want to use on a usb disk. How do I copy them from the USB disk on to the local disk???
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Simplest, most supported and safest way is to plug the USB disk in to your own computer, and then use VMWare console to access the datastore browser and upload the files there. |
|||||||||||||||
|
|
SSH onto the ESXi Server - and use the command line. You can enable SSH access from vSphere. e.g cp /usb/path/* /vmfs/volumes/datastore1/ |
|||
|
|
enable ssh/scp access and then use scp client [like winscp] to copy the files. how to enable it: here. |
|||