Changing the default policy for new LUNs
To change the default policy use SSH to connect to ESXi/ESX host.
#Â esxcli storage nmp satp list
To change e.g. the standard policy for storage type VMW_SATP_ALUA from fixed to Round-Robin (RR) the following command is necessary.
# esxcli storage nmp satp set –s VMW_SATP_ALUA –P VMW_PSP_RR
Reboot the ESXi/ESX host to apply the changes