1

need to copy VM files (vmdk etc) to usb disk for backup purposes. tried booting with partedmagic 4.9..but cannot access the vm files on disk. any thoughts?

JMS77
  • 1,275
  • 5
  • 27
  • 45

3 Answers3

2

My junior admin found a great utility today called FastSCP from Veeam ( http://www.veeam.com/vmware-esxi-fastscp.html ). It's free, and it allows you to browse ESX(i) datastores. I played with the software for a few hours, and I was really impressed.

Matt Simmons
  • 20,396
  • 10
  • 68
  • 116
1

Just use the VIClient/VSClient app, browse to the datastore and copy directly to the USB stick.

Chopper3
  • 101,299
  • 9
  • 108
  • 239
0

I mostly used the datastore browser to do this when I wanted to clone a VM, but here's a quick walkthrough to enable SSH access.

  • Use Alt-F1 to access console (you will need physical access to the machine)
  • Type the word "unsupported" (that's right, console access is not supported by VM for ESXi)
  • Login as root
  • vi /etc/inetd.conf and find the rule starting with #ssh and uncomment it. Save and quit
  • run /sbin/services restart and you should be good to go
HannesFostie
  • 845
  • 14
  • 29