IOP’s aanpassingen Alua Aware storage
Posted on September 20th, 2012 by Bert Zefat
Alle LUN’s standaard op Round-Robin zetten:
esxcli storage nmp satp set --default-psp VMW_PSP_RR --satp VMW_SATP_ALUA
Op alle LUN’s welke op Round-Robin staan de IOP’s op 1 zetten:
for i in `esxcli storage nmp device list | grep naa.600` ;Â do esxcli storage nmp psp roundrobin deviceconfig set -t iops -I 1 -d $i; done