09.03.2015 Views

VSAN-Troubleshooting-Reference-Manual

VSAN-Troubleshooting-Reference-Manual

VSAN-Troubleshooting-Reference-Manual

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Diagnostics and <strong>Troubleshooting</strong> <strong>Reference</strong> <strong>Manual</strong> – Virtual SAN<br />

esxcli network ip interface list<br />

Now that we know the VMkernel adapter, we can use this command to check items<br />

like which vSwitch or distributed switch that it is attached to, as well as the MTU<br />

size, which can be useful if jumbo frames have been configured in the environment.<br />

In this case, MTU is at the default of 1500.<br />

~ # esxcli network ip interface list<br />

vmk0<br />

<br />

vmk1<br />

<br />

vmk2<br />

Name: vmk2<br />

MAC Address: 00:50:56:61:3d:e1<br />

Enabled: true<br />

Portset: DvsPortset-0<br />

Portgroup: N/A<br />

Netstack Instance: defaultTcpipStack<br />

VDS Name: vds01<br />

VDS UUID: e6 98 23 50 11 e3 dd 59-e9 8c a6 99 bb 0b 2f c8<br />

VDS Port: 1308<br />

VDS Connection: 1384090857<br />

MTU: 1500<br />

TSO MSS: 65535<br />

Port ID: 50331661<br />

~ #<br />

This output is almost the same on ESXi 5.5 and 6.0, although 6.0 does include some<br />

additional “Opaque Network” information. The Maximum Transmission Unit size is<br />

shown as 1500, so this VMkernel port is not configured for jumbo frames, which<br />

require an MTU of somewhere in the region on 9,000. VMware does not make any<br />

recommendation around the use of jumbo frames. Testing to date has revealed no<br />

noticeable improvement in Virtual SAN performance by using jumbo frames.<br />

However, jumbo frames are supported for use with Virtual SAN should there be a<br />

requirement to use them.<br />

esxcli network ip interface ipv4 get –i vmk2<br />

This is another useful command as it displays information such as IP address and<br />

netmask of the VMkernel interface used for Virtual SAN. The command and output<br />

are identical between ESXi 5.5 and 6.0. With this information, an administrator can<br />

now begin to use other commands available at the command line to check that the<br />

Virtual SAN network is working correctly.<br />

~ # esxcli network ip interface ipv4 get -i vmk2<br />

Name IPv4 Address IPv4 Netmask IPv4 Broadcast Address Type DHCP DNS<br />

---- ------------ ------------- -------------- ------------ --------<br />

vmk2 172.32.0.4 255.255.255.0 172.32.0.255 STATIC false<br />

~ #<br />

V M W A R E S T O R A G E B U D O C U M E N T A T I O N / 1 0 3

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!