This is how I copied data from an ESXi datastore on an old m2 ssd to a new ESXi machine:
- Put the SSD into a USB adaptor
- Plugged into new ESXi
- Enabled SSH/ESXCLI
- Used PuTTY to log into EXSi server
/etc/init.d/usbarbitrator stop-
Obtain the UUID of VMFS partition using
esxcli storage vmfs snapshot list - then mount it using
esxcli storage vmfs snapshot mount -u <UUID> - then log into ESXi GUI and copy files across
Thanks to:
- http://woshub.com/mount-usb-flash-drive-vmware-esxi/
- https://serverfault.com/questions/998817/mount-vmfs-partition-in-esxi
No comments:
Post a Comment