esxcfg-scsidevs -c" command.hexdump" command, you will see a black screen, as you are unable to read the LUN. "var/run/log/vmkernel.log" you will see error logs similar to:<Date>T09:16:34.475Z cpu4:33603)WARNING: NMP: nmp_DeviceRequestFastDeviceProbe:237: NMP device "naa.################################4de" state in doubt; requested fast path state update...<Date>T09:16:34.576Z cpu4:41898)NMP: nmp_ThrottleLogForDevice:2321: Cmd 0x28 (0x413685059c40, 34048) to dev "naa.################################4de" on path "vmhba37:<UUID>" Failed: H:0x2 D:0x0 P:0x0 Possible sense data: 0x0 0x0 0x0. Act:EVAL<Date>T09:16:35.403Z cpu4:32809)ScsiDeviceIO<Date>T09:17:56.853Z cpu14:33601)WARNING: iscsi_vmk: iscsivmk_StopConnection: Conn [CID: 0 L: 192.###.###.118:62638 R: 192.###.###.104:3260]<Date>T09:17:56.953Z cpu2:32800)NMP: nmp_ThrottleLogForDevice:2321: Cmd 0x28 (0x41368507dc00, 34012) to dev "naa.################################4de" on path "vmhba37:<UUID>" Failed: H:0x2 D:0x0 P:0x0 Possible sense data: 0x0 0x0 0x0. Act:EVAL<Date>T09:17:56.957Z cpu9:69616)VMW_SATP_LOCAL: satp_local_updatePathStates:458: Failed to update path "vmhba37:<UUID>" state. Status=Transient storage condition, suggest retryVMware vSphere ESXi
To check the connectivity through CLI :
vmkping without any MTU parameter succeeds -
[root@esxi01 :~ ] vmkping -I vmk1 <Target storage IP>PING <Target storage IP> : 56 data bytes64 bytes from <Target storage IP>: icmp seq=0 ttl=64 time=0.260 ms64 bytes from <Target storage IP>: icmp seq=1 ttl=64 time=0.222 ms64 bytes from <Target storage IP>: icmp seq=2 ttl=64 time=0.285 ms
<Target storage IP> ping statistics3 packets transmitted, 3 packets received, 0% packet lossround-trip min/avg/max = 0.222/0.256/0.285 ms
vmkping with MTU 9000 fails -
[root@esxi01 :~ ] vmkping -I vmk1 <Target storage IP> -d -s 8972PING <Target storage IP>: 8972 data bytes
<Target storage IP> ping statistics3 packets transmitted, 0 packets received, 100% packet loss