Hi,
part 3 of my (incomplete) list of the esx cli.
ESXi Advanced Kernel Settings/Parameters
Get all
esxcli system settings advanced list
Set one, i.e. disable the shell respectively ssh warnings
esxcli system settings advanced set -o /UserVars/SuppressShellWarning -i 1
ESXi Kernel modules
List loaded kernel modules
vmkload_mod -l
Get a list of all enabled kernel modules
esxcfg-module -q
Continue reading VMware ESXi: A (incomplete) list of host commands Part 3