You verify Internet Protocol (IP) network connections by using ping tests to ensure the host and array are able to communicate.
vmkping <iSCSI_target_IP_address>
packet size
bit. The -d switch sets the DF (Don't Fragment) bit on the IPv4 packet. These
options allow jumbo frames of 9,000 bytes to be successfully transmitted
between the iSCSI initiator and the target. vmkping -s 8972 -d <iSCSI_target_IP_address>
192.0.2.8
.vmkping -s 8972 -d 192.0.2.8
Pinging 192.0.2.8 with 8972 bytes of data:
Reply from 192.0.2.8: bytes=8972 time=2ms TTL=64
Reply from 192.0.2.8: bytes=8972 time=2ms TTL=64
Reply from 192.0.2.8: bytes=8972 time=2ms TTL=64
Reply from 192.0.2.8: bytes=8972 time=2ms TTL=64
Ping statistics for 192.0.2.8:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 2ms, Average = 2ms
sendto() failed
(Message too long)
, verify the MTU size (jumbo frame support)
for the Ethernet interfaces on the host server, storage controller,
and switch ports.