Difference between revisions of "ESXi - 6.7 esxcli graphics"
Jump to navigation
Jump to search
(→device) |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
VMware graphics commands. | VMware graphics commands. | ||
Line 12: | Line 11: | ||
== host == | == host == | ||
* '''list''' | |||
: Get host graphics properties. | |||
:* <code>esxcli graphics host get</code> | |||
* '''list''' | |||
: Refresh host graphics properties. | |||
:* <code>esxcli graphics host refresh</code> | |||
* '''list''' | |||
: Set host graphics properties. | |||
:* <code>esxcli graphics host set '''PARAMETER'''</code> | |||
'''PARAMETER''' | |||
Must specify parameter default-type or shared-passthru-assignment-policy. | |||
(Not too sure what it's actually looking for tho...) | |||
== vm == | == vm == | ||
* '''list''' | |||
: List all of the graphics devices on this host. | |||
:* <code>esxcli graphics vm list</code> |
Latest revision as of 20:06, 10 February 2022
VMware graphics commands.
device
- list
- List all of the graphics devices on this host.
esxcli graphics device list
stats
- list
- List graphics device statistics.
esxcli graphics device stats list
host
- list
- Get host graphics properties.
esxcli graphics host get
- list
- Refresh host graphics properties.
esxcli graphics host refresh
- list
- Set host graphics properties.
esxcli graphics host set PARAMETER
PARAMETER Must specify parameter default-type or shared-passthru-assignment-policy. (Not too sure what it's actually looking for tho...)
vm
- list
- List all of the graphics devices on this host.
esxcli graphics vm list