This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # download the iPerf Offline Bundle | |
| wget http://vibsdepot.v-front.de/depot/bundles/iperf-2.0.5-1-offline_bundle.zip | |
| # Copy the file up to your ESXi 6.7 server i.e. /vmfs/volumes/datastore1/ISOImages and install with the --no-sig-check option. | |
| esxcli software vib install -d /vmfs/volumes/datastore1/ISOImages/iperf-2.0.5-1-offline_bundle.zip --no-sig-check | |
| # It installs into /opt/iperf/bin | |
| /opt/iperf/bin/iperf |
NewerOlder