using scp to copy to another instance of esxi. apparently doesn't work out of the box.
h
ttp://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1918
copied here for future ref
Using SCP to copy files to or from an ESX host (1918)
Details
This article provides information on the SCP utility that is used to copy files to or from an ESX host.
Solution
VMware recommends that you use SCP to copy files to or from ESX hosts. The ESX host installation includes SCP as part of the SSH package.
To copy a file from the ESX host to another server, use this syntax:
scp local_filename user@server:/path/where/file/should/go
Note: To be able to copy files using SCP, you need to start the SSH client in the source and destination ESX hosts. To start the SSH client, run this command:
service sshd restart
All machines to which you copy files must also have SSH (which includes SCP) installed, configured, and be available on the same network.
No comments:
Post a Comment