The device option performs operations on devices currently claimed by the VMware NMP.
The list command lists the devices controlled by VMware NMP and shows the SATP and PSP information associated with each device. To show the paths claimed by NMP, run esxcli storage nmp path list to list information for all devices, or for just one device with the --device option.
The set command sets the PSP for a device to one of the policies loaded on the system.
Any device can use the PSP assigned to the SATP handling that device, or you can run esxcli storage nmp device set --device naa.xxx --psp <psp> to specifically override the PSP assigned to the device.
Use the --default option to return the device to using the SATP's PSP.
PSP to assign to the specified device. Call esxcli storage nmp psp list to display all currently available PSPs. See Managing Path Policies. |
To set the path policy for the specified device to VMW_PSP_FIXED, run the following command.
esxcli <conn_options> storage nmp device set --device naa.xxx --psp VMW_PSP_FIXED