Created
October 31, 2018 23:48
-
-
Save corysolovewicz/85b7527876d19452221149ebd3e86db0 to your computer and use it in GitHub Desktop.
Install iPerf for ESXi v.6.7
This file contains 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment