I'm trying to set an satp rule as part of our kick start file.
I have confirmed the command works in the esxcli but it doesn't seem to apply during a build.
This is the command.
esxcli storage nmp satp rule add -s "VMW_SATP_DEFAULT_AA" -P "VMW_PSP_RR" -O iops=100 –c "tpgs_off" -V "3PARdata" -M "VV" -e "HP 3PAR Custom iSCSI/FC/FCoE Rule"
We used to run the command below in the kickstart file which does work but I need to set the "iops" and tpgs values from the defaults
esxcli storage nmp satp set --satp VMW_SATP_DEFAULT_AA --default-psp VMW_PSP_RR
The alternative is for me to run this via PowerShell in our POST scipt but I'm lost as to what I need to do for that.
Can anyone help?