Hi Admin,
I have a custom SATP rule in use :
esxcli storage nmp satp rule add -s "VMW_SATP_ALUA" -P "VMW_PSP_RR" -O iops=1 -c "tpgs_on" -V "3PARdata" -M "VV" -e "HP 3PAR Custom Rule"
I would now like to change the iops to 100 but i dont understand how to do that.
I tried to create a new rule :
esxcli storage nmp satp rule add -s "VMW_SATP_ALUA" -P "VMW_PSP_RR" -O iops=100 -c "tpgs_on" -V "3PARdata" -M "VV" -e "HP 3PAR Custom Rule"
Error adding SATP user rule: Sysinfo error on operation returned status : Bad parameter. Please see the VMkernel log for detailed error information
Do i have to delete the first rule? How do i delete a satp claim rule?
Cheers
Tyler