All

Posted in: Linux, Networking

Linux Networking commands

– ifconfig : This utility is used to check the IP address assigned to each of the ethernet/interface : # ifconfig eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500       inet 172.17.0.1  netmask 255.255.0.0  broadcast 172.17.255.255       inet6 fe80::42:a2ff:fecb:2ba0  prefixlen 64  scopeid 0x20<link>       ether 02:42:a2:cb:2b:a0  txqueuelen 0  (Ethernet)       RX […]

Posted in: VMware

PSOD on ESXi version 7.0 Update 2 with a race condition by “portset lock acquire request”

Please check “vmkernel.log” for following entries to confirm if you are affected by the the race condition bug The PSOD issue has been resolved by VMware in their future release of ESXi host versions above 7.0 Update 3*. *Please Note: Check KB 86398 for more detailsQ. What are the tentative timelines for the next vSphere 7.x […]

Posted in: VMware

VCSA “wcp” service keeps crashing

“wcp” service crashes due to which the ESXi host can not be put out of maintenance mode (other symptoms can also occurs however I have never come across those) The VCSA “wcp” service keeps crashing while starting due to an invalid entry in the wcp config file Error executing start on service wcp. Details { […]

Back to Top