I have performed all of those suggestions prior to posting except vmkping with the "-d" switch. I am getting the following when using jumbo frames (-s 9000)
what is intersting is that i am getting the following error on all arrays including the existing equallogics.
~ # vmkping 192.168.23.9 -s 9000 -d
PING 192.168.23.9 (192.168.23.9): 9000 data bytes
sendto() failed (Message too long)
sendto() failed (Message too long)
if i chose a smaller size packet it works
~ # vmkping 192.168.23.9 -s 8784 -d
PING 192.168.23.9 (192.168.23.9): 8784 data bytes
8792 bytes from 192.168.23.9: icmp_seq=0 ttl=64 time=0.863 ms
8792 bytes from 192.168.23.9: icmp_seq=1 ttl=64 time=0.887 ms
8792 bytes from 192.168.23.9: icmp_seq=2 ttl=64 time=0.861 ms
without the "-d" it works
~ # vmkping 192.168.23.9 -s 9000
PING 192.168.23.9 (192.168.23.9): 9000 data bytes
9008 bytes from 192.168.23.9: icmp_seq=0 ttl=64 time=0.896 ms
9008 bytes from 192.168.23.9: icmp_seq=1 ttl=64 time=0.855 ms
9008 bytes from 192.168.23.9: icmp_seq=2 ttl=64 time=0.854 ms
the switch ports are set to 9216 and the vnics and vswitch are set to 9000. its almost if jumboframes are not configured properly. I have already rebooted the host just because and plan on rebooting the swithces tonight.