Virtualisation/VMWARE/CommandsCLI : Différence entre versions
Sauter à la navigation
Sauter à la recherche
(Page créée avec « {{MediaWiki}} <br> {{FOND_BLEU|VMWare- '''Petit guide de survie''' en CLI ...}} =Command Summary= {| class="wikitable" !colspan="3"|ESXi CLI commands |- ! class="wikit… ») |
|||
Ligne 21 : | Ligne 21 : | ||
|network | |network | ||
| Get list of available network interfaces | | Get list of available network interfaces | ||
− | + | |- | |
+ | |{{CODE|esxcli network nic [up / down] -n vmnicX}} | ||
+ | |network | ||
+ | | enable / disable a network interfaces | ||
|} | |} |
Version du 1 décembre 2022 à 14:08
Command Summary
ESXi CLI commands | ||
---|---|---|
Command | Mode | Description |
esxcli storage filesystem list
|
storage | Get list of available filesystems |
esxcli network nic list
|
network | Get list of available network interfaces |
esxcli network nic [up / down] -n vmnicX
|
network | enable / disable a network interfaces |