This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vmware:tip:cli [2016/06/17 06:29] – js | vmware:tip:cli [2021/02/12 14:54] (current) – js | ||
---|---|---|---|
Line 22: | Line 22: | ||
<code bash> | <code bash> | ||
=== Shutdown a VM === | === Shutdown a VM === | ||
+ | <code bash> | ||
+ | === Shutdown a VM === | ||
<code bash> | <code bash> | ||
=== Power off a VM === | === Power off a VM === | ||
Line 34: | Line 36: | ||
=== Display the IP address of a VM === | === Display the IP address of a VM === | ||
<code bash> | <code bash> | ||
+ | |||
+ | === Display all info for all vmnics === | ||
+ | <code bash>for i in $(esxcfg-nics -l | awk ' | ||
+ | |||
+ | === Show syslog host === | ||
+ | <code bash> | ||
+ | === Show syslog target port === | ||
+ | <code bash> | ||
+ | |||
+ | === Show scratch location === | ||
+ | <code bash> | ||
+ | |||
+ | === Get task list of VM === | ||
+ | <code bash> | ||
+ | |||
+ | === Get info for a specified task === | ||
+ | <code bash> | ||
+ | |||
+ | === Get memory information === | ||
+ | <code bash> | ||
+ | < | ||
+ | | ||
+ | Given to VMKernel: | ||
+ | | ||
+ | | ||
+ | Mmap critical space:0 KB | ||
+ | Mmap buddy overhead: | ||
+ | | ||
+ | | ||
+ | Other kernel: | ||
+ | | ||
+ | | ||
+ | | ||
+ | }</ | ||