virsh

  • 网络管理工具;虚拟主机

virshvirsh

virsh

管理工具

libvirt主要由三个部分组成,它们分别是:应用程序编程接口(API)库、一个守护进程(libvirtd)和一个默认命令行管理工具

虚拟主机

- 快速布署 Linux KVM 虚拟主机 (virsh)- 造云工作站 (Cloud Architecture Patterns: VM Factory)- 企业网路监控与云端主机布署- …

1
One of the interesting applications is virsh (demonstrated here), which is a virtualization shell. 其中一个有趣的应用程序就是virsh(这里所示),它是一种虚拟shell。
2
In this example, I explore some of the same operations that I demonstrated with the virsh utility (list, suspend, resume, and so on). 在本例中,我研究了一些基本操作,与之前用virsh工具(list、suspend、resume等)展示的操作类似。
3
Now, with the domain configuration file complete, let's start a domain with the virsh tool. 完成了域配置文件之后,现在开始使用virsh工具启动域。
4
Using libvirt, it's also possible to use its shell (built on top of libvirt), called virsh. 使用libvirt还能使用它的shell(构建于libvirt之上),称为virsh。
5
In this section, I demonstrate some of the aspects of VM manipulation using virsh. 在本节中,我使用virsh演示了一些VM操作。
6
The previous example illustrated the control of domains using the command-line utility virsh. 上一个例子说明了如何使用命令行工具virsh实现对域的控制。
7
I start by using an application called virsh (virtualization shell), which is built on top of libvirt. 首先介绍一种名为virsh(虚拟shell)的应用程序,它构建于libvirt之上。