Networking Troubleshooting Flashcards

1
Q

What command can be used to list physical network adapters’ properties and statuses?

A

esxcli network nic list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What commands can be used to list the vSwitch and dvSwitch information for an ESXi host?

A

esxcli network vswitch standard list

esxcli network vswitch dvs vmware list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

List the steps involved in troubleshooting virtual switch and port group configuration issues

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

List steps to verify virtual machine networking

A

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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

List the 4 ways esxi host logs can be viewed

A

vSphere Client Administration, vSphere Web Client, DCUI and var/run/log via ESXi Shell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

List the troubleshooting flow for an ESXi host as defined by VMware

A
  1. Check the VMware Tools status in the virtual machine.
  2. Check the ESXi host CPU usage.
  3. Check the virtual machine CPU usage.
  4. Check for ESXi host swapping.
  5. Check storage usage.
    6 Check ESXi for dropped receive packets.
  6. Check ESXi for dropped transmit packets.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the ways to export a log bundle?

A

vCenter Web Client
vCenter via vSphere client
Run vc-support.wsf from program files
Run /usr/sbin/vm-support from host’s ESXi CLI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly