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… ») |
|||
(Une révision intermédiaire par le même utilisateur non affichée) | |||
Ligne 13 : | Ligne 13 : | ||
! Mode | ! Mode | ||
! Description | ! Description | ||
+ | |- | ||
+ | |{{CODE|esxtop }} | ||
+ | |monitoring | ||
+ | | Monitor ESXi system activity | ||
+ | |||
|- | |- | ||
|{{CODE|esxcli storage filesystem list }} | |{{CODE|esxcli storage filesystem list }} | ||
Ligne 21 : | Ligne 26 : | ||
|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 actuelle datée du 1 décembre 2022 à 16:17
Command Summary
ESXi CLI commands | ||
---|---|---|
Command | Mode | Description |
esxtop
|
monitoring | Monitor ESXi system activity |
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 |