第 15 章 用 virsh 管理虚拟机
你可以使用 virsh 程序来管理虚拟机。这个工具是用 libvirt management API 构建并作为 xm 工具或图形化虚拟机管理者的替代来使用的。Unprivileged 用户可以把这个工具用于只读操作。如果你打算运行
xend/qemu
,你应该把 xend/qemu
作为服务来运行。在修改了相应的配置文件后,重新启动系统,xend/qemu
将作为服务运行。你可以把 virsh 用在脚本里。和 xm 工具一样,你可以在命令行里运行 virsh。
15.1. 连接至监控程序
你可以使用 virsh 来初始化一个监控程序会话:
virsh connect <name>
Where
<name>
is the machine name of the hypervisor. If you want to initiate a read—only connection, append the above command with —readonly
.