You can view the current policy by entering the below in the service console:

  • esxcli nmp device list

Use the below command to generate the instructions to set all LUNs to round robin:

  • esxcli nmp device list | awk ‘/^naa/{print “esxcli nmp device setpolicy –device “$0″ –psp VMW_PSP_RR” };’

Copy the output and enter into putty.

Post to Twitter