From 475ebf07eb2f2162bcd0ab4ff5b073be4ef0c03e Mon Sep 17 00:00:00 2001 From: Dayle Parker Date: Fri, 3 May 2013 16:02:14 +1000 Subject: Made changes throughout book to update for F19, according to RHEL7 content --- en-US/Tools.xml | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) (limited to 'en-US/Tools.xml') diff --git a/en-US/Tools.xml b/en-US/Tools.xml index 3673859..82e9350 100644 --- a/en-US/Tools.xml +++ b/en-US/Tools.xml @@ -14,13 +14,13 @@
<command>virsh</command> - virsh is a command line interface (CLI) tool for managing guests and the hypervisor. The virsh command line tool is built on the libvirt management API and operates as an alternative to the qemu-kvm command and the graphical virt-manager application. The virsh command can be used in read-only mode by unprivileged users or, with root access, full administration functionality. The virsh command is ideal for scripting virtualization administration. In addition the virsh tool is a main management interface for virsh guest domains and can be used to create, pause, and shut down domains, as well as list current domains. This tool is installed as part of the libvirt-client package. + virsh is a command line interface (CLI) tool for managing the hypervisor and guest virtual machines. The virsh command line tool is built on the libvirt management API and operates as an alternative to the qemu-kvm command and the graphical virt-manager application. The virsh command can be used in read-only mode by unprivileged users or, with root access, full administrative functionality. The virsh command is ideal for scripting virtualization administration. In addition the virsh tool is a main management interface for virsh guest domains and can be used to create, pause, and shut down domains, as well as list current domains. This tool is installed as part of the libvirt-client package. - +
@@ -32,11 +32,11 @@ machines, and view performance statistics. This tool ships in its own package called virt-manager. - +
@@ -49,11 +49,11 @@ complete, allowing for easy automation of installation. This tool is installed as part of the python-virtinst package. - +
@@ -64,11 +64,6 @@ exposes all functionality provided by the guestfs API. This tool ships in its own package entitled guestfish. - - - Refer to the Fedora Virtualization Administration Guide for more information about guestfish. - - Using guestfish on running virtual machines can @@ -76,6 +71,11 @@ option if the disk image is being used by a running virtual machine. +
@@ -209,18 +209,16 @@ libguestfs-tools package. - - A graphical tool to convert physical machines into virtual machines. - This tool is installed as part of the virt-v2v package - in Red Hat Enterprise Linux 6.2 and later. + This tool is installed as part of the virt-v2v package. - --> + virt-rescue @@ -300,7 +298,7 @@ A command line utility similar to top, which shows - stats related to virtualized domains. This tool ships in its own package: + statistics related to virtualized domains. This tool ships in its own package: virt-top. -- cgit