MEMO CMDs

List of various & useful commands from my perspective - reminder based 😎

ESXi:

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 tanzukubernetesreleases
k8s VM classes: kubectl get virtualmachineclasses
k8s storage classes: kubectl get storageclass

NSX 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

Popular posts from this blog

NSX ALB LetsEncrypt with DNS-01 challenge - BIND example

VMware SD WAN - multiple locations - LAN IP address space overlapping with NAT

NSX ALB routing - multiple floating IP and BGP setup