1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
$ie-virsh
ie-virsh 1.0
AnaTofuZ <anatofuz@cr.ie.u-ryukyu.ac.jp>
USAGE:
ie-virsh <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
console connect to the guest console
define define (but don't start) a domain from an template XML file
destroy destroy (stop) a domain
domiflist list all domain virtual interfaces
dominfo domain information
dumpxml domain information in XML
help Prints this message or the help of the given subcommand(s)
list list domains
shutdown gracefully shutdown a domain
start start a (previously defined) inactive domain
ttyconsole tty console
undefine undefine a domain
vncdisplay vncdisplay
|