Visit Open-E website
Results 1 to 2 of 2

Thread: iSCSI MPIO throughtput limited to 1G with ESXi 5.X

  1. #1

    Default iSCSI MPIO throughtput limited to 1G with ESXi 5.X

    Hi,

    i've run in this problem and fixed it with this:


    esxcli storage nmp psp roundrobin deviceconfig set -d <DEVICEID> --iops 1 --type iops

    How do i make it sicky for reboot?

    This old code should'nt work:
    Entering the settings into ESX start script:
    [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>

    Thanks!

  2. #2
    Join Date
    Aug 2010
    Posts
    404

    Default

    What is the build number of DSSv6 that you are using?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •