Listing Virtual Machines and Containers
To get an overview of the virtual machines and Containers existing on the physical server and to get additional information about them—their IP addresses, hostnames, current resource consumption, and so on—use the
# prlctl list -a UUID STATUS IP_ADDR T NAME {600adc12-0e39-41b3-bf05-c59b7d26dd73} running 10.10.1.101 CT 101 {b2de86d9-6539-4ccc-9120-928b33ed31b9} stopped 10.10.100.1 VM MyVM
The
# prlctl list -a -o name,ctid NAME ID 101 101 MyVm {b8cb6d99-1af1-453d-a302-2fddd8f86769}
This command displays only the names of existing virtual machines and Containers and the IP addresses assigned to them. The full list of the
|
||||
|