Skip to content

Instantly share code, notes, and snippets.

@nvpnathan
Last active October 8, 2019 23:23
Show Gist options
  • Save nvpnathan/be2882dadfbd54115dd19b8d9af159e6 to your computer and use it in GitHub Desktop.
Save nvpnathan/be2882dadfbd54115dd19b8d9af159e6 to your computer and use it in GitHub Desktop.

Manual removal of nsxt

esxcli software vib remove -n nsx-aggservice -n nsx-cli-libs -n nsx-common-libs -n nsx-da -n nsx-esx-datapath -n nsx-exporter -n nsx-host -n nsx-metrics-libs -n nsx-mpa -n nsx-nestdb-libs -n nsx-nestdb -n nsx-netcpa -n nsx-opsagent -n nsx-platform-client -n nsx-profiling-libs -n nsx-proxy -n nsx-python-gevent -n nsx-python-greenlet -n nsx-python-logging -n nsx-python-protobuf -n nsx-rpc-libs -n nsx-sfhc -n nsx-shared-libs -n nsxcli --no-live-install --force

reboot

net-dvs | grep com.vmware.common.alias

net-dvs -d hostswitch-overlay

esxcli network ip interface ipv4 get

esxcli network ip interface remove --interface-name=vmk10

esxcli network ip interface remove --interface-name=vmk50

esxcli network ip netstack remove -N="hyperbus"

esxcli network ip netstack remove -N="vxlan"

reboot

2.4

esxcli software vib remove -n nsx-aggservice -n nsx-cli-libs -n nsx-common-libs -n nsx-esx-datapath -n nsx-exporter -n nsx-host -n nsx-metrics-libs -n nsx-mpa -n nsx-nestdb-libs -n nsx-nestdb -n nsx-netcpa -n nsx-opsagent -n nsx-platform-client -n nsx-profiling-libs -n nsx-proxy -n nsx-python-gevent -n nsx-python-greenlet -n nsx-python-logging -n nsx-python-protobuf -n nsx-rpc-libs -n nsx-sfhc -n nsx-shared-libs -n nsxcli -n nsx-adf -n nsx-context-mux -n nsx-upm-libs -n nsx-vdpi --no-live-install --force

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment