MEMO CMDs
List of various & useful commands from my perspective - reminder based 😎
HBA listing + driver/FW info: /usr/lib/vmware/vmkmgmt_keyval/vmkmgmt_keyval -a
Network components info: esxcli network nic list | ethtool -i vmnicX
HBA / FC / RAID ctrl info: esxcli storage core adapter list
NSX:
TEP networking check: vmkping ++netstack=vxlan -d -s 1572 <destination IP address>]
ESXi check DFW logs: tail -f /var/log/dfwpktlogs.log | grep [something]
TANZU:
k8s releases support: kubectl get tanzukubernetesreleasesk8s VM classes: kubectl get virtualmachineclasses
k8s storage classes: kubectl get storageclassNSX ALB:
SE find namespace: ip netns
SE ping inside data plane: sudo ip netns exec <namespace (ie avi_ns1)> ping <IP>
SE curl test inside data plane: sudo ip netns exec <namespace (ie avi_ns1)> curl <IP:port>
Velocloud SD WAN:
vCO/vCG heartbeat status: var/log/mgd.log
Included python script for debugging with different options: debug.py --list <number>
vEdge mgmt plane status: getpolicy.py managementPlane
Comments
Post a Comment