iSCSI MPIO throughtput limited to 1G with ESXi 5.X
Hi,
i run in this problem and fixed it by using this commands:
esxcli storage nmp device list
esxcli storage nmp psp roundrobin deviceconfig set -d <DEVICE ID> --iops 1 --type iops
How to make it fix for reboot?
This old stuff won't work:
[root@esx ~]# nano /etc/rc.local
# Fixing iSCSI MPIO throughtput limited to 1G.
esxcli nmp device list | grep ^eui |
while read device ; do
esxcli nmp roundrobin setconfig --type "iops" --iops 1 --device ${device}
done
<Ctrl-o>
<Ctrl-x>
Okay, found it. It is by default fixed for reboot. No need to script in ESXi 5.x only set the esxcli storage nmp psp roundrobin deviceconfig set -d <DEVICE ID> --iops 1 --type iops on all Hosts.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules