本文共 901 字,大约阅读时间需要 3 分钟。
Transfer the file to desired location in host, i.e. datastore root or /tmp
Enable and open up SSH shell to host (Putty will do the job) and insert the following command: ‘esxcli software vib install --no-sig-check -d /location where you uploaded the file/ProFTPD-1.3.3-8-offline_bundle.zip‘, i.e. ‘esxcli software vib install --no-sig-check -d /tmp/ProFTPD-1.3.3-8-offline_bundle.zip‘
The result should be:
Installation Result
Message: Operation finished successfully.
Reboot Required: false
VIBs Installed: VFrontDe_bootbank_ProFTPD_1.3.3-8
VIBs Removed:
VIBs Skipped:
~ #
If you encounter an error, it is mostly caused by host not having a hostname. Modify the configuration in host’s console and insert a hostname and DNS server settings. Apply and restart the management agent, and retry the ProFTPD installation.
ftp传输数据时,一次数据量达到一定程度后,ftpd就会down掉,需要服务重启。
转载于:https://blog.51cto.com/353244/2341695