VMworld
8 Replies Last post: Oct 12, 2008 9:34 PM by troooperx  
Click to view troooperx's profile Apprentice 6 posts since
May 17, 2008

Sep 30, 2008 1:02 AM

Command to copy file from USB to ESX 3.5 server

Does anyone how to copy a *.sh script from a usb drive to a ESX 3.5 host so I can get the Sata drives to work?
Attachments:
Click to view hazent's profile Apprentice 13 posts since
Sep 10, 2007
1. Sep 30, 2008 10:15 AM in response to: troooperx
Re: Command to copy file from USB to ESX 3.5 server

I would use WinSCP to connect to the ESX host via ssh. This will give you a nice explorer type window that you can use to copy local files to your ESX host.

--Todd

Click to view hazent's profile Apprentice 13 posts since
Sep 10, 2007
3. Oct 1, 2008 7:11 AM in response to: troooperx
Re: Command to copy file from USB to ESX 3.5 server

Are you using ESX 3.5 or ESXi 3.5? At what state is your server in - ie. can you get to a service console login? Unfortunately, the ML115 is not on the hardware compatibility list so you will have difficulty getting support from the vmware support team
Click to view hazent's profile Apprentice 13 posts since
Sep 10, 2007
6. Oct 2, 2008 10:04 AM in response to: troooperx
Re: Command to copy file from USB to ESX 3.5 server

If you are going to use a text editor, instead of vi, try using nano, it's much more user friendly (and pretty much self explanatory). That being said, another option is to burn the script file to cd, then copy the file from cd-rom.

1. Burn file on CD

2. from service console : mount /dev/cdrom /mnt/cdrom

3. copy script to temp directory: cp /mnt/cdrom/<filetocopy> /tmpdir

Click to view Alton Yu's profile Apprentice 1 posts since
Oct 19, 2007
7. Oct 2, 2008 4:27 PM in response to: troooperx
Re: Command to copy file from USB to ESX 3.5 server