Networking Troubleshooting Flashcards
What command can be used to list physical network adapters’ properties and statuses?
esxcli network nic list
What commands can be used to list the vSwitch and dvSwitch information for an ESXi host?
esxcli network vswitch standard list
esxcli network vswitch dvs vmware list
List the steps involved in troubleshooting virtual switch and port group configuration issues
- Verify that the virtual switch has not lost connectivity to the physical network.
■ Verify that the virtual switch has enough ports available.
■ Verify that VMkernel networking is configured correctly and that the IP address and
subnet mask information are both correct.
■ Verify that the port group is configured to use the correct VLAN(s), if applicable.
■ Verify that the correct use case is selected: vMotion, FT, management traffic, or no
selection for network storage.
■ If jumbo frames are used, verify that they are configured properly on the vSwitch and
are enabled from end to end.
■ Verify that the remote addresses can be reached with the vmkping command in the
ESXi Shell.
■ Verify that traffic shaping is configured properly, if applicable.
■ Verify that NIC teaming is configured as required for the environment.
■ Ensure that the ESXi firewall is configured correctly.
List steps to verify virtual machine networking
Verify that the virtual machine has a network adapter, that it is connected, and that the
virtual machine is using the correct network label in the virtual machine properties.
■ Verify the virtual machine’s network adapter type and check to see whether the guest
OS has the required drivers installed.
Verify that other virtual machines using the same virtual machine connection type are
working properly.
■ Verify the networking configuration inside the guest OS is correct, including testing
the TCP/IP stack.
■ Verify that the virtual switch has not lost connectivity to the physical network.
■ Verify that the virtual switch has enough ports available.
■ Verify that the virtual switch is configured to use the required VLAN(s).
List the 4 ways esxi host logs can be viewed
vSphere Client Administration, vSphere Web Client, DCUI and var/run/log via ESXi Shell
List the troubleshooting flow for an ESXi host as defined by VMware
- Check the VMware Tools status in the virtual machine.
- Check the ESXi host CPU usage.
- Check the virtual machine CPU usage.
- Check for ESXi host swapping.
- Check storage usage.
6 Check ESXi for dropped receive packets. - Check ESXi for dropped transmit packets.
What are the ways to export a log bundle?
vCenter Web Client
vCenter via vSphere client
Run vc-support.wsf from program files
Run /usr/sbin/vm-support from host’s ESXi CLI