Visit Open-E website
Results 1 to 3 of 3

Thread: Open-E DSS V6 MPIO with VMware ESXi 5.x

  1. #1
    Join Date
    Sep 2011
    Location
    UA
    Posts
    1

    Default Open-E DSS V6 MPIO with VMware ESXi 5.x

    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 storage nmp device set --psp VMW_PSP_RR --device ${device}
    esxcli storage nmp psp roundrobin deviceconfig set --type "bytes" --bytes 65536 --device ${device}
    esxcli storage nmp psp roundrobin deviceconfig set --type "iops" --iops 1 --device ${device}
    done
    <Esc> :wq

  2. #2
    Join Date
    Aug 2010
    Posts
    404

    Default

    Thank you for that, but can we have more details about your post, as your system and issue that you face for sure ?

  3. #3

    Default

    Is this what needs to be added to the startup script?

Posting Permissions

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