VMware vSphere ESX 8.0.u3
The root cause is the specific design and behavior of the Cisco nfnic driver. Unlike other drivers that restore a previously "dead" path, the nfnic driver performs a path cleanup and replacement:
To monitor and confirm storage path restoration on Cisco UCS hosts, implement one of the following monitoring strategies:
Option 1:VMware Aria Operations for Logs (Recommended)
Configure ESXi Syslog to forward to Aria Operations for Logs. Create custom alerts by monitoring the vobd.log for specific restoration strings that indicate connectivity is back:
vob.scsi.scsipath.add
vob.scsi.scsipath.pathstate.on
Option 2: SNMP Traps or Remote Syslog
Configure the ESXi host to forward raw syslog data or send SNMP traps to a third-party monitoring tool capable of alerting on the vob.scsi path addition events.
Option 3: Manual VOB(VMkernel Observation) to vCenter Event Mapping (Advanced)
Manually modify the ESXi configuration files to promote specific VOB messages (such as vob.scsi.scsipath.add) to vCenter events.
Note: This is generally not recommended for large environments as it can significantly increase vCenter database size and cause event flooding.