ESXi change MPIO RR and Adjusting Round Robin IOPS limit from default 1000 to 1

Administrator
08-08-2023 19:04

 

esxcli storage nmp device list

for i in `esxcfg-scsidevs -c |awk '{print $1}' | grep  eui`;  do
echo $i;
esxcli storage nmp device set --device $i --psp VMW_PSP_RR;
esxcli storage nmp psp roundrobin deviceconfig set --type=iops --iops=1 --device=$i;
done

Tags: VMWARE
Valutazione media: 0 (0 Voti)

Non puoi commentare questa FAQ