Esxcli

From VI-Toolkit
Jump to navigation Jump to search


Disable the firewall

Disable the firewall completely.

esxcli network firewall set --enabled false

Install a patch bundle

esxcli software vib install -d /vmfs/volumes/yourvolumename/patch/patch.zip


install a vib file

esxcli software vib install -v /vmfs/volumes/yourvolumename/patch/patch.vib

resources

VMware Front Experience:

How to write your own esxcli plugin

esxcli plugin to run shell commands