VMware Cloud Community
lowemic1
Contributor
Contributor
Jump to solution

Copy update file to esx 3.5 host

So I need to run this firmware upgrade from HP on our ESX 3.5 host. I figured the easiest way to do this was use infrastructure manager to browse the data store...and use the upload feature to push the file into the vmfs store....and then copy it out and run the patch. But I can't copy it out to another directory. I'll do a sudo cp and put in the root password....and then it just says broken pipe. Says the same thing if I try and execute the binary inside the vmfs. Whats the best way to do this?

0 Kudos
1 Solution

Accepted Solutions
AndreTheGiant
Immortal
Immortal
Jump to solution

Use WinSCP to copy the file, for example in /tmp or /var/tmp

Andre

Andrew | http://about.me/amauro | http://vinfrastructure.it/ | @Andrea_Mauro

View solution in original post

0 Kudos
3 Replies
AndreTheGiant
Immortal
Immortal
Jump to solution

Use WinSCP to copy the file, for example in /tmp or /var/tmp

Andre

Andrew | http://about.me/amauro | http://vinfrastructure.it/ | @Andrea_Mauro
0 Kudos
lowemic1
Contributor
Contributor
Jump to solution

why is it when I try to sudo run it....even though I put in roots password I get a "broken pipe" responce and it won't run it?

0 Kudos
AndreTheGiant
Immortal
Immortal
Jump to solution

If you use su you must root password, if you use sudo you must use YOUR password (from the user that use sudo), and the user MUST be enabled to use the command.

Andre

Andrew | http://about.me/amauro | http://vinfrastructure.it/ | @Andrea_Mauro
0 Kudos