vmk#
is the vmk associated with the management interface of the host and x.x.x.x
is the IP of the vCenter Server.
# tcpdump-uw -e -i vmk# -nn host x.x.x.x
The option -i
denotes the interface and -e
allows tcpdump to display the MAC addresses (by default it does not).
# esxcfg-vmknic -l
# esxcfg-vswitch -l | less
# esxcfg-vmknic -d PortGroupName
# esxcfg-vmknic -d -v port_number -s vDSname
# esxcfg-vmknic -a -i x.x.x.x -n x.x.x.x -p PortGroupName vSwitchName
# esxcfg-vmknic -a -i x.x.x.x -n x.x.x.x PortGroupName -s vDSwitchName
Impact/Risks:
Deleting and recreating the Service Console or Management Interface of a host causes the host to drop from vCenter Server. The primary IP of the host is unreachable during this procedure, which may trigger other monitoring alerts in your environment. Use your discretion to determine who you should notify about the changes you are going to make. The entire delete and recreate process takes approximately 5 minutes.