The fixed option gets and sets the preferred path policy for NMP devices configured to use VMW_PSP_FIXED.
The esxcli storage nmp fixed deviceconfig get command retrieves the preferred path on a specified device that is using NMP and the VMW_PSP_FIXED path policy.
To return the path configured as the preferred path for the specified device, run the following command. Specify one of the options listed in Connection Options for vCLI Host Management Commands in place of <conn_options>.
esxcli <conn_options> storage nmp fixed deviceconfig get --device naa.xxx
The esxcli storage nmp fixed deviceconfig set command sets the preferred path on a specified device that is using NMP and the VMW_PSP_FIXED path policy.
To set the preferred path for the specified device to vmhba3:C0:T5:L3, run the following command. Specify one of the options listed in Connection Options for vCLI Host Management Commands in place of <conn_options>.
esxcli <conn_options> storage nmp fixed deviceconfig set --device naa.xxx --path vmhba3:C0:T5:L3