Entering the settings into ESXi start script:
~ # vi/etc/rc.local
# Fixing iSCSI MPIO throughtput limited to 1G.
esxcli storage nmp device list | grep ^eui |
while read device ; do
esxcli...