This article addresses connectivity loss observed between ESXi hosts and IBM FlashSystem arrays during storage controller firmware upgrades. This behavior typically manifests during path discovery after a storage controller node reboot.
When upgrading storage firmware on an IBM FlashSystem (SAS-attached), the datastore may become inaccessible. The vmkernel.log may report the following warning:
WARNING: ScsiClaimrule: 1979: Path vmhba#:C0:T#:L0 is claimed by plugin NMP, but current claimrule number 65531 indicates that it should be claimed by plugin HPP.
VMware vSphere ESXi 8.0 and later Storage: IBM FlashSystem (SAS-attached)
This issue stems from two primary factors:
IBM has identified a defect (SVAPAR-92804) in specific firmware versions that prevents path recovery post-reboot.
If the firmware upgrade is not immediately possible, implement a persistent custom claimrule to force the use of the NMP plugin for IBM FlashSystem SAS devices.
esxcli storage core device list -d <naa.ID>esxcli storage core claimrule add -r 49 -t vendor -V <Vendor> -M <Model> -P NMP --force-reservedesxcli storage core claimrule loadesxcli storage core claiming unclaim -t path -p <runtime_name>For IBM FlashSystem devices using the Round Robin (RR) path selection policy, apply the following settings for optimal performance:
IOPS=1 to ensure granular load balancing across all optimized paths: esxcli storage nmp psp roundrobin deviceconfig set --type=iops --iops=1 --device <naa.ID>useANO=0 (default) remains set to avoid routing I/O through non-optimized paths, which may increase latency.For detailed steps on downloading and installing updates for Broadcom products, see Download Broadcom products and software
To speak with a customer representative or a Support Engineer see Contact Support. Scroll to the bottom of the page and click on your respective region.
For information on retrieving logs, see Collecting diagnostic information for VMware ESXi