Installing Red Hat Enterprise Virtualization Environments
Edition 5
Legal Notice
Abstract
- Preface
- I. Before you Begin
- 1. Introduction
- 1.1. Red Hat Enterprise Virtualization Architecture
- 1.2. Red Hat Enterprise Virtualization System Components
- 1.3. Red Hat Enterprise Virtualization Resources
- 1.4. Red Hat Enterprise Virtualization API Support Statement
- 1.5. Introduction to Virtual Machines
- 1.6. Supported Virtual Machine Operating Systems
- 1.7. Red Hat Enterprise Virtualization Installation Workflow
- 2. System Requirements
- II. Installing Red Hat Enterprise Virtualization Manager
- 3. Manager Installation
- 3.1. Workflow Progress — Installing Red Hat Enterprise Virtualization Manager
- 3.2. Manager Installation Overview
- 3.3. Subscribing to the Red Hat Enterprise Virtualization Channels
- 3.4. Installing the Red Hat Enterprise Virtualization Manager Packages
- 3.5. Configuring Red Hat Enterprise Virtualization Manager
- 3.6. Connecting to the Administration Portal
- 3.7. Removing Red Hat Enterprise Virtualization Manager
- 4. Data Collection Setup and Reports Installation
- 5. Updating Red Hat Enterprise Virtualization between Minor Releases
- 5.1. Checking for Red Hat Enterprise Virtualization Manager Updates
- 5.2. Updating Red Hat Enterprise Virtualization Manager
- 5.3. Updating Red Hat Enterprise Virtualization Manager Reports
- 5.4. Updating Red Hat Enterprise Virtualization Hypervisors
- 5.5. Updating Red Hat Enterprise Linux Virtualization Hosts
- 6. Upgrading to Red Hat Enterprise Virtualization 3.1
- III. Installing Virtualization Hosts
- 7. Introduction to Virtualization Hosts
- 8. Installing Red Hat Enterprise Virtualization Hypervisor Hosts
- 8.1. Red Hat Enterprise Virtualization Hypervisor Installation Overview
- 8.2. Installing the Red Hat Enterprise Virtualization Hypervisor Packages
- 8.3. Preparing Hypervisor Installation Media
- 8.4. Installing the Hypervisor
- 8.5. Configuring the Hypervisor
- 8.5.1. Logging into the Hypervisor
- 8.5.2. Selecting Hypervisor Keyboard
- 8.5.3. Viewing Hypervisor Status
- 8.5.4. Configuring Hypervisor Network
- 8.5.5. Configuring Hypervisor Security
- 8.5.6. Configuring Hypervisor Logging
- 8.5.7. Configuring Hypervisor Simple Network Management Protocol (SNMP)
- 8.5.8. Configuring Hypervisor Kernel Dumps
- 8.5.9. Configuring Hypervisor Remote Storage
- 8.5.10. Configuring Hypervisor Common Information Model (CIM)
- 8.5.11. Configuring Hypervisor for Red Hat Network
- 8.6. Attaching the Hypervisor to the Red Hat Enterprise Virtualization Manager
- 9. Installing Red Hat Enterprise Linux Hosts
- IV. Environment Configuration
- 10. Planning your Data Center
- 11. Network Setup
- 12. Storage Setup
- A. Log Files
- B. Additional Utilities
- C. Revision History
Mono-spaced Bold
To see the contents of the filemy_next_bestselling_novelin your current working directory, enter thecat my_next_bestselling_novelcommand at the shell prompt and press Enter to execute the command.
Press Enter to execute the command.Press Ctrl+Alt+F2 to switch to a virtual terminal.
mono-spaced bold. For example:
File-related classes includefilesystemfor file systems,filefor files, anddirfor directories. Each class has its own associated set of permissions.
Choose → → from the main menu bar to launch Mouse Preferences. In the Buttons tab, select the Left-handed mouse check box and click to switch the primary mouse button from the left to the right (making the mouse suitable for use in the left hand).To insert a special character into a gedit file, choose → → from the main menu bar. Next, choose → from the Character Map menu bar, type the name of the character in the Search field and click . The character you sought will be highlighted in the Character Table. Double-click this highlighted character to place it in the Text to copy field and then click the button. Now switch back to your document and choose → from the gedit menu bar.
Mono-spaced Bold Italic or Proportional Bold Italic
To connect to a remote machine using ssh, typesshat a shell prompt. If the remote machine isusername@domain.nameexample.comand your username on that machine is john, typessh john@example.com.Themount -o remountcommand remounts the named file system. For example, to remount thefile-system/homefile system, the command ismount -o remount /home.To see the version of a currently installed package, use therpm -qcommand. It will return a result as follows:package.package-version-release
Publican is a DocBook publishing system.
mono-spaced roman and presented thus:
books Desktop documentation drafts mss photos stuff svn books_tests Desktop1 downloads images notes scripts svgs
mono-spaced roman but add syntax highlighting as follows:
static int kvm_vm_ioctl_deassign_device(struct kvm *kvm,
struct kvm_assigned_pci_dev *assigned_dev)
{
int r = 0;
struct kvm_assigned_dev_kernel *match;
mutex_lock(&kvm->lock);
match = kvm_find_assigned_dev(&kvm->arch.assigned_dev_head,
assigned_dev->assigned_dev_id);
if (!match) {
printk(KERN_INFO "%s: device hasn't been assigned before, "
"so cannot be deassigned\n", __func__);
r = -EINVAL;
goto out;
}
kvm_deassign_device(kvm, match);
kvm_free_assigned_device(kvm, match);
out:
mutex_unlock(&kvm->lock);
return r;
}Note
Important
Warning
- search or browse through a knowledgebase of technical support articles about Red Hat products.
- submit a support case to Red Hat Global Support Services (GSS).
- access other product documentation.
Table of Contents
- 1. Introduction
- 1.1. Red Hat Enterprise Virtualization Architecture
- 1.2. Red Hat Enterprise Virtualization System Components
- 1.3. Red Hat Enterprise Virtualization Resources
- 1.4. Red Hat Enterprise Virtualization API Support Statement
- 1.5. Introduction to Virtual Machines
- 1.6. Supported Virtual Machine Operating Systems
- 1.7. Red Hat Enterprise Virtualization Installation Workflow
- 2. System Requirements
- 1.1. Red Hat Enterprise Virtualization Architecture
- 1.2. Red Hat Enterprise Virtualization System Components
- 1.3. Red Hat Enterprise Virtualization Resources
- 1.4. Red Hat Enterprise Virtualization API Support Statement
- 1.5. Introduction to Virtual Machines
- 1.6. Supported Virtual Machine Operating Systems
- 1.7. Red Hat Enterprise Virtualization Installation Workflow
- Virtual machine hosts using the Kernel-based Virtual Machine (KVM).
- Agents and tools running on hosts including VDSM, QEMU, and libvirt. These tools provide local management for virtual machines, networks and storage.
- The Red Hat Enterprise Virtualization Manager; a centralized management platform for the Red Hat Enterprise Virtualization environment. It provides a graphical interface where you can view, provision and manage resources.
- Storage domains to hold virtual resources like virtual machines, templates, ISOs.
- A database to track the state of and changes to the environment.
- Access to an external Directory Server to provide users and authentication.
- Networking to link the environment together. This includes physical network links, and logical networks.
- Data Center - A data center is the highest level container for all physical and logical resources within a managed virtual environment. It is a collection of clusters of virtual machines, storage, and networks.
- Clusters - A cluster is a set of physical hosts that are treated as a resource pool for virtual machines. Hosts in a cluster share the same network infrastructure and storage. They form a migration domain within which virtual machines can be moved from host to host.
- Logical Networks - A logical network is a logical representation of a physical network. Logical networks group network traffic and communication between the Manager, hosts, storage, and virtual machines.
- Hosts - A host is a physical server that runs one or more virtual machines. Hosts are grouped into clusters. Virtual machines can be migrated from one host to another within a cluster.
- Storage Pool - The storage pool is a logical entity that contains a standalone image repository of a certain type, either iSCSI, Fiber Channel, NFS, or POSIX. Each storage pool can contain several domains, for storing virtual machine disk images, ISO images, and for the import and export of virtual machine images.
- Virtual Machines - A virtual machine is a virtual desktop or virtual server containing an operating system and a set of applications. Multiple identical virtual machines can be created in a Pool. Virtual machines are created, managed, or deleted by power users and accessed by users.
- Template - A template is a model virtual machine with pre-defined settings. A virtual machine that is based on a particular template acquires the settings of the template. Using templates is the quickest way of creating a large number of virtual machines in a single step.
- Virtual Machine Pool - A virtual machine pool is a group of identical virtual machines that are available on demand by each group member. Virtual machine pools can be set up for different purposes. For example, one pool can be for the Marketing department, another for Research and Development, and so on.
- Snapshot - A snapshot is a view of a virtual machine's operating system and all its applications at a point in time. It can be used to save the settings of a virtual machine before an upgrade or installing new applications. In case of problems, a snapshot can be used to restore the virtual machine to its original state.
- User Types - Red Hat Enterprise Virtualization supports multiple levels of administrators and users with distinct levels of permissions. System administrators can manage objects of the physical infrastructure, such as data centers, hosts, and storage. Users access virtual machines available from a virtual machine pool or standalone virtual machines made accessible by an administrator.
- Events and Monitors - Alerts, warnings, and other notices about activities help the administrator to monitor the performance and status of resources.
- Reports - A range of reports either from the reports module based on JasperReports, or from the data warehouse. Preconfigured or ad hoc reports can be generated from the reports module. Users can also generate reports using any query tool that supports SQL from a data warehouse that collects monitoring data for hosts, virtual machines, and storage.
Supported Interfaces for Read and Write Access
- Representational State Transfer (REST) API
- The REST API exposed by the Red Hat Enterprise Virtualization Manager is a fully supported interface for interacting with Red Hat Enterprise Virtualization Manager.
- Software Development Kit (SDK)
- The SDK provided by the rhevm-sdk package is a fully supported interface for interacting with Red Hat Enterprise Virtualization Manager.
- Command Line Shell
- The command line shell provided by the rhevm-cli package is a fully supported interface for interacting with the Red Hat Enterprise Virtualization Manager.
- VDSM Hooks
- The creation and use of VDSM hooks to trigger modification of virtual machines based on custom properties specified in the Administration Portal is supported on Red Hat Enterprise Linux virtualization hosts. The use of VDSM Hooks on virtualization hosts running Red Hat Enterprise Virtualization Hypervisor is not currently supported.
Supported Interfaces for Read Access
- Red Hat Enterprise Virtualization Manager History Database
- Read access to the Red Hat Enterprise Virtualization Manager history database using the database views specified in the Administration Guide is supported. Write access is not supported.
- Libvirt on Virtualization Hosts
- Read access to
libvirtusing thevirsh -rcommand is a supported method of interacting with virtualization hosts. Write access is not supported.
Unsupported Interfaces
- The vdsClient Command
- Use of the
vdsClientcommand to interact with virtualization hosts is not supported unless explicitly requested by Red Hat Support. - Red Hat Enterprise Virtualization Hypervisor Console
- Console access to Red Hat Enterprise Virtualization Hypervisor outside of the provided text user interface for configuration is not supported unless explicitly requested by Red Hat Support.
- Red Hat Enterprise Virtualization Manager Database
- Direct access to and manipulation of the Red Hat Enterprise Virtualization Manager database is not supported unless explicitly requested by Red Hat Support.
Important
- Red Hat Enterprise Linux 3 (32 bit and 64 bit)
- Red Hat Enterprise Linux 4 (32 bit and 64 bit)
- Red Hat Enterprise Linux 5 (32 bit and 64 bit)
- Red Hat Enterprise Linux 6 (32 bit and 64 bit)
- Windows XP Service Pack 3 and newer (32 bit only)
- Windows 7 (32 bit and 64 bit)
- Windows Server 2003 Service Pack 2 and newer (32 bit and 64 bit)
- Windows Server 2008 (32 bit and 64 bit)
- Windows Server 2008 R2 (64 bit only)

- one machine to act as the management server,
- one or more machines to act as virtualization hosts - at least two are required to support migration and power management,
- one or more machines to use as clients for accessing the Administration Portal.
- storage infrastructure provided by NFS, iSCSI, SAN, or local storage.
Minimum
- A dual core CPU.
- 4 GB of available system RAM that is not being consumed by existing processes.
- 25 GB of locally accessible, writeable, disk space.
- 1 Network Interface Card (NIC) with bandwidth of at least 1 Gbps.
Recommended
- A quad core CPU or multiple dual core CPUs.
- 16 GB of system RAM.
- 50 GB of locally accessible, writeable, disk space.
- 1 Network Interface Card (NIC) with bandwidth of at least 1 Gbps.
- AMD Opteron G1
- AMD Opteron G2
- AMD Opteron G3
- AMD Opteron G4
- Intel Conroe
- Intel Penryn
- Intel Nehalem
- Intel Westmere
- Intel Sandybridge
No eXecute flag (NX) is also required. To check that your processor supports the required flags, and that they are enabled:
- At the Red Hat Enterprise Linux or Red Hat Enterprise Virtualization Hypervisor boot screen press any key and select the Boot or Boot with serial console entry from the list. Press Tab to edit the kernel parameters for the selected option. After the last kernel parameter listed ensure there is a Space and append the
rescueparameter. - Press Enter to boot into rescue mode.
- At the prompt which appears, determine that your processor has the required extensions and that they are enabled by running this command:
# grep -E 'svm|vmx' /proc/cpuinfo | grep nx
If any output is shown, the processor is hardware virtualization capable. If no output is shown it is still possible that your processor supports hardware virtualization. In some circumstances manufacturers disable the virtualization extensions in the BIOS. Where you believe this to be the case consult the system's BIOS and the motherboard manual provided by the manufacturer. - As an additional check, verify that the
kvmmodules are loaded in the kernel:# lsmod | grep kvm
If the output includeskvm_intelorkvm_amdthen thekvmhardware virtualization modules are loaded and your system meets requirements.
- guest operating system requirements,
- guest application requirements, and
- memory activity and usage of guests.
- The root partitions require at least 512 MB of storage.
- The configuration partition requires at least 8 MB of storage.
- The recommended minimum size of the logging partition is 2048 MB.
- The data partition requires at least 256 MB of storage. Use of a smaller data partition may prevent future upgrades of the Hypervisor from the Red Hat Enterprise Virtualization Manager. By default all disk space remaining after allocation of swap space will be allocated to the data partition.
- The swap partition requires at least 8 MB of storage. The recommended size of the swap partition varies depending on both the system the Hypervisor is being installed upon and the anticipated level of overcommit for the environment. Overcommit allows the Red Hat Enterprise Virtualization environment to present more RAM to guests than is actually physically present. The default overcommit ratio is
0.5.The recommended size of the swap partition can be determined by:- Multiplying the amount of system RAM by the expected overcommit ratio, and adding
- 2 GB of swap space for systems with 4 GB of RAM or less, or
- 4 GB of swap space for systems with between 4 GB and 16 GB of RAM, or
- 8 GB of swap space for systems with between 16 GB and 64 GB of RAM, or
- 16 GB of swap space for systems with between 64 GB and 256 GB of RAM.
Example 2.1. Calculating Swap Partition Size
For a system with 8 GB of RAM this means the formula for determining the amount of swap space to allocate is:(8 GB x 0.5) + 4 GB = 8 GB
Important
0.5 is used for this calculation. For some systems the result of this calculation may be a swap partition that requires more free disk space than is available at installation. Where this is the case Hypervisor installation will fail.
storage_vol boot parameter. More information on the use of this parameter is available in the Red Hat Enterprise Linux 6 Hypervisor Deployment Guide.
Example 2.2. Manually Setting Swap Partition Size
storage_vol boot parameter is used to set a swap partition size of 4096 MB. Note that no sizes are specified for the other partitions, allowing the Hypervisor to use the default sizes.
storage_vol=:4096::::
Important
fakeraid devices. Where a fakeraid device is present it must be reconfigured such that it no longer runs in RAID mode.
- Access the RAID controller's BIOS and remove all logical drives from it.
- Change controller mode to be non-RAID. This may be referred to as compatibility or JBOD mode.
- Red Hat Enterprise Virtualization Manager requires Red Hat Enterprise Linux 6.3 Server or later. Complete successful installation of the operating system prior to commencing installation of the Red Hat Enterprise Virtualization Manager.
- Virtualization hosts must run version 6.3, or later, of either:
- Red Hat Enterprise Virtualization Hypervisor, or
- Red Hat Enterprise Linux Server.
- Mozilla Firefox 10, and later, on Red Hat Enterprise Linux is required to access both portals.
- Internet Explorer 8, and later, on Microsoft Windows is required to access the User Portal.
- Internet Explorer 9, and later, on Microsoft Windows is required to access the Administration Portal.
- Red Hat Enterprise Linux 5.8+ (i386, AMD64 and Intel 64)
- Red Hat Enterprise Linux 6.2+ (i386, AMD64 and Intel 64)
- Windows XP
- Windows XP Embedded (XPe)
- Windows 7 (x86, AMD64 and Intel 64)
- Windows Embedded Standard 7
- Windows 2008/R2 (x86, AMD64 and Intel 64)
- Windows Embedded Standard 2009
- Red Hat Enterprise Virtualization Certified Linux-based thin clients
yum.
Certificate-based Red Hat Network
- The
Red Hat Enterprise Linux Serverentitlement, provides Red Hat Enterprise Linux. - The
Red Hat Enterprise Virtualizationentitlement, provides Red Hat Enterprise Virtualization Manager. - The
JBoss Enterprise Application Platformentitlement, provides the supported release of the application platform on which the Manager runs.
Red Hat Network Classic
- The
Red Hat Enterprise Linux Server (v. 6 for 64-bit x86_64)channel, also referred to asrhel-x86_64-server-6, provides Red Hat Enterprise Linux 6 Server. The Channel Entitlement name for this channel isRed Hat Enterprise Linux Server (v. 6). - The
RHEL Server Supplementary (v. 6 64-bit x86_64)channel, also referred to asrhel-x86_64-server-supplementary-6, provides the virtio-win package. The virtio-win package provides the Windows VirtIO drivers for use in virtual machines. The Channel Entitlement Name for the supplementary channel isRed Hat Enterprise Linux Server Supplementary (v. 6). - The
Red Hat Enterprise Virtualization Manager (v.3.1 x86_64)channel, also referred to asrhel-x86_64-server-6-rhevm-3.1, provides Red Hat Enterprise Virtualization Manager. The Channel Entitlement Name for this channel isRed Hat Enterprise Virtualization Manager (v3). - The
JBoss Application Platform (v 6) for 6Server x86_64channel, also referred to asjbappplatform-6-x86_64-server-6-rpm, provides the supported release of the application platform on which the Manager runs. The Channel Entitlement Name for this channel isJBoss Enterprise Application Platform (v 4, zip format).
admin. This account is intended for use when initially configuring the environment, and for troubleshooting. To add other users to Red Hat Enterprise Virtualization you will need to attach a directory server to the Manager using the Domain Management Tool, rhevm-manage-domains.
user@domain. Attachment of more than one directory server to the Manager is also supported.
- Active Directory;
- Identity, Policy, Audit (IPA); and
- Red Hat Directory Server 9 (RHDS 9).
- A valid pointer record (PTR) for the directory server's reverse look-up address.
- A valid service record (SRV) for LDAP over TCP port
389. - A valid service record (SRV) for Kerberos over TCP port
88. - A valid service record (SRV) for Kerberos over UDP port
88.
rhevm-manage-domains.
- Active Directory - http://technet.microsoft.com/en-us/windowsserver/dd448614.
- Identity, Policy, Audit (IPA) - http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Identity_Management_Guide/index.html
- Red Hat Directory Server (RHDS) - http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/index.html
Important
Important
Important
sysprep in the creation of Templates and Virtual Machines, then the Red Hat Enterprise Virtualization administrative user must be delegated control over the Domain to:
- Join a computer to the domain
- Modify the membership of a group
Note
- Configure the
memberOfplug-in for RHDS to allow group membership. In particular ensure that the value of thememberofgroupattrattribute of thememberOfplug-in is set touniqueMember.Consult the Red Hat Directory Server 9.0 Plug-in Guide for more information on configuring thememberOfplug-in. - Define the directory server as a service of the form
ldap/in the Kerberos realm. Replacehostname@REALMNAMEhostnamewith the fully qualified domain name associated with the directory server andREALMNAMEwith the fully qualified Kerberos realm name. The Kerberos realm name must be specified in capital letters. - Generate a
keytabfile for the directory server in the Kerberos realm. Thekeytabfile contains pairs of Kerberos principals and their associated encrypted keys. These keys will allow the directory server to authenticate itself with the Kerberos realm.Consult the documentation for your Kerberos principle for more information on generating akeytabfile. - Install the
keytabfile on the directory server. Then configure RHDS to recognize thekeytabfile and accept Kerberos authentication using GSSAPI.Consult the Red Hat Directory Server 9.0 Administration Guide for more information on configuring RHDS to use an externalkeytabfile. - Test the configuration on the directory server by using the
kinitcommand to authenticate as a user defined in the Kerberos realm. Once authenticated run theldapsearchcommand against the directory server. Use the-Y GSSAPIparameters to ensure the use of Kerberos for authentication.
rhevm-setup script is able to configure the firewall automatically, but this will overwrite any pre-existing firewall configuration.
rhevm-setup command will save a list of the iptables rules required in the /usr/share/ovirt-engine/conf/iptables.example file.
80 and 443) listed here.
Table 2.1. Red Hat Enterprise Virtualization Manager Firewall Requirements
| Port(s) | Protocol | Source | Destination | Purpose |
|---|---|---|---|---|
| - | ICMP |
|
| When registering to the Red Hat Enterprise Virtualization Manager, virtualization hosts send an ICMP ping request to the Manager to confirm that it is online. |
| 22 | TCP |
|
| SSH (optional) |
| 80, 443 | TCP |
|
|
Provides HTTP and HTTPS access to the Manager.
|
Important
NFSv4
- TCP and UDP port
2049for NFS. - TCP and UDP port
111(rpcbind/sunrpc).
NFSv3
- TCP and UDP port
2049for NFS. - TCP and UDP port
111(rpcbind/sunrpc). - TCP and UDP port specified with
MOUNTD_PORT="port" - TCP and UDP port specified with
STATD_PORT="port" - TCP port specified with
LOCKD_TCPPORT="port" - UDP port specified with
LOCKD_UDPPORT="port"
MOUNTD_PORT, STATD_PORT, LOCKD_TCPPORT, and LOCKD_UDPPORT ports are configured in the /etc/sysconfig/nfs file.
Table 2.2. Virtualization Host Firewall Requirements
| Port(s) | Protocol | Source | Destination | Purpose |
|---|---|---|---|---|
| 22 | TCP |
|
| Secure Shell (SSH) access. |
| 5634 - 6166 | TCP |
|
|
Remote guest console access via VNC and SPICE. These ports must be open to facilitate client access to virtual machines.
|
| 5989 | TCP, UDP |
|
|
Used by Common Information Model Object Managers (CIMOM) to monitor virtual machines running on the virtualization host. If you wish to use a CIMOM to monitor the virtual machines in your virtualization environment then you must ensure that this port is open.
|
| 16514 | TCP |
|
|
Virtual machine migration using
libvirt.
|
| 49152 - 49216 | TCP |
|
|
Virtual machine migration and fencing using VDSM. These ports must be open facilitate both automated and manually initiated migration of virtual machines.
|
| 54321 | TCP |
|
|
VDSM communications with the Manager and other virtualization hosts.
|
Example 2.3. Option Name: IPTablesConfig
*filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT -A INPUT -p icmp -j ACCEPT -A INPUT -i lo -j ACCEPT # vdsm -A INPUT -p tcp --dport 54321 -j ACCEPT # libvirt tls -A INPUT -p tcp --dport 16514 -j ACCEPT # SSH -A INPUT -p tcp --dport 22 -j ACCEPT # guest consoles -A INPUT -p tcp -m multiport --dports 5634:6166 -j ACCEPT # migration -A INPUT -p tcp -m multiport --dports 49152:49216 -j ACCEPT # snmp -A INPUT -p udp --dport 161 -j ACCEPT # Reject any other input traffic -A INPUT -j REJECT --reject-with icmp-host-prohibited -A FORWARD -m physdev ! --physdev-is-bridged -j REJECT --reject-with icmp-host-prohibited COMMIT
Table 2.3. Host Firewall Requirements
| Port(s) | Protocol | Source | Destination | Purpose |
|---|---|---|---|---|
| 88, 464 | TCP, UDP |
|
| Kerberos authentication. |
| 389, 636 | TCP |
|
| Lightweight Directory Access Protocol (LDAP) and LDAP over SSL. |
Table 2.4. Host Firewall Requirements
| Port(s) | Protocol | Source | Destination | Purpose |
|---|---|---|---|---|
| 5432 | TCP, UDP |
|
| Default port for PostgreSQL database connections. |
- The
vdsmuser (UID36). Required for support tools that mount and access NFS storage domains. - The
ovirtuser (UID108). Owner of theovirt-engineJBoss Enterprise Application Platform instance.
- The
kvmgroup (GID36). Group members include:- The
vdsmuser.
- The
ovirtgroup (GID108). Group members include:- The
ovirtuser.
- The
vdsmuser (UID36). - The
qemuuser (UID107). - The
sanlockuser (UID179).
admin user (UID 500). This admin user is not created on Red Hat Enterprise Linux virtualization hosts. The admin user is created with the required permissions to run commands as the root user using the sudo command. The vdsm user which is present on both types of virtualization hosts is also given access to the sudo command.
Important
vdsm user however is fixed to a UID of 36 and the kvm group is fixed to a GID of 36.
36 or GID 36 is already used by another account on the system then a conflict will arise during installation of the vdsm and qemu-kvm-rhev packages.
- The
kvmgroup (GID36). Group members include:- The
qemuuser. - The
sanlockuser.
- The
qemugroup (GID107). Group members include:- The
vdsmuser. - The
sanlockuser.
Important
vdsm user however is fixed to a UID of 36 and the kvm group is fixed to a GID of 36.
36 or GID 36 is already used by another account on the system then a conflict will arise during installation of the vdsm and qemu-kvm-rhev packages.
Table of Contents
- 3. Manager Installation
- 3.1. Workflow Progress — Installing Red Hat Enterprise Virtualization Manager
- 3.2. Manager Installation Overview
- 3.3. Subscribing to the Red Hat Enterprise Virtualization Channels
- 3.4. Installing the Red Hat Enterprise Virtualization Manager Packages
- 3.5. Configuring Red Hat Enterprise Virtualization Manager
- 3.6. Connecting to the Administration Portal
- 3.7. Removing Red Hat Enterprise Virtualization Manager
- 4. Data Collection Setup and Reports Installation
- 5. Updating Red Hat Enterprise Virtualization between Minor Releases
- 5.1. Checking for Red Hat Enterprise Virtualization Manager Updates
- 5.2. Updating Red Hat Enterprise Virtualization Manager
- 5.3. Updating Red Hat Enterprise Virtualization Manager Reports
- 5.4. Updating Red Hat Enterprise Virtualization Hypervisors
- 5.5. Updating Red Hat Enterprise Linux Virtualization Hosts
- 6. Upgrading to Red Hat Enterprise Virtualization 3.1
- 3.1. Workflow Progress — Installing Red Hat Enterprise Virtualization Manager
- 3.2. Manager Installation Overview
- 3.3. Subscribing to the Red Hat Enterprise Virtualization Channels
- 3.4. Installing the Red Hat Enterprise Virtualization Manager Packages
- 3.5. Configuring Red Hat Enterprise Virtualization Manager
- 3.6. Connecting to the Administration Portal
- 3.7. Removing Red Hat Enterprise Virtualization Manager
- The ports to be used for HTTP, and HTTPS, communication. The defaults are
80and443respectively. - The Fully Qualified Domain Name (FQDN) of the system the Manager is to be installed on.
- The password you will use to secure the Red Hat Enterprise Virtualization administration account.
- The location of the database server to be used. You can use the setup script to install and configure a local database server or use an existing remote database server. To use a remote database server you will need to know:Additionally you must know the username and password of a user that is known to the remote database server. The user must have permission to create databases in PostgreSQL.
- the hostname of the system on which the remote database server exists,
- the port on which the remote database server is listening.
- The Organization Name to use when creating the Manager's security certificates.
- The storage type to be used for the initial data center attached to the Manager. The default is NFS.
- The path to use for the ISO share, if the Manager is being configured to provide one. The display name, which will be used to label the domain in the Red Hat Enterprise Virtualization Manager also needs to be provided.
- The firewall rules, if any, present on the system that need to be integrated with the rules required for the Manager to function.
Example 3.1. Completed Installation
RHEV Manager will be installed using the following configuration: ================================================================= override-httpd-config: yes http-port: 80 https-port: 443 host-fqdn: rhevm31.demo.redhat.com auth-pass: ******** org-name: demo.redhat.com default-dc-type: NFS db-remote-install: local db-local-pass: ******** nfs-mp: /usr/local/exports/iso config-nfs: yes override-iptables: yes Proceed with the configuration listed above? (yes|no): yes
Note
rhevm-setup with an answer file. An answer file contains answers to the questions asked by the setup command.
- To create an answer file, use the
--gen-answer-fileparameter to set the location to which the answer file must be saved. Therhevm-setupcommand will record your answers to the file.#
rhevm-setup--gen-answer-file=ANSWER_FILE - To use an answer file for a new installation, use the
--answer-fileparameter to set the location of the answer file that must be used. The commandrhevm-setupcommand will use the answers stored in the file to complete installation.#
rhevm-setup--answer-file=ANSWER_FILE
rhevm-setup --help for further information.
Note
Procedure 3.1. Subscribing to the Red Hat Enterprise Virtualization Manager Channels using Subscription Manager
- Run the
subscription-managercommand to register the system with Red Hat Network. To complete registration successfully you will need to supply your Red Hat Network Username and Password when prompted.register# subscription-manager register
Identify Available Entitlement Pools
To subscribe the system to Red Hat Enterprise Virtualization you must locate the identifiers for the relevant entitlement pools. Use thelistaction of thesubscription-managerto find these.To identify available subscription pools forRed Hat Enterprise Linux Serveruse the command:# subscription-manager list --available | grep -A8 "Red Hat Enterprise Linux Server"
To identify available subscription pools forRed Hat Enterprise Virtualizationuse the command:# subscription-manager list --available | grep -A8 "Red Hat Enterprise Virtualization"
To identify available subscription pools forJBoss Enterprise Application Platformuse the command:# subscription-manager list --available | grep -A8 "JBoss Enterprise Application Platform"
Subscribe System to Entitlement Pools
Using the pool identifiers located in the previous step, subscribe the system toRed Hat Enterprise Linux Server,Red Hat Enterprise Virtualization, andJBoss Application Platformentitlements. Use thesubscribeparameter to thesubscription-managercommand, replacingPOOLIDwith one of the pool identifiers each time the command is run.:# subscription-manager subscribe --pool=
POOLIDEnable Red Hat Enterprise Virtualization Manager 3.1 Repository
Subscribing to aRed Hat Enterprise Virtualizationentitlement pool also subscribes the system to the Red Hat Enterprise Virtualization Manager 3.1 software repository. By default this software repository is available, but disabled. The Red Hat Enterprise Virtualization Manager 3.1 software repository must be enabled using theyum-config-managercommand as therootuser:# yum-config-manager --enablerepo=rhel-6-server-rhevm-3.1-rpms
Enable Supplementary Repository
Subscribing to aRed Hat Enterprise Linux Serverentitlement pool also subscribes the system to the supplementary software repository. By default this software repository is available, but disabled. The supplementary software repository must be enabled using theyum-config-managercommand as therootuser:# yum-config-manager --enable rhel-6-server-supplementary
Procedure 3.2. Subscribing to the Red Hat Enterprise Virtualization Manager Channels using RHN Classic
- Run the
rhn_registercommand to register the system with Red Hat Network. To complete registration successfully you will need to supply your Red Hat Network username and password. Follow the onscreen prompts to complete registration of the system.# rhn_register
Subscribe to Required Channels
You must subscribe the system to the required channels using either the web interface to Red Hat Network or the command linerhn-channelcommand.Using the
rhn-channelCommandRun therhn-channelcommand to subscribe the system to each of the required channels. The commands which need to be run are:# rhn-channel --add --channel=rhel-x86_64-server-6 # rhn-channel --add --channel=rhel-x86_64-server-supplementary-6 # rhn-channel --add --channel=rhel-x86_64-server-6-rhevm-3.1 # rhn-channel --add --channel=jbappplatform-6-x86_64-server-6-rpm
Important
If you are not the administrator for the machine as defined in Red Hat Network, or the machine is not registered to Red Hat Network, then use of therhn-channelcommand will result in an error:Error communicating with server. The message was: Error Class Code: 37 Error Class Info: You are not allowed to perform administrative tasks on this system. Explanation: An error has occurred while processing your request. If this problem persists please enter a bug report at bugzilla.redhat.com. If you choose to submit the bug report, please be sure to include details of what you were trying to do when this error occurred and details on how to reproduce this problem.If you encounter this error when usingrhn-channelthen to add the channel to the system you must use the web user interface.Using the Web Interface to Red Hat Network
To add a channel subscription to a system from the web interface:- Log on to Red Hat Network (http://rhn.redhat.com).
- Move the mouse cursor over the Subscriptions link at the top of the screen, and then click the Registered Systems link in the menu that appears.
- Select the system to which you are adding channels from the list presented on the screen, by clicking the name of the system.
- Click Alter Channel Subscriptions in the Subscribed Channels section of the screen.
- Select the channels to be added from the list presented on the screen. Red Hat Enterprise Virtualization Manager requires:
- the Red Hat Enterprise Linux Server (v. 6 for 64-bit x86_64) channel,
- the RHEL Server Supplementary (v. 6 64-bit x86_64) channel,
- the Red Hat Enterprise Virtualization Manager (v.3.1 x86_64) channel, and
- the JBoss Application Platform (v 6) for 6Server x86_64 channel.
- Click the Change Subscription button to finalize the change.
Procedure 3.3. Installing the Red Hat Enterprise Virtualization Manager Packages
- Use
yumto ensure that the most up to date versions of all installed packages are in use.#
yumupgrade - Use
yumto initiate installation of the rhevm package and all dependencies. You must run this command as therootuser.#
yuminstallrhevmNote
Installing the rhevm package also installs all packages which it depends on. This includes the java-1.7.0-openjdk package. The java-1.7.0-openjdk package provides the OpenJDK Java Virtual Machine (JVM) required to run Red Hat Enterprise Virtualization Manager. - The rhevm package includes the rhevm-doc package as a dependency. The rhevm-doc package provides a local copy of the Red Hat Enterprise Virtualization documentation suite. This documentation is also used to provide context sensitive help links from the Administration and User Portals.As localized versions of this package become available they will be released to Red Hat Network. Follow these steps to find and install any available localized Red Hat Enterprise Virtualization documentation packages that you require:
- Use the
yumcommand to search for translated Red Hat Enterprise Virtualization Manager documentation packages:#
yumsearchrhevm-doc-\* - While logged in as the
rootuser use theyumcommand to install translated Red Hat Enterprise Virtualization Manager documentation packages. Here the Japanese (ja-JP) version of the package is installed:#
yuminstallrhevm-doc-ja-JP
rhevm-setup command is provided to assist with this task. The script asks you a series of questions, the answers to which form the basis for system configuration. Once all required values have been provided the updated configuration is applied and the Red Hat Enterprise Virtualization Manager services are started.
Procedure 3.4. Configuring Red Hat Enterprise Virtualization Manager
Start setup script
To begin configuring the system runrhevm-setupas therootuser.# rhevm-setup
Stop JBoss Enterprise Application Platform
To install Red Hat Enterprise Virtualization Manager the JBoss Enterprise Application Platform needs to first be stopped. Stopping this service allows it to be configured for use with the Manager. Typeyesto stop the service and proceed with Manager installation.In order to proceed the installer must stop the JBoss service Would you like to stop the JBoss service? (yes|no):
Override Apache configuration
Red Hat Enterprise Virtualization uses themod_proxymodule for the Apache web server (httpd) to redirect network traffic from the HTTP and HTTPS ports which you select, to the application server that the Manager runs on. If therhevm-setupscript detects an existinghttpdconfiguration then you will need to decide whether or not to override it:RHEV Manager uses httpd to proxy requests to the application server. It looks like the httpd installed locally is being actively used. The installer can override current configuration . Alternatively you can use JBoss directly (on ports higher than 1024) Do you wish to override current httpd configuration and restart the service? ['yes'| 'no'] [yes] :
- If you do not receive this message, there is no existing
httpdconfiguration on the system and the script will move to the next step. - If you do receive this message, you must:
- enter
yesif you wish to configure the Manager to listen to HTTP and/or HTTPS ports lower than port1024; or - enter
noif you do not wish to configure the Manager to listen to HTTP and/or HTTPS ports lower than port1024, leaving the existinghttpdconfiguration intact.
Set Port for HTTP
The script prompts for entry of the port to use for HTTP communication. To use the default value,80, press Enter. To use an alternative value enter it in the field, and then press Enter.HTTP Port [80] :
The port you select also appears in the URL that must be used to access the Red Hat Enterprise Virtualization Manager over HTTP.Set Port for HTTPS
The script prompts for entry of the port to use for HTTPS communication. To use the default value,443, press Enter. To use an alternative value enter it in the field, and then press Enter.HTTPS Port [443] :
Where a port other than443is selected it changes the URL that must be used to access the Red Hat Enterprise Virtualization Manager over HTTPS.Set Fully Qualified Domain Name (FQDN)
The script prompts for entry of the system's fully qualified domain name. This name should be resolvable via both forward and reverse DNS lookup. The script attempts to determine the fully qualified domain name automatically. The value identified is listed in square brackets as the default setting for the fully qualified domain name, based on your setup.Host fully qualified domain name. Note: this name should be fully resolvable [rhevm31.demo.redhat.com] :
Where the automatically determined fully qualified domain name is correct, press Enter to use the value and continue. Where the automatically determined fully qualified domain name is not correct, enter the correct value and press Enter to use the new value and continue.Set Administrator Password
The script creates an authentication domain internal to the Red Hat Enterprise Virtualization Manager for the default administrative account. The domain is namedinternal, the administrative user is calledadmin. External authentication domains are added as a post-installation step using therhevm-manage-domainscommand.You must choose a password for theadminuser. You will be asked to enter it a second time to confirm your selection.Password for Administrator (admin@internal) :
Set Organization Name
The script prompts for entry of the Organization Name. The Organization Name appears in theSubjectfield of the certificate used to secure communications with the Red Hat Enterprise Virtualization Manager.Organization Name for the Certificate [demo.redhat.com] :
Configure Default Storage Type
The script prompts for selection of the default storage type. This is the storage type that is used for theDefaultdata center. You are able to add further data centers that use different storage types from the Administration Portal at any time.The default storage type you will be using ['NFS'| 'FC'| 'ISCSI'] [NFS] :
The default selection is Network File System (NFS). The other available values are:The- Fibre Channel (
FC), and - Internet Small Computer System Interface (
ISCSI).
NFS,FC, andISCSIoptions are used to connect to remote storage. Red Hat Enterprise Virtualization also supports theLOCALFSstorage type which allows the use of local storage attached to the virtualization hosts. TheLOCALFSstorage type is not however a supported choice for use in theDefaultdata center.To use the default selection,NFS, press Enter. To selectFC, orISCSIthen enter the desired value.Select database location
Red Hat Enterprise Virtualization supports the use of a local database on the management system, or a remote database provided elsewhere in your environment. The setup script prompts you to indicate whether you wish to use a local database, which is the default option, or a remote database:Enter DB type for installation ['remote'| 'local'] [local] :
- Enter
localto have the setup script create a local PostgreSQL database server for the Manager.The script prompts for entry of a password to use for the local Red Hat Enterprise Virtualization Manager database. Enter the desired password. You will be asked to enter the password again to confirm it.Database password (required for secure authentication with the locally created database) :
- Enter
remoteto have the script use a remote database server for the Manager.- You will be prompted to provide:The database server that you specify must be configured to allow remote connections. Additionally, the database user that you select must have the permissions required to create databases on the remote database server.
- the IP address or hostname of the remote database server,
- the port number on which the remote database server is listening,
- the administrative user name for the remote database server, and
- the administrative user's password.
Enter DB type for installation ['remote'| 'local'] [local] : remote Enter the host IP or host name where DB is running: database.demo.redhat.com Enter DB port number [5432] : 5432 Enter DB admin user name [postgres] : Remote database password : Confirm password :
Secure connection
You can configure Red Hat Enterprise Virtualization Manager to use a secure connection, encrypted using SSL when connecting to the remote database server. You must ensure that the remote database server is configured to support secure connections before enabling them.Configure secure connection? (make sure SSL is configured on remote database) ['yes'| 'no'] [no] :
Enteryesto use secure database connections.
The setup script will connect to the remote database server to verify the details that you provided are correct.
Configure NFS ISO Domain
The script asks whether or not an NFS share should be configured on the server and used as an ISO storage domain.Configure NFS share on this server to be used as an ISO Domain? ['yes'| 'no'] [yes] :
An ISO storage domain is used to store copies of removable media for use when provisioning and using virtual machines. The Red Hat Enterprise Virtualization Manager is able to use either an ISO storage domain on the system it is installed to or one that exists on remote storage. In either case the ISO storage domain must be accessible via NFS. The ability to configure an ISO storage domain is also available from the Administration Portal after installation.To take the default action, which is to configure an NFS share for use as an ISO storage domain, press Enter. To skip this step typenoand press Enter.If you chose to configure an NFS share then you will also need to provide both a path and a display name for it. The path is the location on the local file system where the NFS share must be created. The directory must not already exist.Local ISO domain path [/usr/local/exports/iso] :
The ISO domain will be created and exported as an NFS share. It will be shown as active in the Red Hat Enterprise Virtualization Manager once the first active virtualization host has been added to theDefaultdata center.Configure Firewall
The Red Hat Enterprise Virtualization Manager requires that network traffic on a number of ports be allowed through the system's firewall. Therhevm-setupscript is able to configure this automatically, but selecting this option overrides any existing firewall configuration. Where there is an existing firewall configuration that needs to be maintained you must manually configure the firewall to include the additional rules required by the Red Hat Enterprise Virtualization Manager.Firewall ports need to be opened. The installer can configure iptables automatically overriding the current configuration. The old configuration will be backed up. Alternately you can configure the firewall later using an example iptables file found under /etc/ovirt-engine/iptables.example Configure iptables ? ['yes'| 'no']:
- To proceed with automatic firewall configuration type
yesand then press Enter. - To skip automatic firewall configuration type
noand then press Enter. You will need to add rules equivalent to those found in/etc/ovirt-engine/iptables.exampleto youriptablesconfiguration.
Confirm Configuration
You have now provided the script with all the information required to complete configuration of the Red Hat Enterprise Virtualization Manager. The values which you entered are displayed for confirmation.Example 3.2. Configuration Confirmation Screen
RHEV Manager will be installed using the following configuration: ================================================================= override-httpd-config: yes http-port: 80 https-port: 443 host-fqdn: rhevm31.demo.redhat.com auth-pass: ******** org-name: demo.redhat.com default-dc-type: NFS db-remote-install: local db-local-pass: ******** nfs-mp: /usr/local/exports/iso config-nfs: yes override-iptables: yes Proceed with the configuration listed above? (yes|no): yes
- To permanently apply the configuration values listed type
yesand then press Enter to apply the configuration. - If one or more of the configuration values listed is incorrect type
noand then Enter to revisit the configuration.
The configuration values are applied. A number of services need to be started and as a result this step takes some time. Do not terminate the installation once application of the configuration values has commenced.Once the script has completed successfully take note of the additional information it provides. In particular note down theSSH Certificate fingerprint,SSH Public key fingerprint, and Red Hat Enterprise Virtualization Manager URL for your records.Example 3.3. Successful Configuration
Installing: Installing: Configuring RHEV Manager... [ DONE ] Creating CA... [ DONE ] Editing JBoss Configuration... [ DONE ] Setting Database Configuration... [ DONE ] Setting Database Security... [ DONE ] Creating Database... [ DONE ] Updating the Default Data Center Storage Type... [ DONE ] Editing RHEV Manager Configuration... [ DONE ] Editing Postgresql Configuration... [ DONE ] Configuring the Default ISO Domain... [ DONE ] Configuring Firewall (iptables)... [ DONE ] Starting JBoss Service... [ DONE ] Configuring HTTPD... [ DONE ] **** Installation completed successfully ****** (Please allow RHEV Manager a few moments to start up.....) **** To access RHEV Manager browse to http://rhevm31.demo.redhat.com:80 **** Additional information: * RHEV Manager CA SSL Certificate SHA1 fingerprint: 45:BC:C2:78:D8:D5:58:C0:B9:A4:65:E1:5F:8F:5D:B4:71:5D:8E:7C * SSH Public key fingerprint: d3:4e:b3:3c:89:d2:dd:24:82:f5:6e:f8:4d:db:f6:d8 * A default ISO share has been created on this host. If IP based access restrictions are required, please edit /usr/local/exports/iso entry in /etc/exports * The installation log file is available at: /var/log/ovirt-engine/engine-setup_2012_08_29_16_38_10.log * Please use the user "admin" and password specified in order to login into RHEV Manager * To configure additional users, first configure authentication domains using the 'rhevm-manage-domains' utility
Procedure 3.5. Connecting to the Administration Portal
- Open a supported web browser on your client system.
- Navigate to
https://.rhevm31.demo.redhat.com/webadminNote
Replacerhevm31.demo.redhat.comwith the fully qualified domain name that you provided during installation. Additionally where a non-default HTTPS port was selected during installation, it must be appended to the domain name. For example if the HTTPS port selected during installation was8443then the URL would becomehttps://.rhevm31.demo.redhat.com:8443/webadmin - The first time that you connect, you will be prompted to trust the certificate being used to secure communications between your browser and the web server.
- The login screen is displayed. Enter your User Name and Password in the fields provided. If you are logging in for the first time, use the user name
adminin conjunction with the administrator password that you specified during installation. - Select the directory services domain to authenticate against from the Domain list provided. If you are logging in using the internal
adminuser name, then select theinternaldomain. - The Administration Portal is available in multiple languages. The default selection will be chosen based on the locale settings of your web browser. If you would like to view the Administration Portal in a language other than that selected by default, select your preferred language from the list.
- Click Login to log in.
rhevm-cleanup utility to allow quick and easy removal of the data files associated with the installation. Once this has been run you are able to remove the Red Hat Enterprise Virtualization Manager packages using yum.
Warning
rhevm-cleanup command removes all existing Red Hat Enterprise Virtualization Manager data. This includes configuration settings, certificates, and database tables.
Procedure 3.6. Removing Red Hat Enterprise Virtualization Manager
- Run the
rhevm-cleanupcommand on the system that Red Hat Enterprise Virtualization Manager is installed on. You must be logged in as therootuser to runrhevm-cleanup.# rhevm-cleanup
- The script prompts you to confirm that you wish to remove Red Hat Enterprise Virtualization Manager.
Would you like to proceed? (yes|no): yes
Typeyesand then press Enter to proceed with removal of Red Hat Enterprise Virtualization Manager. - The
rhevm-cleanupcommand displays a message confirming that the Red Hat Enterprise Virtualization data files have been removed successfully.RHEV Manager cleanup finished successfully!
To complete removal of the Red Hat Enterprise Virtualization Manager you must also useyumto remove the relevant packages. While still logged in as therootuser run:#
yumremoverhevm*vdsm-bootstrap
SELECT statement. The result set of the SELECT statement populates the virtual table returned by the view. If the optional comprehensive management history database has been enabled, the history tables and their associated views are stored in the rhevm_history database.
Procedure 4.1. Installing and Configuring the History Database
Install Required Packages
Useyumto initiate installation of the rhevm-reports-dwh package, or the rhevm-reports package if you also intend to install Red Hat Enterprise Virtualization Manager Reports. You must run this command as therootuser on the system hosting the Red Hat Enterprise Virtualization Manager.- To install only the data warehouse package:
#
yuminstallrhevm-reports-dwh - To install both the data warehouse package and the Red Hat Enterprise Virtualization Manager Reports package:
#
yuminstallrhevm-reports
Confirm Package Installation
The required packages are downloaded. Once all packages have been downloaded they are listed for review. You will be prompted to confirm that you wish to continue with the installation. Once you have confirmed the operationyuminstalls the packages. Some further configuration is, however, required before the reports functionality can be used.Configure History Database
You need to use therhevm-dwh-setupcommand to configure the Extract, Transform, Load (ETL) process and database scripts used to create and maintain a working history database.- You must run this command as the
rootuser on the system hosting the Red Hat Enterprise Virtualization Manager.#
rhevm-dwh-setup - For the history database installation to take effect it is necessary to restart the
ovirt-engineservice. Therhevm-dwh-setupcommand asks you:Would you like to stop the ovirt-engine service? (yes|no):
Typeyesand then press Enter to proceed. The command then:- Stops the
ovirt-engineservice. - Creates and configures the
rhevm_historydatabase. - Starts the
ovirt-engineservice.
rhevm_history database has been created. Red Hat Enterprise Virtualization Manager is configured to log information to this database for reporting purposes.
Procedure 4.2. Installing and Configuring Red Hat Enterprise Virtualization Manager Reports
- Use
yumto install the Red Hat Enterprise Virtualization Manager Reports package, rhevm-reports, if you did not already do this when performing the datawarehouse installation. This package must be installed on the system that the Red Hat Enterprise Virtualization Manager is installed. You must be logged in as therootuser.#
yuminstallrhevm-reports - You must run this command as the
rootuser on the system hosting the Red Hat Enterprise Virtualization Manager.#
rhevm-reports-setup - For the Red Hat Enterprise Virtualization Manager Reports installation to take effect it is necessary to restart the
ovirt-engineservice. Therhevm-reports-setupcommand asks you:In order to proceed the installer must stop the ovirt-engine service Would you like to stop the ovirt-engine service? (yes|no):
Type yes and then press Enter to proceed. The command then performs a number of actions before prompting you to set the password for the Red Hat Enterprise Virtualization Manager Reports administrative users (ovirt-adminandsuperuser). Note that the reports system maintains its own set of credentials which are separate to those used for Red Hat Enterprise Virtualization Manager.Please choose a password for the admin users (ovirt-admin and superuser):
You will be prompted to enter the password a second time to confirm it.
http://demo.redhat.com/rhevm-reports, replacing demo.redhat.com with the fully qualified domain name of the Red Hat Enterprise Virtualization Manager. If during Red Hat Enterprise Virtualization Manager installation you selected a non-default HTTP port then append :port to the URL, replacing port with the port that you chose.
ovirt-admin and the password you set during reports installation to log in for the first time. Note that the first time you log into Red Hat Enterprise Virtualization Manager Reports a number of web pages are generated, as a result your initial attempt to login may take some time to complete.
- 5.1. Checking for Red Hat Enterprise Virtualization Manager Updates
- 5.2. Updating Red Hat Enterprise Virtualization Manager
- 5.3. Updating Red Hat Enterprise Virtualization Manager Reports
- 5.4. Updating Red Hat Enterprise Virtualization Hypervisors
- 5.5. Updating Red Hat Enterprise Linux Virtualization Hosts
rhevm-check-update command, included in Red Hat Enterprise Virtualization Manager, to check for updates.
Procedure 5.1. Checking for Red Hat Enterprise Virtualization Manager Updates
- Run
rhevm-check-updateas therootuser.#
rhevm-check-update - Where no updates are available the command will output the text
No updates available.# rhevm-check-update Loaded plugins: product-id, versionlock Checking for updates... (This may take several minutes) No updates available
- Where updates are available the command will list the packages to be updated.
# rhevm-check-update Loaded plugins: product-id Checking for updates... (This may take several minutes) 12 Updates available: * rhevm-3.1.0-15.el6ev.noarch * rhevm-backend-3.1.0-15.el6ev.noarch * rhevm-config-3.1.0-15.el6ev.noarch * rhevm-dbscripts-3.1.0-15.el6ev.noarch * rhevm-genericapi-3.1.0-15.el6ev.noarch * rhevm-notification-service-3.1.0-15.el6ev.noarch * rhevm-restapi-3.1.0-15.el6ev.noarch * rhevm-setup-3.1.0-15.el6ev.noarch * rhevm-tools-common-3.1.0-15.el6ev.noarch * rhevm-userportal-3.1.0-15.el6ev.noarch * rhevm-webadmin-portal-3.1.0-15.el6ev.noarch * vdsm-bootstrap-4.9.6-32.0.el6_3.noarch
- stopping the
ovirt-engineservice, - downloading and installing the updated packages,
- backing up and updating the database,
- performing post installation configuration, and
- restarting the
ovirt-engineservice.
root user.
Procedure 5.2. Updating Red Hat Enterprise Virtualization Manager
- Run the
yumcommand to update the rhevm-setup package.# yum update rhevm-setup
- Run the
rhevm-upgradecommand to update the Red Hat Enterprise Virtualization Manager.# rhevm-upgrade
Note
Be aware that the upgrade process may take some time. Allow time for the upgrade process to complete and do not stop it once initiated. Once the upgrade has been completed you will also be instructed to separately upgrade the data warehouse and reports functionality. These additional steps are only required if these optional packages are installed.
root user.
Procedure 5.3. Updating Red Hat Enterprise Virtualization Manager Reports
- Use the
yumcommand to update the rhevm-reports\* packages.# yum update -y rhevm-reports \*
- Run the
rhevm-dwh-setupcommand to update therhevm_historydatabase.# rhevm-dwh-setup
- Run the
rhevm-reports-setupcommand to update the reporting engine.# rhevm-reports-setup
Warning
Important
Procedure 5.4. Updating Red Hat Enterprise Virtualization Hypervisors
- Log in to the system hosting Red Hat Enterprise Virtualization Manager as the
rootuser. - Ensure that:
- the system is subscribed to the
Red Hat Enterprise Virtualizationentitlement — if using certificate-based Red Hat Network; or - the system is subscribed to the
Red Hat Enterprise Virtualization Hypervisor (v.6 x86-64)(labeledrhel-x86_64-server-6-rhevh) — if using classic Red Hat Network.
- Run the
yumcommand with theupdaterhev-hypervisorparameters to ensure that you have the most recent version of the rhev-hypervisor package installed.# yum update rhev-hypervisor
- Use your web browser to log in to the Administration Portal as a Red Hat Enterprise Virtualization administrative user.
- Click the Hosts tab, and then select the host that you intend to upgrade. If the host is not displayed, or the list of hosts is too long to filter visually, perform a search to locate the host.
- With the host selected, click the General tab on the Details pane.
- If the host requires updating, an alert message indicates that a new version of the Red Hat Enterprise Virtualization Hypervisor is available.
- If the host does not require updating, no alert message is displayed and no further action is required.
- Ensure the host remains selected and click the Maintenance button, if the host is not already in maintenance mode. This will cause any virtual machines running on the host to be migrated to other hosts. If the host is the SPM, this function will be moved to another host. The status of the host changes as it enters maintenance mode. When the host status is
Maintenance, the message in the general tab changes, providing you with a link which when clicked will re-install or upgrade the host. - Ensure that the host remains selected, and that you are on the General tab of the the Details pane. Click the Upgrade link. The Install Host dialog box displays.
- Select
rhev-hypervisor.iso, which is symbolically linked to the most recent hypervisor image. - Click OK to update and re-install the host. The dialog closes, the details of the host are updated in the Hosts tab, and the status changes.The host status will transition through these stages:These are all expected, and each stage will take some time.
Installing,Reboot,Non Responsive, andUp.
- Once successfully updated, the host displays a status of
Up. Any virtual machines that were migrated off the host, are at this point able to be migrated back to it.
yum. It is highly recommended that you use yum to update your systems regularly, to ensure timely application of security and bug fixes. All steps in this task must be run while logged into the Red Hat Enterprise Linux virtualization host as the root user.
Procedure 5.5. Updating Red Hat Enterprise Linux Virtualization Hosts
- Make sure that the Red Hat Enterprise Linux Host is subscribed to the channel
rhel-x86-64-rhev-mgmt-agent-6. Then run theyumcommand with theupdateparameter on the Red Hat Enterprise Linux virtualization host to update all installed packages.# yum update
rhevm-upgrade command. Virtualization hosts, and the virtual machines running upon them, will continue to operate independently while the Manager is being upgraded. Once the Manager upgrade is complete you will be able to upgrade your hosts, if you haven't already, to the latest versions of Red Hat Enterprise Linux and Red Hat Enterprise Virtualization Hypervisor.
Important
Note
rhevm-upgrade command will attempt to roll your Red Hat Enterprise Virtualization Manager installation back to its previous state. Where this also fails detailed instructions for manually restoring the installation are displayed.
Procedure 6.1. Upgrading to Red Hat Enterprise Virtualization Manager 3.1
Add JBoss Enterprise Application Platform 6 Subscription
Ensure that the system is subscribed to the required channels and entitlements to recieve JBoss Enterprise Application Platform 6 packages. JBoss Enterprise Application Platform 6 is a required dependency of Red Hat Enterprise Virtualization Manager 3.1.Certificate-based Red Hat NetworkThe JBoss Enterprise Application Platform 6 packages are provided by theJBoss Enterprise Application Platformentitlement in certificate-based Red Hat Network.Use thesubscription-managercommand to ensure that the system is subscribed to theJBoss Enterprise Application Platformentitlement.# subscription-manager list
Red Hat Network ClassicThe JBoss Enterprise Application Platform 6 packages are provided by theJBoss Application Platform (v 6) for 6Server x86_64channel, also referred to asjbappplatform-6-x86_64-server-6-rpm, in Red Hat Network Classic. The Channel Entitlement Name for this channel isJBoss Enterprise Application Platform (v 4, zip format).Use therhn-channelcommand, or the Red Hat Network Web Interface, to subscribe to theJBoss Application Platform (v 6) for 6Server x86_64channel.Add Red Hat Enterprise Virtualization 3.1 Subscription
Ensure that the system is subscribed to the required channels and entitlements to recieve Red Hat Enterprise Virtualization Manager 3.1 packages. This procedure assumes that the system is already subscribed to required channels and entitlements to receive Red Hat Enterprise Virtualization 3.0 packages. These must also be available to complete the upgrade process.Certificate-based Red Hat NetworkThe Red Hat Enterprise Virtualization 3.1 packages are provided by therhel-6-server-rhevm-3.1-rpmsrepository associated with theRed Hat Enterprise Virtualizationentitlement. Use theyum-config-managercommand to enable the repository in youryumconfiguration. Theyum-config-managercommand must be run while logged in as therootuser.# yum-config-manager --enablerepo=rhel-6-server-rhevm-3.1-rpms
Red Hat Network ClassicThe Red Hat Enterprise Virtualization 3.1 packages are provided by theRed Hat Enterprise Virtualization Manager (v.3.1 x86_64)channel, also referred to asrhel-x86_64-server-6-rhevm-3.1in Red Hat Network Classic.Use therhn-channelcommand, or the Red Hat Network Web Interface, to subscribe to theRed Hat Enterprise Virtualization Manager (v.3.1 x86_64)channel.Update the rhevm-setup Package
To ensure that you have the most recent version of therhevm-upgradecommand installed you must update the rhevm-setup package. Log in as therootuser and useyumto update the rhevm-setup package.# yum update rhevm-setup
Run the
rhevm-upgradeCommandTo upgrade Red Hat Enterprise Virtualization Manager run therhevm-upgradecommand. You must be logged in as therootuser to run this command.# rhevm-upgrade Loaded plugins: product-id, rhnplugin Info: RHEV Manager 3.0 to 3.1 upgrade detected Checking pre-upgrade conditions...(This may take several minutes)
- If the ipa-server package is installed then an error message is displayed. Red Hat Enterprise Virtualization Manager 3.1 does not support installation on the same machine as Idenity, Policy, Audit (IPA).
Error: IPA was found to be installed on this machine. Red Hat Enterprise Virtualization Manager 3.1 does not support installing IPA on the same machine. Please remove ipa packages before you continue.
To resolve this issue you must migrate the IPA configuration to another system before re-attempting the upgrade. For further information see https://access.redhat.com/knowledge/articles/233143. - A list of packages that depend on JBoss Enterprise Application Platform 5 is displayed. These packages must be removed to install JBoss Enterprise Application Platform 6, required by Red Hat Enterprise Virtualization Manager 3.1.
Warning: the following packages will be removed if you proceed with the upgrade: * objectweb-asm Would you like to proceed? (yes|no):You must enteryesto proceed with the upgrade, removing the listed packages.
- Ensure that all of your virtualization hosts are up to date and running the most recent Red Hat Enterprise Linux packages or Hypervisor images.
- Change all of your clusters to use compatibility version 3.1.
- Change all of your data centers to use compatibility version 3.1.
Procedure 6.2. Changing the Cluster Compatibility Version
- Log in to the Administration Portal as the administrative user. By default this is the
adminuser. - Click the Clusters tab.
- Select the cluster that you wish to change from the list displayed. If the list of clusters is too long to filter visually then perform a search to locate the desired cluster.
- Click the button.
- Change the Compatibility Version to the desired value.
- Click .
Procedure 6.3. Changing the Data Center Compatibility Version
- Log in to the Administration Portal as the administrative user. By default this is the
adminuser. - Click the Data Centers tab.
- Select the data center that you wish to change from the list displayed. If the list of data centers is too long to filter visually then perform a search to locate the desired data center.
- Click the button.
- Change the Compatibility Version to the desired value.
- Click .
Table of Contents
- 7. Introduction to Virtualization Hosts
- 8. Installing Red Hat Enterprise Virtualization Hypervisor Hosts
- 8.1. Red Hat Enterprise Virtualization Hypervisor Installation Overview
- 8.2. Installing the Red Hat Enterprise Virtualization Hypervisor Packages
- 8.3. Preparing Hypervisor Installation Media
- 8.4. Installing the Hypervisor
- 8.5. Configuring the Hypervisor
- 8.5.1. Logging into the Hypervisor
- 8.5.2. Selecting Hypervisor Keyboard
- 8.5.3. Viewing Hypervisor Status
- 8.5.4. Configuring Hypervisor Network
- 8.5.5. Configuring Hypervisor Security
- 8.5.6. Configuring Hypervisor Logging
- 8.5.7. Configuring Hypervisor Simple Network Management Protocol (SNMP)
- 8.5.8. Configuring Hypervisor Kernel Dumps
- 8.5.9. Configuring Hypervisor Remote Storage
- 8.5.10. Configuring Hypervisor Common Information Model (CIM)
- 8.5.11. Configuring Hypervisor for Red Hat Network
- 8.6. Attaching the Hypervisor to the Red Hat Enterprise Virtualization Manager
- 9. Installing Red Hat Enterprise Linux Hosts
- all virtualization hosts meet the hardware requirements, and
- you have successfully completed installation of the Red Hat Enterprise Virtualization Manager.
Important
- 8.1. Red Hat Enterprise Virtualization Hypervisor Installation Overview
- 8.2. Installing the Red Hat Enterprise Virtualization Hypervisor Packages
- 8.3. Preparing Hypervisor Installation Media
- 8.4. Installing the Hypervisor
- 8.5. Configuring the Hypervisor
- 8.5.1. Logging into the Hypervisor
- 8.5.2. Selecting Hypervisor Keyboard
- 8.5.3. Viewing Hypervisor Status
- 8.5.4. Configuring Hypervisor Network
- 8.5.5. Configuring Hypervisor Security
- 8.5.6. Configuring Hypervisor Logging
- 8.5.7. Configuring Hypervisor Simple Network Management Protocol (SNMP)
- 8.5.8. Configuring Hypervisor Kernel Dumps
- 8.5.9. Configuring Hypervisor Remote Storage
- 8.5.10. Configuring Hypervisor Common Information Model (CIM)
- 8.5.11. Configuring Hypervisor for Red Hat Network
- 8.6. Attaching the Hypervisor to the Red Hat Enterprise Virtualization Manager
- The Red Hat Enterprise Virtualization Hypervisor must be installed on a physical server. It must not be installed in a Virtual Machine.
- The installation process will reconfigure the selected storage device and destroy all data. Therefore, ensure that any data to be retained is successfully backed up before proceeding.
- All Hypervisors in an environment must have unique hostnames and IP addresses, in order to avoid network conflicts.
- Instructions for using Network (PXE) Boot to install the Hypervisor are contained in the Red Hat Enterprise Linux — Hypervisor Deployment Guide, available at http://www.redhat.com/docs/.
- Red Hat Enterprise Virtualization Hypervisors can use Storage Attached Networks (SANs) and other network storage for storing virtualized guest images. However, a local storage device is required for installing and booting the Hypervisor.
Note
Red Hat Enterprise Virtualization Hypervisor (v.6 x86_64) Red Hat Network channel contains the Hypervisor packages. The Hypervisor itself is contained in the rhev-hypervisor package. Additional tools supporting USB and PXE installations are also installed as a dependency. You must install the Hypervisor packages on the system that you intend to use to create Hypervisor boot media.
Procedure 8.1. Installing the Red Hat Enterprise Virtualization Hypervisor Packages
Subscribing to download the Hypervisor using certificate-based RHN
Identify Available Entitlement Pools
To subscribe the system to the Red Hat Enterprise Virtualization you must locate the identifier for the relevant entitlement pool. Use thelistaction of thesubscription-managerto find these:To identify available subscription pools forRed Hat Enterprise Virtualizationuse the command:# subscription-manager list --available | grep -A8 "Red Hat Enterprise Virtualization"
Subscribe System to Entitlement Pools
Using the pool identifiers located in the previous step, subscribe the system toRed Hat Enterprise Linux Server,Red Hat Enterprise Virtualizationentitlements. Use thesubscribeparameter to thesubscription-managercommand, replacingPOOLIDwith one of the pool identifiers.:# subscription-manager subscribe --pool=
POOLID
Subscribing to download the Hypervisor using RHN Classic
- Log on to Red Hat Network (http://rhn.redhat.com).
- Move the mouse cursor over the Subscriptions link at the top of the page, and then click Registered Systems in the menu that appears.
- Select the system to which you are adding channels from the list presented on the screen, by clicking the name of the system.
- Click Alter Channel Subscriptions in the Subscribed Channels section of the screen.
- Select the
Red Hat Enterprise Virtualization Hypervisor (v.6 x86_64)channel from the list presented on the screen, then click the Change Subscription button to finalize the change.
- Log in to the system on which the Red Hat Enterprise Virtualization Manager is installed. You must log in as the
rootuser. - Use
yumto install the rhev-hypervisor.# yum install rhev-hypervisor
/usr/share/rhev-hypervisor/ directory. The rhevh-iso-to-disk and rhevh-iso-to-pxeboot scripts are installed to the /usr/bin directory.
Note
/usr/share/rhev-hypervisor/rhev-hypervisor.iso is now a symbolic link to a uniquely-named version of the Hypervisor ISO image, such as /usr/share/rhev-hypervisor/rhevh-6.2-20111006.0.el6.iso. Different versions of the image can now be installed alongside each other, allowing administrators to run and maintain a cluster on a previous version of the Hypervisor while upgrading another cluster for testing.
/usr/share/rhev-hypervisor/rhevh-latest6.iso, and /usr/share/rhev-hypervisor/rhev-hypervisor6.iso are created. These links also target the most recently installed version of the Red Hat Enterprise Virtualization ISO image.
Note
rhevh-iso-to-disk command will install a Hypervisor onto a USB storage device. The rhevh-iso-to-disk command is included in the rhev-hypervisor-tools package. Devices which have the Hypervisor image written to them with this command are able to boot the Hypervisor on systems which support booting via USB.
rhevh-iso-to-disk command usage follows this structure:
# rhevh-iso-to-diskimagedevice
device parameter is the partition name of the USB storage device to install to. The image parameter is a ISO image of the Hypervisor. The default hypervisor image location is /usr/share/rhev-hypervisor/rhev-hypervisor.iso. The rhevh-iso-to-disk command requires devices to be formatted with the FAT or EXT3 file system.
Note
rhevh-iso-to-disk uses a FAT or EXT3 formatted partition or block device.
/dev/sdb or similar device name.
/dev/sdb1 or similar device name.
Procedure 8.2. Preparing USB Installation Media using rhevh-iso-to-disk
- Install the rhev-hypervisor package.
- Use the
rhevh-iso-to-diskcommand to copy the image file, located in the/usr/share/rhev-hypervisor/directory, to the disk. The--formatparameter formats the disk. The--reset-mbrinitializes the Master Boot Record (MBR).Example 8.1. Use of
rhevh-iso-to-diskThis example demonstrates the use ofrhevh-iso-to-diskto write to a USB storage device named/dev/sdc.# rhevh-iso-to-disk --format --reset-mbr /usr/share/rhev-hypervisor/rhev-hypervisor.iso /dev/sdc Verifying image... /usr/share/rhev-hypervisor/rhev-hypervisor.iso: eccc12a0530b9f22e5ba62b848922309 Fragment sums: 8688f5473e9c176a73f7a37499358557e6c397c9ce2dafb5eca5498fb586 Fragment count: 20 Checking: 100.0% The media check is complete, the result is: PASS. It is OK to use this media. Copying live image to USB stick Updating boot config file Installing boot loader syslinux: only 512-byte sectors are supported USB stick set up as live image!
Important
Red Hat Enterprise Linux 6.3 enables the use of the Unified Extensible Firmware Interface (UEFI) as a Technology Preview.Technology Preview features provide early access to upcoming product features, allowing you to test functionality and provide feedback during feature development. However, these features are not fully supported, may not be functionally complete, and are not intended for production use. Because these features are still under development, Red Hat cannot guarantee their stability. Therefore, you may not be able to upgrade seamlessly from a Technology Preview feature to a subsequent release of that feature. Additionally, if the feature does not meet standards for enterprise viability, Red Hat cannot guarantee that the Technology Preview will be released in a supported manner. Some Technology Preview features may only be available for specific hardware architectures.Using UEFI requires an additional parameter,--efi, with therhevh-iso-to-diskcommand in order to correctly set up and enable UEFI. The--efiparameter is used like so:# rhevh-iso-to-disk --format -- efi
imagedevice# rhevh-iso-to-disk --format /usr/share/rhev-hypervisor/rhev-hypervisor.iso /dev/sdc
Note that this Technology Preview is only available in Red Hat Enterprise Linux 6.3.
dd command can also be used to install a hypervisor onto a USB storage device. Media created with the command can boot the Hypervisor on systems which support booting via USB. Red Hat Enterprise Linux provides dd as part of the coreutils package. Versions of dd are also available on a wide variety of Linux and Unix operating systems.
dd command through installation of Red Hat Cygwin, a free Linux-like environment for Windows.
dd command usage follows this structure:
# dd if=imageof=device
device parameter is the device name of the USB storage device to install to. The image parameter is a ISO image of the Hypervisor. The default hypervisor image location is /usr/share/rhev-hypervisor/rhev-hypervisor.iso. The dd command does not make assumptions as to the format of the device as it performs a low-level copy of the raw data in the selected image.
dd command available on most Linux systems is suitable for creating USB installation media, to boot and install the Hypervisor.
Procedure 8.3. Preparing USB Installation Media using dd on Linux Systems
- Install the rhev-hypervisor package.
# yum install rhev-hypervisor
- Use the
ddcommand to copy the image file to the disk.Example 8.2. Use of
ddThis example uses a USB storage device named/dev/sdc.# dd if=/usr/share/rhev-hypervisor/rhev-hypervisor.iso of=/dev/sdc 243712+0 records in 243712+0 records out 124780544 bytes (125 MB) copied, 56.3009 s, 2.2 MB/s
Warning
Theddcommand will overwrite all data on the device specified for theofparameter. Any existing data on the device will be destroyed. Ensure that the correct device is specified and that it contains no valuable data before invocation of theddcommand.
dd command, available on Windows systems with Red Hat Cygwin installed, is suitable for creating USB installation media to boot and install the Hypervisor.
Procedure 8.4. Preparing USB Installation Media using dd on Windows Systems
- Access http://www.redhat.com/services/custom/cygwin/ and click the Red Hat Cygwin official installation utility link. The
rhsetup.exeexecutable will download. - As the
Administratoruser run the downloadedrhsetup.exeexecutable. The Red Hat Cygwin installer will display. - Follow the prompts to complete a standard installation of Red Hat Cygwin. The Coreutils package within the Base package group provides the
ddutility. This is automatically selected for installation. - Copy the
rhev-hypervisor.isofile downloaded from Red Hat Network toC:\rhev-hypervisor.iso. - As the
Administratoruser run Red Hat Cygwin from the desktop. A terminal window will appear.Important
On the Windows 7 and Windows Server 2008 platforms it is necessary to right click the Red Hat Cygwin icon and select the Run as Administrator... option to ensure the application runs with the correct permissions. - In the terminal run
cat /proc/partitionsto see the drives and partitions currently visible to the system.Example 8.3. View of Disk Partitions Attached to System
Administrator@test / $ cat /proc/partitions major minor #blocks name 8 0 15728640 sda 8 1 102400 sda1 8 2 15624192 sda2 - Plug the USB storage device which is to be used as the media for the Hypervisor installation into the system. Re-run the
cat /proc/partitionscommand and compare the output to that of the previous run. A new entry will appear which designates the USB storage device.Example 8.4. View of Disk Partitions Attached to System
Administrator@test / $ cat /proc/partitions major minor #blocks name 8 0 15728640 sda 8 1 102400 sda1 8 2 15624192 sda2 8 16 524288 sdb - Use the
ddcommand to copy therhev-hypervisor.isofile to the disk. The example uses a USB storage device named/dev/. Replacesdbsdbwith the correct device name for the USB storage device to be used.Example 8.5. Use of
ddCommand Under Red Hat CygwinAdministrator@test / $ dd if=/cygdrive/c/rhev-hypervisor.iso of=/dev/sdb& pid=$!
The provided command starts the transfer in the background and saves the process identifier so that it can be used to monitor the progress of the transfer. Refer to the next step for the command used to check the progress of the transfer.Warning
Theddcommand will overwrite all data on the device specified for theofparameter. Any existing data on the device will be destroyed. Ensure that the correct device is specified and that it contains no valuable data before invocation of theddcommand. - Transfer of the ISO file to the USB storage device with the version of
ddincluded with Red Hat Cygwin can take significantly longer than the equivalent on other platforms.To check the progress of the transfer in the same terminal window that the process was started in send it theUSR1signal. This can be achieved by issuing thekillin the terminal window as follows:kill -USR1 $pid
- When the transfer operation completes the final record counts will be displayed.
Example 8.6. Result of
ddInitiated Copy210944+0 records in 210944+0 records out 108003328 bytes (108 MB) copied, 2035.82 s, 53.1 kB/s [1]+ Done dd if=/cygdrive/c/rhev-hypervisor.iso of=/dev/sdb
wodim command. The wodim command is part of the wodim package.
Procedure 8.5. Preparing Optical Hypervisor Installation Media
- Verify that the wodim package is installed on the system.If the package version is in the output the package is available.If nothing is listed, install wodim:
# yum install wodim
- Insert a blank CD-ROM or DVD into your CD or DVD writer.
- Record the ISO file to the disc. The wodim command uses the following:
wodim dev=
deviceimageThis example uses the first CD-RW (/dev/cdrw) device available and the default hypervisor image location,/usr/share/rhev-hypervisor/rhev-hypervisor.iso.Example 8.8. Use of
wodimCommand# wodim dev=/dev/cdrw /usr/share/rhev-hypervisor/rhev-hypervisor.iso
isomd5sum) to verify the integrity of the installation media every time the Hypervisor is booted. If media errors are reported in the boot sequence you have a bad CD-ROM. Follow the procedure above to create a new CD-ROM or DVD.
Procedure 8.6. Booting the Hypervisor from USB Installation Media
- Enter the system's BIOS menu to enable USB storage device booting if not already enabled.
- Enable USB booting if this feature is disabled.
- Set booting USB storage devices to be first boot device.
- Shut down the system.
- Insert the USB storage device that contains the Hypervisor boot image.
- Restart the system.
Procedure 8.7. Booting the Hypervisor from Optical Installation Media
- Ensure that the system's BIOS is configured to boot from the CD-ROM or DVD-ROM drive first. For many systems this the default.
Note
Refer to your manufacturer's manuals for further information on modifying the system's BIOS boot configuration. - Insert the Hypervisor CD-ROM in the CD-ROM or DVD-ROM drive.
- Reboot the system.
- 3.5 inch diskette
- CD-ROM or DVD device
- Local hard disk
Warning
Procedure 8.8. Troubleshooting BIOS Settings and Boot Process
- Boot the Hypervisor from removable media. For example, a USB stick or CD-ROM.
- When the message
Automatic boot in 30 seconds...is displayed, and begins counting down from thirty, press any key to skip the automatic boot process. - Ensure the Install or Upgrade option is selected and press Tab to edit the boot parameters.
- Add the
rescueparameter to the list of boot parameters shown on the screen, then press Enter. This action will boot the Hypervisor in rescue mode. - Once the Hypervisor boots, verify your CPU contains the virtualization extensions with the following command:
# grep -E "svm|vmx" /proc/cpuinfo
Output displays if the processor has the hardware virtualization extensions. - Verify that the KVM modules load by default:
# lsmod | grep kvm
kvm_intel or kvm_amd then the kvm hardware virtualization modules are loaded and the system meets the requirements. If the output does not include the required modules then you must check that your hardware supports the virtualization extensions and that they are enabled in the system's BIOS.
Procedure 8.9. Choosing Hypervisor Boot Options
- Insert the Red Hat Enterprise Virtualization Hypervisor installation media.
- Power on the system and ensure the system boots from the installation media.
- The boot splash screen appears. If no input is provided, the Hypervisor installation will commence in 30 seconds, using default kernel parameters.
- To modify the boot options, press any key. The boot menu will display.The following boot options are available:
- Install or Upgrade
- Boot the Hypervisor installer.
- Install (Basic Video)
- Install or Upgrade the Hypervisor, using basic video mode.
- Install or Upgrade with Serial Console
- Install or Upgrade the Hypervisor, with the console redirected to a serial device attached to
/dev/ttyS0. - Reinstall
- Reinstall the Hypervisor.
- Reinstall (Basic Video)
- Reinstall the Hypervisor, using basic video mode.
- Reinstall with Serial Console
- Reinstall the Hypervisor, with the console redirected to a serial device attached to
/dev/ttyS0. - Boot from Local Drive
- Boot the operating system installed on the first local drive.
Select the appropriate boot option from the boot menu. - Press the Enter key to boot the Hypervisor with the default kernel parameters for the option selected; or
- press the Tab key to edit the kernel parameters. In edit mode you are able to add or remove kernel parameters. Kernel parameters must be separated from each other by a space. Once the desired kernel parameters have been set press Enter to boot the system. Alternatively pressing Esc reverts any changes that you have made to the kernel parameters.For a list of supported kernel parameters, see the Red Hat Enterprise Linux — Hypervisor Deployment Guide.
- The directional keys (Up, Down, Left, Right) are used to select different controls on the screen. Alternatively the Tab key cycles through the controls on the screen which are enabled.
- Text fields are represented by a series of underscores (_). To enter data in a text field select it and begin entering data.
- Buttons are represented by labels which are enclosed within a pair of angle brackets (< and >). To activate a button ensure it is selected and press Enter or Space.
- Boolean options are represented by an asterisk (*) or a space character enclosed within a pair of square brackets ([ and ]). When the value contained within the brackets is an asterisk then the option is set, otherwise it is not. To toggle a Boolean option on or off press Space while it is selected.
scsi_id functions with multipath. Devices where this is not the case include USB storage and some older ATA disks.
- Interactive Installation, documented here; and .
- Unattended installation.
Procedure 8.10. Installing the Hypervisor Interactively
- To commence Hypervisor installation select Install Hypervisor and press Enter.
Keyboard Selection
The Keyboard screen allows you to configure the appropriate keyboard layout for your locale. Use the arrow keys to highlight the appropriate option. To save your selection, use Tab to move to Apply, and press Enter.Example 8.9. Keyboard Layout Configuration
Keyboard Layout Selection | Swiss German (latin1) | | Slovak (qwerty) | | Slovenian | | Serbian | | Serbian (latin) | | Swedish | | Turkish | | Ukrainian | | United Kingdom | | *** U.S. English ******************* | <Apply> <Reset>
Disk Configuration
The installation script automatically detects all disks attached to the system. This information is used to assist with selection of the boot and installation disks that the Hypervisor should use. Each entry displayed on these screens indicates the Location, Device Name, and Size (GB) of the relevant disk.Boot disk
The first disk selection screen is used to select the disk from which the Hypervisor will boot. The Hypervisor's boot loader will be installed to the Master Boot Record (MBR) of the disk that is selected on this screen. The Hypervisor attempts to automatically detect the disks attached to the system and presents the list from which you choose the boot device. Alternatively you are able to manually select a device, by specifying a block device name, by enabling the Other Device option.Important
The disk selected must be identified as a boot device and appear in the boot order either in the system's BIOS or in a pre-existing boot loader.Automatically Detected Device Selection
- Select the entry for the disk the Hypervisor is to boot from in the list.
- Select the button and press Enter. This action will save the boot device selection and start the next step of installation.
Manual Device Selection
- Select the Other Device entry from the list.
- Select the button and press Enter.
- When prompted to Please enter the disk to use for booting RHEV Hypervisor enter the name of the block device from which the Hypervisor should boot.
Example 8.10. Other Device Selection
Please enter the disk to use for booting RHEV Hypervisor /dev/sda
- Select the button and press Enter. This action will save the boot device selection and start the next step of installation.
Once a disk has been selected it is necessary to select the button and press Enter to save the selection and continue with hypervisor installation.Installation Disk(s)
The disk(s) selected for installation will be those to which the Hypervisor itself is installed. The Hypervisor attempts to automatically detect the disks attached to the system and presents the list from which installation devices are chosen.Warning
All data on the selected storage device(s) will be destroyed.- Select each disk which the Hypervisor is to use for installation and press Space to toggle it to enabled. Repeat this step for all disks you want the Hypervisor to use. Where other devices are to be used for installation, either solely or in addition to those which are listed automatically, enable the Other Device option.
- Select the button and press Enter to continue.
- Where the Other Device option was specified a further prompt will appear. Enter the name of each additional block device to use for hypervisor installation separated by a comma. Once all required disks have been selected then select the button and press Enter.
Example 8.11. Other Device Selection
Please select the disk(s) to use for installation of RHEV Hypervisor Enter multiple entries separated by commas /dev/mmcblk0,/dev/mmcblk1______________
Once the installation disk, or disks, have been selected the next stage of the installation starts.
Password
The Hypervisor requires that a password be set to protect local console access by theadminuser. The installation script prompts you to enter the desired password in both the Password and Confirm Password fields.A strong password must be used. Strong passwords consist of a mix of uppercase, lowercase, numeric, and punctuation characters. They are six or more characters long and do not contain dictionary words.Once a strong password has been entered select and press Enter to install the Hypervisor to disk.
RHEV Hypervisor Installation Finished Successfully will be displayed. Select the button and press Enter to reboot the system.
Note
Procedure 8.11. Logging into the Hypervisor
- Boot the Hypervisor. The login prompt will appear:
Please login as 'admin' to configure the node localhost login:
- Enter the username
adminin the login field, then press Enter. - Enter the password that you set during Hypervisor installation, then press Enter.
admin user.
Keyboard Layout Selection | Swiss German (latin1) | | Slovak (qwerty) | | Slovenian | | Serbian | | Serbian (latin) | | Swedish | | Turkish | | Ukrainian | | United Kingdom | | *** U.S. English ******************* | <Apply> <Reset>
Procedure 8.12. Selecting Hypervisor Keyboard
- Select a Keyboard Layout Configuration from the list provided.
- Select Apply and press Enter to save the selection.
- the hostname,
- the current status of the network connection,
- the destination(s) of logs and reports, and
- the number of active virtual machines.
- : Locks the Hypervisor. The username and password must be entered to unlock the Hypervisor.
- : Restarts the Hypervisor.
- : Turns the Hypervisor off.
- the Hypervisor's hostname,
- the DNS server(s) to use,
- the NTP server(s) to use, and
- the network interface to use.
Procedure 8.13. Configuring Hypervisor Hostname
- To set or change the hostname select the Hostname field on the Network screen, and enter the new hostname.
- Select , and press Enter to save changes to the hostname.
Procedure 8.14. Configuring Hypervisor Domain Name Services (DNS)
- To set or change the primary DNS server select the DNS Server 1 field and enter the IP address of the new primary DNS server to use.
- To set or change the secondary DNS server select the DNS Server 2 field and enter the IP address of the new secondary DNS server to use.
- Select , and press Enter to save changes to the DNS configuration.
Procedure 8.15. Configuring Hypervisor Network Time Protocol (NTP)
- To set or change the primary NTP server select the NTP Server 1 field and enter the IP address or hostname of the new primary NTP server to use.
- To set or change the secondary NTP server select the NTP Server 2 field and enter the IP address or hostname of the new secondary NTP server to use.
- Select , and press Enter to save changes to the NTP configuration.
- Device,
- Status,
- Model, and
- MAC Address.
Procedure 8.16. Configuring Hypervisor Network Interfaces
Device Identification
Select the network interface to be configured from the list and press Enter.In some cases it may be unclear which physical device an entry in the list refers to. Where this is the case the Hypervisor is able to blink the physical device's network traffic lights to assist with identification. To make use of this facility select the entry from the list and, then select the button. Press Enter and, take note of which physical device's lights start blinking. The configuration screen for the selected device will be displayed.IPv4 Settings
The Hypervisor supports both dynamic (DHCP), and static IPv4 network configuration.Dynamic (DHCP) Network Configuration
Dynamic network configuration allows the Hypervisor to be dynamically assigned an IP address via DHCP. To enable dynamic IPv4 network configuration select the DHCP option under IPv4 Settings and press Space to toggle it to enabled.Static Network Configuration
Static network configuration allows the Hypervisor to be manually assigned an IP address. To enable static IPv4 network configuration select the Static option under IPv4 Settings and press Space to toggle it to enabled.Selection of the Static option enables the IP Address, Netmask, and Gateway fields. The IP Address, Netmask, and Gateway fields must be populated to complete static network configuration.In particular it is necessary that:Where it is not clear what value should be used for the IP Address, Netmask, or Gateway field consult the network's administrator or consider a dynamic configuration.- the IP Address is not already in use on the network,
- the Netmask matches that used by other machines on the network, and
- the Gateway matches that used by other machines on the network.
Example 8.12. Static IPv4 Networking Configuration
IPv4 Settings [ ] Disabled [ ] DHCP [*] Static IP Address: 192.168.122.100_ Netmask: 255.255.255.0___ Gateway 192.168.1.1_____
IPv6 Settings
The Red Hat Enterprise Virtualization Manager does not currently support IPv6 networking. IPv6 networking must remain set to Disabled.VLAN Configuration
If VLAN support is required then populate the VLAN ID field with the VLAN identifier for the selected device.Save Network Configuration
Once all networking options for the selected device have been set the configuration must be saved.- Select the button and press Enter to save the network configuration.
- The Confirm Network Settings dialog box will appear. Ensure that the button is selected and press Enter to confirm.
admin password for both local and remote access. SSH password authentication is also enabled or disabled via this screen.
Procedure 8.17. Configuring Hypervisor Security
Enable SSH Password Authentication
To enable SSH password authentication for remote access select the Enable ssh password authentication option and press Space to toggle it to enabled.Change
adminPassword- Enter the desired
adminpassword in the Password field. You should use a strong password.Strong passwords contain a mix of uppercase, lowercase, numeric and punctuation characters. They are six or more characters long and do not contain dictionary words. - Enter the desired
adminpassword in the Confirm Password field. Ensure that the value entered in the Confirm Password field matches the value entered in the Password field exactly. Where this is not the case an error message will be displayed to indicate that the two values are different.
- Select and press Enter to save the security configuration.
Procedure 8.18. Configuring Hypervisor Logging
Logrotate Configuration
The logrotate utility simplifies the administration of log files. The Hypervisor uses logrotate to rotate logs when they reach a certain file size.Log rotation involves renaming the current log(s) and starting new ones in their place. The Logrotate Max Log Size value set on the Logging screen is used to determine when a log should be rotated.Enter the Logrotate Max Log Size in kilobytes. The default maximum log size is 1024 kilobytes.Rsyslog Configuration
The rsyslog utility is a multithreaded syslog daemon. The Hypervisor is able to use rsyslog to transmit log files over the network to a remote syslog daemon. For information on setting up the remote syslog daemon consult the Red Hat Enterprise Linux — Deployment Guide.- Enter the remote Rsyslog server address in the Server Address field.
- Enter the remote Rsyslog server port in the Server Port field. The default port is
514.
netconsole Configuration
The netconsole module allows kernel messages to be sent to a remote machine. The Hypervisor uses netconsole to transmit kernel messages over the network.- Enter the Server Address.
- Enter the Server Port. The default port is
6666.
Save Configuration
To save the logging configuration select and press Enter.
SNMP [ ] Enable SNMP SNMP Password Password: _______________ Confirm Password: _______________ <Apply> <Reset>
Procedure 8.19. Configuring Hypervisor Simple Network Management Protocol (SNMP)
- Select the Enable SNMP field.
- Press Space to toggle between enabling SNMP, and disabling SNMP. By default SNMP is disabled.
- Enter the desired SNMP Password for the Hypervisor.
- Enter the desired SNMP password again in the Confirm Password field.
- Select Apply and press Enter to save your changes.
kdump files are able to be delivered using NFS or SSH so that they may be analyzed at a later date. The Kernel Dump screen provides for configuration of this facility.
Procedure 8.20. Configuring Hypervisor Kernel Dumps
- Crash dumps generated by kdump are exported over NFS or SSH. Select the desired transfer method and press Space to enable it.For the export method chosen a location to which the kdump files should be exported must also be specified.
NFS location
Set the NFS location to which crash logs should be exported in the NFS Location field. The NFS Location should be the full NFS path which includes fully qualified domain name and directory path.SSH location
Set the SSH location to which crash logs should be exported in the SSH Location field. The SSH Location should be the full SSH login which includes the fully qualified domain name and username.
Save Configuration
To save the configuration the user must select and press Enter.
Procedure 8.21. Configuring Hypervisor Remote Storage
iSCSI Initiator Name
Enter the initiator name in the iSCSI Initiator Name field.Save Configuration
To save the configuration the user must select and press Enter.
Procedure 8.22. Configuring Hypervisor Common Information Model (CIM)
- Select the Enable CIM field.
[ ] Enable CIM
- Enter a password in the Password field. This is the password that you will use to access the Hypervisor using CIM.
- Enter the password again in the Confirm Password field.
- Select the button and press Enter to save your changes.
Procedure 8.23. Configuring Hypervisor for Red Hat Network
Authentication
Enter your Red Hat Network username in the Login field.Enter your Red Hat Network password in the Password field.Profile Name
Enter the profile name to be used for the system in the Profile Name field. This is the name that the system will appear under when viewed in Red Hat Network.Update Source
The Hypervisor is able to register directly to Red Hat Network or, if available, either a Satellite installation or a Subscription Asset Manager.To Connect Directly to RHN
Select the RHN option and press Space to toggle it to enabled. The URL and CA values do not need to be provided.Example 8.16. Red Hat Network Configuration
[*] RHN [ ] Satellite [ ] Subscription Asset Manager URL: ________________________________________ CA : ________________________________________
To Connect via Satellite
- Select the Satellite option and press Space to toggle it to enabled.
- Enter the URL of the Satellite server in the URL field.
- Enter the URL of the Certificate Authority for the Satellite server in the CA field.
Example 8.17. Satellite Configuration
[ ] RHN [*] Satellite [ ] Subscription Asset Manager URL: https://your-satellite.example.com CA : https://your-satellite.example.com/pub/RHN-ORG-TRUSTED-SSL-CERT
To Connect via Subscription Asset Manager
- Select the Subscription Asset Manager option and press Space to toggle it to enabled.
- Enter the URL of the Subscription Asset Manager server in the URL field.
- Enter the URL of the Certificate Authority for the Subscription Asset Manager server in the CA field.
Example 8.18. Subscription Asset Manager Configuration
[ ] RHN [ ] Satellite [*] Subscription Asset Manager URL: https://subscription-asset-manager.example.com CA : https://subscription-asset-manager.example.com/pub/RHN-ORG-TRUSTED-SSL-CERT
HTTP Proxy
Where a HTTP proxy is in use the details to connect to it must be provided. To connect to Red Hat Network or a Satellite server via a proxy you must enter:In environments where a HTTP proxy is not in use it is safe to ignore this step.- the proxy Server's network address,
- the Port to connect to the proxy on, and
- optionally, the Username and Password to use to connect to the proxy.
Example 8.19. HTTP Proxy Configuration
HTTP Proxy Server: proxy.example.com__ Port: 8080_ Username: puser________ Password: ******_______
Save Configuration
To save the configuration the user must select and press Enter.
Important
root password and enables SSH password authentication. Once the Hypervisor has successfully been added to the Manager it is recommended SSH password authentication is disabled.
Procedure 8.24. Configuring Hypervisor Management Server
Configuration Using a Management Server Address
- Enter the IP address or fully qualified domain name of the Manager in the Management Server field.
- Enter the management server port in the Management Server Port field. The default value is
443. Where a different port was selected during Red Hat Enterprise Virtualization Manager installation then it should be specified here, replacing the default value. - Enable the Verify RHEVM Certificate option if you wish to verify that the finger print of the certificate retrieved from the management server you specified is correct. The value that the certificate finger print should be compared against is returned at the end of Red Hat Enterprise Virtualization Manager installation.
- Leave the Password and Confirm Password fields blank, these fields are not required if the address of the management server is known.
Configuration Using a Password
- Enter a password in the Password field. It is recommended that you use a strong password. Strong passwords contain a mix of uppercase, lowercase, numeric and punctuation characters. They are six or more characters long and do not contain dictionary words.
- Re-enter the password in the Confirm Password field.
- Leave the Management Server and Management Server Port fields blank. As long as a password is set, allowing the Hypervisor to be added to the Manager later, these fields are not required.
Save Configuration
To save the configuration select and press Enter.
Procedure 8.25. Approving a Hypervisor
- Log in to the Red Hat Enterprise Virtualization Manager Administration Portal.
- From the Hosts tab, click on the host to be approved. The host should currently be listed with the status of Pending Approval.
- Click the Approve button. The Edit and Approve Hosts dialog displays. You can use the dialog to set a name for the host and configure power management, where the host has a supported power management card. For information on power management configuration, see the Power Management chapter of the Red Hat Enterprise Virtualization — Administration Guide.
- Click . If you have not configured power management you will be prompted to confirm that you wish to proceed without doing so, click .
| Red Hat Enterprise Linux Version | Red Hat Enterprise Virtualization 3.0 clusters | Red Hat Enterprise Virtualization 3.1 clusters in 3.0 compatibility mode | Red Hat Enterprise Virtualization 3.1 clusters |
|---|---|---|---|
| 6.2 | Supported | Supported | Unsupported |
| 6.3+ | Supported | Supported | Supported |
Procedure 9.1. Installing Red Hat Enterprise Linux
Download and Install Red Hat Enterprise Linux 6.3 Server
Download and Install Red Hat Enterprise Linux 6 Server on the target virtualization host, referring to the Red Hat Enterprise Linux 6 Installation Guide for detailed instructions. Only the Base package group is required to use the virtualization host in a Red Hat Enterprise Virtualization environment.Important
If you intend to use directory services for authentication on the Red Hat Enterprise Linux host then you must ensure that the authentication files required by theuseraddcommand are locally accessible. The vdsm package, which provides software that is required for successful connection to Red Hat Enterprise Virtualization Manager, will not install correctly if these files are not locally accessible.Ensure Network Connectivity
Following successful installation of Red Hat Enterprise Linux 6 Server, ensure that there is network connectivity between your new Red Hat Enterprise Linux host and the system on which your Red Hat Enterprise Virtualization Manager is installed.
Previous Step in Preparing a Red Hat Enterprise Linux Host
- registered the virtualization host to Red Hat Network using Subscription Manager;
- subscribed the virtualization host to the
Red Hat Enterprise Linux Serverentitlement; and - subscribed the virtualization host to the
Red Hat Enterprise Virtualizationentitlement.
Procedure 9.2. Subscribing to Required Channels using Subscription Manager
Register
Run thesubscription-managercommand with theregisterparameter as therootuser to register the system with Red Hat Network. To complete registration successfully you will need to supply your Red Hat Network Username and Password when prompted.# subscription-manager register
Identify entitlement pools
To subscribe the system to the correct entitlements you must first locate the identifiers for the required entitlement pools. Use thelistaction of thesubscription-managerto find these.To identify available subscription pools forRed Hat Enterprise Linux Serveruse the command:# subscription-manager list --available | grep -A8 "Red Hat Enterprise Linux Server"
To identify available subscription pools forRed Hat Enterprise Virtualizationuse the command:# subscription-manager list --available | grep -A8 "Red Hat Enterprise Virtualization"
Subscribe to entitlements
Using the pool identifiers that you located in the previous step, subscribe the system toRed Hat Enterprise Linux Server, andRed Hat Enterprise Virtualizationentitlements. Use thesubscribeparameter to thesubscription-managercommand, replacingPOOLIDwith one of the pool identifiers each time the command is run:# subscription-manager subscribe --pool=
POOLID
Previous Step in Preparing a Red Hat Enterprise Linux Host
- registered the virtualization host to Red Hat Network using RHN Classic;
- subscribed the virtualization host to the
Red Hat Enterprise Linux Server (v. 6 for 64-bit AMD64 / Intel64)channel; and - subscribed the virtualization host to the
Red Hat Enterprise Virt Management Agent (v 6 x86_64)channel.
Procedure 9.3. Subscribing to Required Channels using RHN Classic
Register
If the machine has not already been registered with Red Hat Network, run therhn_registercommand asrootto register it. To complete registration successfully you will need to supply your Red Hat Network Username and Password. Follow the prompts displayed byrhn_registerto complete registration of the system.# rhn_register
Subscribe to channels
You must subscribe the system to the required channels using either the web interface to Red Hat Network or the command linerhn-channelcommand.Using the Web Interface to Red Hat Network
To add a channel subscription to a system from the web interface:- Log on to Red Hat Network (http://rhn.redhat.com).
- Move the mouse cursor over the Subscriptions link at the top of the screen, and then click the Registered Systems link in the menu that appears.
- Select the system to which you are adding channels from the list presented on the screen, by clicking the name of the system.
- Click Alter Channel Subscriptions in the Subscribed Channels section of the screen.
- Select the channels to be added from the list presented on the screen. To use the virtualization host in a Red Hat Enterprise Virtualization environment you must select:
- Red Hat Enterprise Linux Server (v. 6 for 64-bit x86_64); and
- Red Hat Enterprise Virt Management Agent (v 6 x86_64).
- Click the Change Subscription button to finalize the change.
Using the rhn-channel command
Run therhn-channelcommand to subscribe the virtualization host to each of the required channels. The commands that need to be run are:# rhn-channel --add --channel=rhel-x86_64-server-6 # rhn-channel --add --channel=rhel-x86_64-rhev-mgmt-agent-6
Important
If you are not the administrator for the machine as defined in Red Hat Network, or the machine is not registered to Red Hat Network, then use of therhn-channelcommand will result in an error:Error communicating with server. The message was:Error Class Code: 37 Error Class Info: You are not allowed to perform administrative tasks on this system. Explanation: An error has occurred while processing your request. If this problem persists please enter a bug report at bugzilla.redhat.com. If you choose to submit the bug report, please be sure to include details of what you were trying to do when this error occurred and details on how to reproduce this problem.If you encounter this error when usingrhn-channelthen to add the channel to the system you must use the web user interface instead.
Previous Step in Preparing a Red Hat Enterprise Linux Host
Procedure 9.4. Configuring Virtualization Host Firewall
iptables, to allow traffic on the required network ports. These steps replace any existing firewall configuration on your host with one containing only the required by Red Hat Enterprise Virtualization. If you have existing firewall rules with which this configuration must be merged then you must do so by manually editing the rules defined in the iptables configuration file, /etc/sysconfig/iptables.
root user.
Remove existing firewall rules from configuration
Remove any existing firewall rules using the--flushparameter to theiptablescommand.# iptables --flush
Add new firewall rules to configuration
Add the new firewall rules, required by Red Hat Enterprise Virtualization, using the--appendparameter to theiptablescommand. The prompt character (#) has been intentionally omitted from this list of commands to allow easy copying of the content to a script file or command prompt.iptables --append INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT iptables --append INPUT -p icmp -j ACCEPT iptables --append INPUT -i lo -j ACCEPT iptables --append INPUT -p tcp --dport 22 -j ACCEPT iptables --append INPUT -p tcp --dport 16514 -j ACCEPT iptables --append INPUT -p tcp --dport 54321 -j ACCEPT iptables --append INPUT -p tcp -m multiport --dports 5634:6166 -j ACCEPT iptables --append INPUT -p tcp -m multiport --dports 49152:49216 -j ACCEPT iptables --append INPUT -j REJECT --reject-with icmp-host-prohibited iptables --append FORWARD -m physdev ! --physdev-is-bridged -j REJECT \ --reject-with icmp-host-prohibited
Note
The providediptablescommands add firewall rules to accept network traffic on a number of ports. These include:- port
22for SSH, - ports
5634to6166for guest console connections, - port
16514for libvirt virtual machine migration traffic, - ports
49152to49216for VDSM virtual machine migration traffic, and - port
54321for the Red Hat Enterprise Virtualization Manager.
Save the updated firewall configuration
Save the updated firewall configuration script using thesaveto theiptablesinitialization script.# service iptables save
Enable iptables service
Ensure that theiptablesservice is configured to start on boot and has been restarted, or started for the first time if it was not already running.# chkconfig iptables on # service iptables restart
Previous Step in Preparing a Red Hat Enterprise Linux Host
root on the host. The default Red Hat Enterprise Linux configuration, stored in /etc/sudoers, contains values that allow this. If this file has been modified since Red Had Enterprise Linux installation these values may have been removed. This procedure provides steps to verify that the required entry still exists in the configuration, and add it if it does not.
Procedure 9.5. Configuring Virtualization Host sudo
Log in
Log in to the virtualization host as therootuser.Run visudo
Run thevisudocommand to open the/etc/sudoers# visudo
Edit sudoers file
Read the configuration file, and verify that it contains these lines:# Allow root to run any commands anywhere root ALL=(ALL) ALL
If the file does not contain these lines, add them and save the file using the VIM:wcommand.Exit editor
Exitvisudousing the VIM:qcommand.
root user.
Previous Step in Preparing a Red Hat Enterprise Linux Host
root user using an encrypted key for authentication. You must follow this procedure to ensure that SSH is configured to allow this.
Warning
/root/.ssh/authorized_keys file.
Procedure 9.6. Configuring virtualization host SSH
root user.
Install the SSH server (openssh-server)
Install the openssh-server package usingyum.# yum install openssh-server
Edit SSH server configuration
Open the SSH server configuration,/etc/ssh/sshd_config, in a text editor. Search for thePermitRootLogin.- If
PermitRootLoginis set toyes, or is not set at all, no further action is required. - If
PermitRootLoginis set tono, then you must change it toyes.
Save any changes that you have made to the file, and exit the text editor.Enable the SSH server
Configure the SSH server to start at system boot using thechkconfigcommand.# chkconfig --level 345 sshd on
Start the SSH server
Start the SSH, or restart it if it is already running, using theservicecommand.# service sshd restart
root access over SSH.
Procedure 9.7. Adding a Red Hat Enterprise Linux Host
- Click the Hosts resource tab to list the hosts in the results list.
- Click to open the New Host window.
- Use the drop-down menus to select the Data Center and Host Cluster for the new host.
- Enter the Name, Address, and Root Password of the new host.
- If applicable, clear the Automatically configure host firewall check box.
- You can configure the Power Management and SPM using the applicable tabs now; however, as these are not fundamental to adding a Red Hat Enterprise Linux host, they are not covered in this procedure.
- Click to add the host and close the window.
Installing. Once installation is complete, the status will update to Reboot. The host must be activated for the status to change to Up.
Note
Table of Contents
- 10. Planning your Data Center
- 11. Network Setup
- 12. Storage Setup
Note
Default data center at installation. You can create new data centers that will also be managed from the single Administration Portal. For example, you may choose to have different data centers for different physical locations, business units, or for reasons of security. It is recommended that you do not remove the Default data center, instead set up new appropriately named data centers.
Note
Procedure 10.1. Creating a New Data Center
- Select the Data Centers resource tab to list all data centers in the results list.
- Click to open the New Data Center window.
- Enter the Name and Description of the data center.
- Select the storage Type, Compatibility Version, and Quota Mode of the data center from the drop-down menus.
- Click to create the data center and open the New Data Center - Guide Me window.
- The Guide Me window lists the entities that need to be configured for the data center. Configure these entities or postpone configuration by clicking the button; configuration can be resumed by selecting the data center and clicking the button.
Default cluster in the Default data center at installation time.
Note
Note
Important
Procedure 10.2. Creating a New Cluster
- Select the Clusters resource tab to list all clusters in the results list.
- Click to open the New Cluster window.
- Select the Data Center the cluster will belong to from the drop-down menu.
- Enter the Name and Description of the cluster.
- Select the CPU Name and Compatibility Version from the drop-down menus. It is important to match the CPU processor family with the minimum CPU processor type of the hosts you intend to attach to the cluster, otherwise the host will be non-operational.
- Click the Memory Optimization tab to select the memory page sharing threshold for the cluster
- Click the Resilience Policy tab to select the virtual machine migration policy.
- Click to create the cluster and open the New Cluster - Guide Me window.
- The Guide Me window lists the entities that need to be configured for the cluster. Configure these entities or postpone configuration by clicking the button; configuration can be resumed by selecting the cluster and clicking the button.
rhevm logical network is created by default and labeled as the Management. The rhevm logical network is intended for management traffic between the Red Hat Enterprise Virtualization Manager and virtualization hosts. You are able to define additional logical networks to segregate:
- Display related network traffic.
- General virtual machine network traffic.
- Storage related network traffic.
- The number of logical networks attached to a host is limited to the number of available network devices combined with the maximum number of Virtual LANs (VLANs) which is 4096.
- The number of logical networks in a cluster is limited to the number of logical networks that can be attached to a host as networking must be the same for all hosts in a cluster.
- The number of logical networks in a data center is limited only by the number of clusters it contains in combination with the number of logical networks permitted per cluster.
Note
Important
rhevm network. Incorrect changes to the properties of the rhevm network may cause hosts to become temporarily unreachable.
Procedure 11.1. Defining Logical Networks in a Cluster
- Use the Data Centers or Clusters resource tabs, tree mode, or the search function to find and select the resource in the results list.
- Click the Logical Networks tab of the details pane to list the existing logical networks.
- Click in the Data Centers details pane to open the New Logical Network window.Click in the Clusters details pane to open the New Logical Network window.
- Enter the Name and Description of the logical network.
- Select the check boxes to enable a VM Network, Enable VLAN tagging, and Override MTU.
- Select the cluster(s) you want to assign the network to. Note that the network is added as required Network to the selected clusters.
- Click OK to create the logical network.
rhevm management logical network between interfaces, and adding a newly created logical network to a network interface are common reasons to edit host networking.
Procedure 11.2. Editing Host Network Interfaces and Adding Logical Networks to Hosts
- Use the Hosts resource tab, tree mode, or the search function to find and select the host in the results.
- Click the Network Interfaces tab in the details pane to list the network interfaces attached to the host and their configurations.
- Attach a logical network to a network interface by selecting and dragging a logical network into the Assigned Logical Networks area next to the network interface.Alternatively, right-click the logical network and select a network interface from the drop-down menu.
- Edit the logical networks by hovering your cursor over an assigned logical network and clicking the pencil icon to open the Edit Network window.If your logical network definition is not synchronized with the network configuration on the host, select the Sync network check box.Select a Boot Protocol from:Click OK.
- None,
- DHCP, or
- Static.If you have chosen Static, provide the IP and Subnet Mask.
- Select the Verify connectivity between Host and Engine check box to run a network check; this will only work if the host is in maintenance mode.
- Select the Save network configuration check box if you want these network changes to be made persistent when the environment is rebooted.
- Click to implement the changes and close the window.
Procedure 11.3. Designating a Logical Network for a Specific Traffic Type in Red Hat Enterprise Virtualization Manager
- Select the Clusters tab, and select the Cluster the Logical Network is attached to.
- Select the Logical Networks sub-tab.
- Click the Assign/UnAssign Networks button.
- The Assign/UnAssign Networks dialog appears. Each Logical Network associated with the Cluster is listed. Additionally alongside each Logical Network these options are shown:
- Assign — When selected, the Logical Network is assigned to the Cluster. De-selecting the option unassigns the Logical Network from the Cluster. Do not unassign the Logical Network if there are active hosts within the Cluster. Ensure that the Assign option is selected for the Logical Network that you want to assign network traffic to.
- Required — When selected, the Logical Network is considered mandatory for Cluster operation. Hosts that are not attached to the Logical Network, and therefore not candidates for migration of Virtual Machines from hosts that are attached to the Logical Network, will be marked non-operational. This was the default behaviour for all Logical Networks assigned to a Cluster in previous versions of Red Hat Enterprise Virtualization.
- VM Network — When selected, the Logical Network is used for all Virtual Machine network traffic, excluding console connections.
- Display Network — When selected the Logical Network is used for all network traffic generated by console connections to Virtual Machines.
Select the desired options for each Logical Network shown, then click .
- (Mode 1) Active-backup policy sets all interfaces to the backup state while one remains active. Upon failure on the active interface, a backup interface replaces it as the only active interface in the bond. The MAC address of the bond in mode 1 is visible on only one port (the network adapter), to prevent confusion for the switch. Mode 1 provides fault tolerance and is supported in Red Hat Enterprise Virtualization.
- (Mode 2) XOR policy selects an interface to transmit packages to based on the result of a XOR operation on the source and destination MAC addresses multiplied by the modulo slave count. This calculation ensures that the same interface is selected for each destination MAC address used. Mode 2 provides fault tolerance and load balancing and is supported in Red Hat Enterprise Virtualization.
- (Mode 4) IEEE 802.3ad policy creates aggregation groups for which included interfaces share the speed and duplex settings. Mode 4 uses all interfaces in the active aggregation group in accordance with the IEEE 802.3ad specification and is supported in Red Hat Enterprise Virtualization.
- (Mode 5) Adaptive transmit load balancing policy ensures the outgoing traffic distribution is according to the load on each interface and that the current interface receives all incoming traffic. If the interface assigned to receive traffic fails, another interface is assigned the receiving role instead. Mode 5 is supported in Red Hat Enterprise Virtualization.
Procedure 11.4. Creating a Bond Device using the Administration Portal
- Use the Hosts resource tab, tree mode, or the search function to find and select the host in the results list.
- Click the Network Interfaces tab in the details pane to list the physical network interfaces attached to the host.
- Click to open the Setup Host Networks window.
- Select and drag one of the interfaces over the top of another interface and drop it to open the Create New Bond window.Alternatively, right-click the interface and select another interface from the drop-down menu.
- Select the Bond Name and Bonding Mode from the drop-down menus.Bonding modes 1, 2, 4, and 5 can be selected. Any other mode can be configured using the Custom option.
- Click to create the bond and close the Create New Bond window.
- Assign a logical network to the newly created bonded interface.
- Optionally choose to Verify connectivity between Host and Engine and Save network configuration.
- Click accept the changes and close the Setup Host Networks window.
interface Port-channel11 switchport access vlan 153 switchport mode access spanning-tree portfast disable spanning-tree bpduguard disable spanning-tree guard root interface GigabitEthernet0/16 switchport access vlan 153 switchport mode access channel-group 11 mode active interface GigabitEthernet0/17 switchport access vlan 153 switchport mode access
Important
- Network File System (NFS).
- Other POSIX compliant file systems.
- Internet Small Computer System Interface (iSCSI).
- Local storage attached directly to the virtualization hosts.
- Fibre Channel Protocol (FCP).
- Data Domain: A data domain holds the virtual hard disks and OVF files of all the virtual machines and templates in a data center. In addition, snapshots of the virtual machines are also stored in the data domain.The data domain cannot be shared across data centers, and the data domain must be of the same type as the data center. For example, a data center of a iSCSI type, must have an iSCSI data domain.You must attach a data domain to a data center before you can attach domains of other types to it.
- ISO Domain: ISO domains store ISO files (or logical CDs) used to install and boot operating systems and applications for the virtual machines. An ISO domain removes the data center's need for physical media. An ISO domain can be shared across different data centers. ISO storage domains use NFS storage.
- Export Domain: Export domains are temporary storage repositories that are used to copy and move images between data centers and Red Hat Enterprise Virtualization environments. Export domains can be used to backup virtual machines. An export domain can be moved between data centers, however, it can only be active in one data center at a time.
Important
Support for export storage domains backed by storage on anything other than NFS is being deprecated. While existing export storage domains imported from Red Hat Enterprise Virtualization 2.2 environments remain supported new export storage domains must be created on NFS storage.
Important
Up.
Procedure 12.1. Preparing NFS Storage
Install nfs-utils
NFS functionality is provided by the nfs-utils package. Before file shares can be created, check that the package is installed by querying the RPM database for the system:$
rpm -qi nfs-utilsIf the nfs-utils package is installed then the package information will be displayed. If no output is displayed then the package is not currently installed. Install it usingyumwhile logged in as therootuser:#
yum install nfs-utilsConfigure Boot Scripts
To ensure that NFS shares are always available when the system is operational both thenfsandrpcbindservices must start at boot time. Use thechkconfigcommand while logged in asrootto modify the boot scripts.#
chkconfig --add rpcbind#chkconfig --add nfs#chkconfig rpcbind on#chkconfig nfs onOnce the boot script configuration has been done, start the services for the first time.#
service rpcbind start#service nfs startCreate Directory
Create the directory you wish to share using NFS.#
mkdir/exports/isoReplace/exports/isowith the name, and path of the directory you wish to use.Export Directory
To be accessible over the network using NFS the directory must be exported. NFS exports are controlled using the/etc/exportsconfiguration file. Each export path appears on a separate line followed by a tab character and any additional NFS options. Exports to be attached to the Red Hat Enterprise Virtualization Manager must have the read, and write, options set.To grant read, and write access to/exports/isousing NFS for example you add the following line to the/etc/exportsfile./exports/iso*(rw)Again, replace/exports/isowith the name, and path of the directory you wish to use.Reload NFS Configuration
For the changes to the/etc/exportsfile to take effect the service must be told to reload the configuration. To force the service to reload the configuration run the following command asroot:#
service nfs reloadSet Permissions
The NFS export directory must be configured for read write access and must be owned by vdsm:kvm. If these users do not exist on your external NFS server use the following command, assuming thatis the directory to be used as an NFS share./exports/iso#
chown -R 36:36/exports/isoThe permissions on the directory must be set to allow read and write access to both the owner and the group. The owner should also have execute access to the directory. The permissions are set using thechmodcommand. The following command arguments set the required permissions on thedirectory./exports/iso#
chmod 0755/exports/iso
Procedure 12.2. Attaching NFS Storage
- Click the resource tab to list the existing storage domains.
- Click to open the New Domain window.
- Enter the Name of the storage domain.
- Select the Data Center, Domain Function / Storage Type, and Use Host from the drop-down menus.If applicable, select the Format from the drop-down menu.
- Enter the Export Path to be used for the storage domain.The export path should be in the format of
192.168.0.10:/data or domain.example.com:/data - Click to enable further configurable settings. It is recommended that the values of these parameters not be modified.
Important
All communication to the storage domain is from the selected host and not directly from the Red Hat Enterprise Virtualization Manager. At least one active host must be attached to the chosen Data Center before the storage is configured. - Click OK to create the storage domain and close the window.
Locked while the disk prepares. It is automatically attached to the data center upon completion.
Note
Procedure 12.3. Adding iSCSI Storage
- Click the Storage resource tab to list the existing storage domains in the results list.
- Click the button to open the New Domain window.
- Enter the Name of the new storage domain.
- Use the Data Center drop-down menu to select an iSCSI data center.If you do not yet have an appropriate iSCSI data center, select
(none). - Use the drop-down menus to select the Domain Function / Storage Type and the Format. The storage domain types that are not compatible with the chosen data center are not available.
- Select an active host in the Use Host field. If this is not the first data domain in a data center, you must select the data center's SPM host.
Important
All communication to the storage domain is via the selected host and not directly from the Red Hat Enterprise Virtualization Manager. At least one active host must exist in the system, and be attached to the chosen data center, before the storage is configured. - The Red Hat Enterprise Virtualization Manager is able to map either iSCSI targets to LUNs, or LUNs to iSCSI targets. The New Domain window automatically displays known targets with unused LUNs when iSCSI is selected as the storage type. If the target that you are adding storage from is not listed then you can use target discovery to find it, otherwise proceed to the next step.
iSCSI Target Discovery
- Click Discover Targets to enable target discovery options. When targets have been discovered and logged in to, the New Domain window automatically displays targets with LUNs unused by the environment.
Note
LUNs used externally to the environment are also displayed.You can use the Discover Targets options to add LUNs on many targets, or multiple paths to the same LUNs. - Enter the fully qualified domain name or IP address of the iSCSI host in the Address field.
- Enter the port to connect to the host on when browsing for targets in the Port field. The default is
3260. - If the Challenge Handshake Authentication Protocol (CHAP) is being used to secure the storage, select the User Authentication check box. Enter the CHAP username and CHAP password.
- Click the button.
- Select the target you want to use from the discovery results and click the button.Alternatively, click the to log in to all of the discovered targets.
- Click the + button next to the desired target. This will expand the entry and display all unused LUNs attached to the target.
- Select the check box for each LUN that you are using to create the storage domain.
- Click to create the storage domain and close the window.
Note
Procedure 12.4. Adding FCP Storage
- Click the resource tab to list all storage domains in the virtualized environment.
- Click to open the New Domain window.
- Enter the Name of the storage domain
- Use the Data Center drop-down menu to select an FCP data center.If you do not yet have an appropriate FCP data center, select
(none). - Use the drop-down menus to select the Domain Function / Storage Type and the Format. The storage domain types that are not compatible with the chosen data center are not available.
- Select an active host in the Use Host field. If this is not the first data domain in a data center, you must select the data center's SPM host.
Important
All communication to the storage domain is via the selected host and not directly from the Red Hat Enterprise Virtualization Manager. At least one active host must exist in the system, and be attached to the chosen data center, before the storage is configured. - The New Domain window automatically displays known targets with unused LUNs when Data / Fibre Channel is selected as the storage type. Select the LUN ID check box to select all of the available LUNs.Alternatively, select the Add LUN check boxes for individual LUNs to use them with the FCP data domain.
- Click OK to create the storage domain and close the window.
Locked status while it is being prepared for use. When ready, it is automatically attached to the data center. Select either Build New Domain or Use Existing Volume Group.
Important
/data/images. This directory already exists with the correct permissions on Hypervisor installations. The steps in this procedure are only required when preparing local storage on Red Hat Enterprise Linux virtualization hosts.
Procedure 12.5. Preparing Local Storage
- On the virtualization host, create the directory to be used for the local storage.
# mkdir -p /data/images
- Ensure that the directory has permissions allowing read/write access to the
vdsmuser (UID 36) andkvmgroup (GID 36).# chown 36:36 /data /data/images
# chmod 0755 /data /data/images
Procedure 12.6. Adding Local Storage
- Use the Hosts resource tab, tree mode, or the search function to find and select the host in the results list.
- Click Maintenance to place the host into maintenance mode.
- Click to open the Configure Local Storage window.
- Click the buttons next to the Data Center, Cluster, and Storage fields to configure and name the local storage domain.
- Set the path to your local storage in the text entry field.
- If applicable, select the Memory Optimization tab to configure the memory optimization policy for the new local storage cluster.
- Click to save the settings and close the window.
Important
Procedure 12.7. Attaching POSIX Compliant File System Storage
- Click the Storage resource tab to list the existing storage domains in the results list.
- Click New Domain to open the New Domain window.
- Enter the Name for the storage domain.
- Select the Data Center to be associated with the storage domain. The Data Center selected must be of type POSIX (POSIX compliant FS). Alternatively, select
(none). - Select
Data / POSIX compliant FSfrom the Domain Function / Storage Type drop-down menu.If applicable, select the Format from the drop-down menu. - Select a host from the Use Host drop-down menu. Only hosts within the selected data center will be listed. The host that you select will be used to connect the storage domain.
- Enter the Path to the POSIX file system, as you would normally provide it to the
mountcommand. - Enter the VFS Type, as you would normally provide it to the
mountcommand using the-targument. Seeman mountfor a list of valid VFS types. - Enter additional Mount Options, as you would normally provide them to the
mountcommand using the-oargument. The mount options should be provided in a comma-separated list. Seeman mountfor a list of valid mount options. - Click OK to attach the new Storage Domain and close the window.
Procedure 12.8. Populating the ISO Storage Domain
- Copy the required ISO image to a temporary directory on the system running Red Hat Enterprise Virtualization Manager.
- Log in to the system running Red Hat Enterprise Virtualization Manager as the
rootuser. - Use the
rhevm-iso-uploadercommand to upload the ISO image. This action will take some time, the amount of time varies depending on the size of the image being uploaded and available network bandwidth.Example 12.1. ISO Uploader Usage
In this example the ISO imageRHEL6.isois uploaded to the ISO domain calledISODomainusing NFS. The command will prompt for an administrative username and password. The username must be provided in the formusername@domain.#
rhevm-iso-uploader--iso-domain=ISODomainuploadRHEL6.iso
/usr/share/virtio-win/virtio-win.iso/usr/share/virtio-win/virtio-win.vfd/usr/share/rhev-guest-tools-iso/rhev-tools-setup.iso
rhevm-iso-uploader command to upload these images to your ISO storage domain. Once uploaded, the image files can be attached to and used by virtual machines.
virtio-win.iso, virtio-win.vfd, and rhev-tools-setup.iso image files to the ISODomain.
Example 12.2. Uploading the VirtIO and Guest Tool Image Files
# rhevm-iso-uploader --iso-domain=ISODomain upload /usr/share/virtio-win/virtio-win.iso /usr/share/virtio-win/virtio-win.vfd /usr/share/rhev-guest-tools-iso/rhev-tools-setup.isoTable A.1. Installation
| Log File | Description |
|---|---|
/var/log/ovirt-engine/rhevm-cleanup_
|
Log from the rhevm-setup. This is the command used to remove a Red Hat Enterprise Virtualization Manager installation. A log is generated each time the command is run. The date and time of the run is used in the filename to allow multiple logs to exist.
|
/var/log/ovirt-engine/rhevm-db-install-
|
Log from the rhevm-setup command detailing the creation and configuration of the rhevm database.
|
/var/log/ovirt-engine/rhevm-dwh/rhevm-dwh-setup-
|
Log from the rhevm-dwh-setup command. This is the command used to create the rhevm_history database for reporting. A log is generated each time the command is run. The date and time of the run is used in the filename to allow multiple logs to exist concurrently.
|
/var/log/ovirt-engine/rhevm-reports/rhevm-reports-setup-
|
Log from the rhevm-reports-setup command. This is the command used to install the Red Hat Enterprise Virtualization Manager Reports modules. A log is generated each time the command is run. The date and time of the run is used in the filename to allow multiple logs to exist concurrently.
|
/var/log/ovirt-engine/engine-setup-
|
Log from the rhevm-setup command. A log is generated each time the command is run. The date and time of the run is used in the filename to allow multiple logs to exist concurrently.
|
/var/log/ovirt-engine/rhevm-upgrade-
|
Log from the rhevm-upgrade command. A log is generated each time the command is run. The date and time of the run is used in the filename to allow multiple logs to exist concurrently.
|
Table A.2. Service Activity
| Log File | Description |
|---|---|
/var/log/rhevm/rhevm.log
| Reflects all Red Hat Enterprise Virtualization Manager GUI crashes, Active Directory look-ups, Database issues, and other events. |
Table A.3. Installation
| Log File | Description |
|---|---|
/var/log/vdsm/libvirt.log
|
Log file for libvirt.
|
/var/log/vdsm/spm-lock.log
| Log file detailing the host's ability to obtain a lease on the Storage Pool Manager role. The log details when the host has acquired, released, renewed, or failed to renew the lease. |
/var/log/vdsm/vdsm.log
| Log file for VDSM, the Manager's agent on the virtualization host(s). |
admin user to add the directory service that the users must be authenticated against. You add and remove directory services domains using the included domain management tool, rhevm-manage-domains.
rhevm-manage-domains command is only accessible on the machine on which Red Hat Enterprise Virtualization Manager is installed. The rhevm-manage-domains command must be run as the root user.
rhevm-manage-domains -action=ACTION [options]add- Add a domain to Red Hat Enterprise Virtualization Manager's directory services configuration.
edit- Edit a domain in Red Hat Enterprise Virtualization Manager's directory services configuration.
delete- Delete a domain from Red Hat Enterprise Virtualization Manager's directory services configuration.
validate- Validate Red Hat Enterprise Virtualization Manager's directory services configuration. This command attempts to authenticate each domain in the configuration using the configured user name and password.
list- List Red Hat Enterprise Virtualization Manager's current directory services configuration.
-domain=DOMAIN- Specifies the domain on which the action will be performed. The
-domainparameter is mandatory foradd,edit, anddelete. -provider=PROVIDER- Specifies the LDAP provider type of the directory server for the domain. Valid values are:
ActiveDirectory- Active Directory.IPA- Identity, Policy, Audit.RHDS- Red Hat Directory Server.
-user=USER- Specifies the domain user to use. The
-userparameter is mandatory foradd, and optional foredit. -passwordFile=FILE- Specifies that the domain user's password is on the first line of the provided file. This option, or the
-interactiveoption, must be used to provide the password for use with theaddaction. -addPermissions- Specifies that the domain user will be given the
SuperUserrole in Red Hat Enterprise Virtualization Manager. By default, if the-addPermissionsparameter is not specified, theSuperUserrole is not assigned to the domain user. The-addPermissionsoption is optional. It is only valid when used in combination with theaddandeditactions. -interactive- Specifies that the domain user's password is to be provided interactively. This option, or the
-passwordFileoption, must be used to provide the password for use with theaddaction. -configFile=FILE- Specifies an alternate configuration file that the command must load. The
-configFileparameter is always optional. -report- In conjunction with the
validateaction results in the output of a report of all encountered validation errors.
rhevm-manage-domains command's help output:
# rhevm-manage-domains --help
rhevm-manage-domains command is used to add the IPA domain directory.demo.redhat.com to the Red Hat Enterprise Virtualization Manager configuration. The configuration is set to use the admin user when querying the domain; the password is provided interactively.
Example B.1. rhevm-manage-domains Add Action
# rhevm-manage-domains -action=add -domain=directory.demo.redhat.com -provider=IPA -user=admin -interactive loaded template kr5.conf file setting default_tkt_enctypes setting realms setting domain realm success User guid is: 80b71bae-98a1-11e0-8f20-525400866c73 Successfully added domain directory.demo.redhat.com. oVirt Engine restart is required in order for the changes to take place (service ovirt-engine restart).
rhevm-manage-domains command is used to edit the directory.demo.redhat.com domain in the Red Hat Enterprise Virtualization Manager configuration. The configuration is updated to use the admin user when querying this domain; the password is provided interactively.
Example B.2. rhevm-manage-domains Edit Action
# rhevm-manage-domains -action=edit -domain=directory.demo.redhat.com -user=admin -interactive loaded template kr5.conf file setting default_tkt_enctypes setting realms setting domain realmo success User guide is: 80b71bae-98a1-11e0-8f20-525400866c73 Successfully edited domain directory.demo.redhat.com. oVirt Engine restart is required in order for the changes to take place (service ovirt-engine restart).
rhevm-manage-domains command is used to remove the directory.demo.redhat.com domain from the Red Hat Enterprise Virtualization Manager configuration. Users defined in the removed domain will no longer be able to authenticate with the Red Hat Enterprise Virtualization Manager. The entries for the affected users will remain defined in the Red Hat Enterprise Virtualization Manager until they are explicitly removed.
admin user from the internal domain will be able to log in until another domain is added.
Example B.3. rhevm-manage-domains Delete Action
# rhevm-manage-domains -action=delete -domain='directory.demo.redhat.com' WARNING: Domain directory.demo.redhat.com is the last domain in the configuration. After deleting it you will have to either add another domain, or to use the internal admin user in order to login. Successfully deleted domain directory.demo.redhat.com. Please remove all users and groups of this domain using the Administration portal or the API.
rhevm-manage-domains command is used to validate the Red Hat Enterprise Virtualization Manager configuration. The command attempts to log into each listed domain with the credentials provided in the configuration. The domain is reported as valid if the attempt is successful.
Example B.4. rhevm-manage-domains Validate Action
# rhevm-manage-domains -action=validate User guide is: 80b71bae-98a1-11e0-8f20-525400866c73 Domain directory.demo.redhat.com is valid.
rhevm-manage-domains command is used to list the domains defined in the Red Hat Enterprise Virtualization Manager configuration. For each configuration entry the command displays the domain, the user name — in User Principle Name (UPN) format — and whether the domain is local or remote.
Example B.5. rhevm-manage-domains List Action
# rhevm-manage-domains -action=list
Domain: directory.demo.redhat.com
User name: admin@DIRECTORY.DEMO.REDHAT.COM
This domain is a remote domain.
rhevm-config.
- list all available configuration keys,
- list all available configuration values,
- retrieve the value of a specific configuration key, and
- set the value of a specific configuration key.
--cver parameter to specify the configuration version to be used when retrieving or setting a value for a configuration key. The default configuration version is general.
rhevm-config command:
# rhevm-config --helpCommon tasks
- List available configuration keys
- Use the
--listparameter to list available configuration keys.#
rhevm-config--listEach available configuration key is listed by name and description. - List available configuration values
- Use the
--allparameter to list available configuration values.#
rhevm-config--allEach available configuration key is listed by name, current value of the key, and the configuration version. - Retrieve value of configuration key
- Use the
--getparameter to retrieve the value of a specific key.#
rhevm-config--getKEY_NAMEReplaceKEY_NAMEwith the name of the specific key to retrieve the key name, value, and the configuration version. Use the--cverparameter to specify the configuration version of the value to be retrieved. - Set value of configuration key
- Use the
--setparameter to set the value of a specific key. You must also set the configuration version to which the change is to apply using the--cverparameter.#
rhevm-config--setKEY_NAME=KEY_VALUE--cver=VERSIONReplaceKEY_NAMEwith the name of the specific key to set; replaceKEY_VALUEwith the value to be set. Environments with more than one configuration version require theVERSIONto be specified.
|-- images | |-- [Image Group UUID] | |--- [Image UUID (this is the disk image)] | |--- [Image UUID (this is the disk image)].meta |-- master | |---vms | |--- [UUID] | |--- [UUID].ovf
rhevm-image-uploader[options]listrhevm-image-uploader[options]upload[file].[file]...[file]
list and upload.
- The
listparameter lists the valid export storage domains available for image uploads. - The
uploadparameter uploads selected image file(s) to the specified image storage domain.
list or upload parameter be included for basic usage. The upload parameter requires a minimum of one local file name to upload.
rhevm-image-uploader command. You can set defaults for any of these in the /etc/ovirt-engine/imageuploader.conf file.
General Options
-h,--help- Displays command usage information and returns to prompt.
--conf-file=PATH- Sets
PATHas the configuration file the tool is to use. The default isetc/ovirt-engine/imageuploader.conf. --log-file=PATH- Sets
PATHas the specific file name the command should use for the log output. --quiet- Sets quiet mode, reducing console output to a minimum. Quiet mode is off by default.
-v,--verbose- Sets verbose mode, providing more console output. Verbose mode is off by default.
-f,--force- Force mode is necessary when the source file being uploaded has an identical file name as an existing file at the destination; it forces the existing file to be overwritten. Force mode is off by default.
Red Hat Enterprise Virtualization Manager Options
-u,USER--user=USER- Sets the user associated with the file to be uploaded. The
USERis specified in the formatuser@domain, whereuseris the user name anddomainis the directory services domain in use. The user must exist in directory services and be known to the Red Hat Enterprise Virtualization Manager. -r,FQDN--rhevm=FQDN- Sets the fully qualified domain name of the Red Hat Enterprise Virtualization Manager server from which to upload images, where
FQDNis replaced by the fully qualified domain name of the Manager. It is assumed that the image uploader is being run on the same client machine as the Red Hat Enterprise Virtualization Manager; the default value islocalhost:443.
Export Storage Domain Options
-e,--export-domain=EXPORT_DOMAIN- Sets the storage domain
EXPORT_DOMAINas the destination for uploads. -n,--nfs-server=NFSSERVER- Sets the NFS path
NFSSERVERas the destination for uploads. -i,--ovf-id- Use this option if you do not want to update the UUID of the image. By default, the tool will generate a new UUID for the image. This ensures that there is no conflict between the id of the incoming image and those already in the environment.
-d,-disk-instance-id- Use this option if you do not want to rename the instance ID for each disk (i.e. InstanceId) in the image. By default, this tool will generate new UUIDs for disks within the image to be imported. This ensures that there are no conflicts between the disks on the imported image and those within the environment.
-m,--mac-address- Use this option if you do not want to remove the network components from the image that will be imported. By default, this tool will remove any network interface cards from the image to prevent conflicts with network cards on other virtual machines within the environment. Once the image has been imported, use the Administration Portal to add network interface cards back and the Manager will ensure that there are no MAC address conflicts.
-N,NEW_IMAGE_NAME--name=NEW_IMAGE_NAME- Supply this option if you want to rename the image.
rhevm-image-uploader tool.
Procedure B.1. Creating an OVF Archive That is Compatible with the Image Uploader
- Use the Manager to create an empty export domain. An empty export domain makes it easy to see which directory contains your virtual machine.
- Export your virtual machine to the empty export domain you just created.
- Log in to the storage server that serves as the export domain, find the root of the NFS share and change to the subdirectory under that mount point. You started with a new export domain, there is only one directory under the exported directory. It contains the
images/andmaster/directories. - Run the
tar -zcvf my.ovf images/ master/command to create the tar/gzip ovf archive. - Anyone you give the resulting ovf file to (in this example, called
my.ovf) can import it to Red Hat Enterprise Virtualization Manager using therhevm-image-uploadercommand.
rhevm-image-uploader command to upload your image into their Red Hat Enterprise Virtualization environment.
rhevm-image-uploader to list storage domains:
Example B.6. Uploading a file Using the rhevm-image-uploader Tool
# rhevm-image-uploader list Please provide the REST API username for RHEV-M: admin@internal Please provide the REST API password for the admin@internal RHEV-M user: ********** Export Storage Domain Name | Datacenter | Export Domain Status myexportdom | Myowndc | active
-n NFSSERVER) or export domain (-e EXPORT_STORAGE_DOMAIN) and the name of the .ovf file:
# rhevm-image-uploader -e myexportdom upload myrhel6.ovf Please provide the REST API username for RHEV-M: admin@internal Please provide the REST API password for the admin@internal RHEV-M user: **********
rhevm-iso-uploader. You are required to log in as the root user and provide the administration credentials for the Red Hat Enterprise Virtualization environment. The rhevm-iso-uploader -h command displays usage information, including a list of all valid options for the rhevm-iso-uploader command.
rhevm-iso-uploader[options]listrhevm-iso-uploader[options]upload[file].[file]...[file]
list and upload.
- The
listparameter lists the valid ISO storage domains available for ISO uploads. The Red Hat Enterprise Virtualization Manager sets this list on the local machine upon installation. - The
uploadparameter uploads single or multiple space-separated ISO files to the specified ISO storage domain. NFS is used as default; SSH is available.
list or upload parameter be included for basic usage. The upload parameter requires a minimum of one local file name to upload.
rhevm-iso-uploader command.
General Options
--version- Displays the version number of the command in use and returns to prompt.
-h,--help- Displays command usage information and returns to prompt.
--conf-file=PATH- Sets
PATHas the configuration file the tool is to use. --log-file=PATH- Sets
PATHas the specific file name the command should use for the log output. --quiet- Sets quiet mode, reducing console output to a minimum. Quiet mode is off by default.
-v,--verbose- Sets verbose mode, providing more console output. Verbose mode is off by default.
-f,--force- Force mode is necessary when the source file being uploaded has an identical file name as an existing file at the destination; it forces the existing file to be overwritten. Force mode is off by default.
Red Hat Enterprise Virtualization Manager Options
-u,USER--user=USER- Sets the user associated with the file to be uploaded. The
USERis specified in the formatuser@domain, whereuseris the user name anddomainis the directory services domain in use. The user must exist in directory services and be known to the Red Hat Enterprise Virtualization Manager. -r,FQDN--rhevm=FQDN- Sets the fully qualified domain name of the Red Hat Enterprise Virtualization Manager server from which to upload ISOs, where
FQDNis replaced by the fully qualified domain name of the Manager. It is assumed that the ISO uploader is being run on the same client machine as the Red Hat Enterprise Virtualization Manager; the default value islocalhost.
ISO Storage Domain Options
-i,--iso-domain=ISODOMAIN- Sets the storage domain
ISODOMAINas the destination for uploads. -n,--nfs-server=NFSSERVER- Sets the NFS path
NFSSERVERas the destination for uploads.
Connection Options
--ssh-user=USER- Sets
USERas the SSH user name to use for the upload. --ssh-port=PORT- Sets
PORTas the port to use when connecting to SSH. -k,KEYFILE--key-file=KEYFILE- Sets
KEYFILEas the public key to use for SSH authentication. You will be prompted to enter the password of the specified user if not key is set.
Example B.7. Uploading to an NFS Server
# rhevm-iso-uploader --nfs-server=storage.demo.redhat.com:/iso/path upload RHEL6.0.isoISODomain.
Example B.8. List Domains and Upload Image
#rhevm-iso-uploader listPlease provide the REST API username for RHEV-M (CTRL+D to abort):admin@directory.demo.redhat.comPlease provide the REST API password for RHEV-M (CTRL+D to abort): ISO Storage Domain List: ISODomain #rhevm-iso-uploader --iso-domain=Please provide the REST API username for RHEV-M (CTRL+D to abort):ISODomainuploadRHEL6.isoadmin@directory.demo.redhat.comPlease provide the REST API password for RHEV-M (CTRL+D to abort):
rhevm-log-collector. You are required to log in as the root user and provide the administration credentials for the Red Hat Enterprise Virtualization environment. The rhevm-log-collector -h command displays usage information, including a list of all valid options for the rhevm-log-collector command.
rhevm-log-collector[options]list[all, clusters, datacenters]rhevm-log-collector[options]collect
list and collect.
- The
listparameter lists either the hosts, clusters, or data centers attached to the Red Hat Enterprise Virtualization Manager. You are able to filter the log collection based on the listed objects. - The
collectparameter performs log collection from the Red Hat Enterprise Virtualization Manager. The collected logs are placed in an archive file under the/tmp/logcollectordirectory. Therhevm-log-collectorcommand assigns each log a specific file name.
rhevm-log-collector command.
General options
--version- Displays the version number of the command in use and returns to prompt.
-h,--help- Displays command usage information and returns to prompt.
--conf-file=PATH- Sets
PATHas the configuration file the tool is to use. --local-tmp=PATH- Sets
PATHas the directory in which logs are saved. The default directory is/tmp/logcollector. --ticket-number=TICKET- Sets
TICKETas the ticket, or case number, to associate with the SOS report. --upload=FTP_SERVER- Sets
FTP_SERVERas the destination for retrieved logs to be sent using FTP. Do not use this option unless advised to by a Red Hat support representative. --log-file=PATH- Sets
PATHas the specific file name the command should use for the log output. --quiet- Sets quiet mode, reducing console output to a minimum. Quiet mode is off by default.
-v,--verbose- Sets verbose mode, providing more console output. Verbose mode is off by default.
Red Hat Enterprise Virtualization Manager Options
rhevm-log-collector --user=admin@internal --cluster ClusterA,ClusterB --hosts "SalesHost"* specifies the user as admin@internal and limits the log collection to only SalesHost hosts in clusters A and B.
--no-hypervisors- Omits virtualization hosts from the log collection.
-u,USER--user=USER- Sets the user name for login. The
USERis specified in the formatuser@domain, whereuseris the user name anddomainis the directory services domain in use. The user must exist in directory services and be known to the Red Hat Enterprise Virtualization Manager. -r,FQDN--rhevm=FQDN- Sets the fully qualified domain name of the Red Hat Enterprise Virtualization Manager server from which to collect logs, where
FQDNis replaced by the fully qualified domain name of the Manager. It is assumed that the log collector is being run on the same local host as the Red Hat Enterprise Virtualization Manager; the default value islocalhost. -c,CLUSTER--cluster=CLUSTER- Collects logs from the virtualization hosts in the nominated
CLUSTERin addition to logs from the Red Hat Enterprise Virtualization Manager. The cluster(s) for inclusion must be specified in a comma-separated list of cluster names or match patterns. -d,DATACENTER--data-center=DATACENTER- Collects logs from the virtualization hosts in the nominated
DATACENTERin addition to logs from the Red Hat Enterprise Virtualization Manager. The data center(s) for inclusion must be specified in a comma-separated list of data center names or match patterns. -H,HOSTS_LIST--hosts=HOSTS_LIST- Collects logs from the virtualization hosts in the nominated
HOSTS_LISTin addition to logs from the Red Hat Enterprise Virtualization Manager. The hosts for inclusion must be specified in a comma-separated list of host names, fully qualified domain names, or IP addresses. Match patterns are also valid.
SOS Report Options
--jboss-home=JBOSS_HOME- JBoss installation directory path. The default is
/var/lib/jbossas. --java-home=JAVA_HOME- Java installation directory path. The default is
/usr/lib/jvm/java. --jboss-profile=JBOSS_PROFILE- Displays a quoted and space-separated list of server profiles; limits log collection to specified profiles. The default is
'rhevm-slimmed'. --enable-jmx- Enables the collection of run-time metrics from Red Hat Enterprise Virtualization's JBoss JMX interface.
--jboss-user=JBOSS_USER- User with permissions to invoke JBoss JMX. The default is
admin. --jboss-logsize=LOG_SIZE- Maximum size in MB for the retrieved log files.
--jboss-stdjar=STATE- Sets collection of JAR statistics for JBoss standard JARs. Replace
STATEwithonoroff. The default ison. --jboss-servjar=STATE- Sets collection of JAR statistics from any server configuration directories. Replace
STATEwithonoroff. The default ison. --jboss-twiddle=STATE- Sets collection of twiddle data on or off. Twiddle is the JBoss tool used to collect data from the JMX invoker. Replace
STATEwithonoroff. The default ison. --jboss-appxml=XML_LIST- Displays a quoted and space-separated list of applications with XML descriptions to be retrieved. Default is
all.
SSH Configuration
--ssh-port=PORT- Sets
PORTas the port to use for SSH connections with virtualization hosts. -k,KEYFILE--key-file=KEYFILE- Sets
KEYFILEas the public SSH key to be used for accessing the virtualization hosts. --max-connections=MAX_CONNECTIONS- Sets
MAX_CONNECTIONSas the maximum concurrent SSH connections for logs from virtualization hosts. The default is10.
PostgreSQL Database Options
pg-pass parameter includes the Red Hat Enterprise Virtualization Manager database in the log. The database user name and database name must be specified if they have been changed from the default values.
pg-dbhost parameter if the database is not on the local host. Use the optional pg-host-key parameter to collect remote logs. The PostgreSQL SOS plugin must be installed on the database server for remote log collection to be successful.
--no-postgresql- Disables collection of database. Database collection is performed by default.
--pg-user=USER- Sets
USERas the user name to use for connections with the database server. The default ispostgres. --pg-dbname=DBNAME- Sets
DBNAMEas the database name to use for connections with the database server. The default isrhevm. --pg-dbhost=DBHOST- Sets
DBHOSTas the host name for the database server. The default islocalhost. --pg-host-key=KEYFILE- Sets
KEYFILEas the public identity file (private key) for the database server. This value is not set by default; it is required only where the database does not exist on the local host.
Example B.9. Log Collector Usage
#rhevm-log-collectorPlease provide the username for rhevm (CTRL+D to abort): admin@directory.demo.redhat.com Please provide the password for rhevm (CTRL+D to abort): Host list (datacenter=None, cluster=None, host=None): Data Center | Cluster | Hostname/IP Address SalesDataCenter | SalesCluster | 192.168.122.250 EngineeringDataCenter | EngineeringCluster | 192.168.122.251 FinanceDataCenter | FinanceCluster | 192.168.122.252 #rhevm-log-collector collectPlease provide the username for rhevm (CTRL+D to abort): admin@directory.demo.redhat.com Please provide the password for rhevm (CTRL+D to abort): About to collect information from 3 hypervisors. Continue? (Y/n): Y INFO: Gathering information from selected hypervisors... INFO: collecting information from 192.168.122.250 INFO: collecting information from 192.168.122.251 INFO: collecting information from 192.168.122.252 INFO: finished collecting information from 192.168.122.250 INFO: finished collecting information from 192.168.122.251 INFO: finished collecting information from 192.168.122.252 Please provide the password to dump the PostgreSQL database (CTRL+D to abort): INFO: Gathering PostgreSQL the RHEV-M database and log files from localhost... INFO: Gathering RHEV-M information... Please provide the password for jboss (CTRL+D to abort): INFO: Log files have been collected and placed in /tmp/logcollector/sosreport-rhn-account-20110804121320-ce2a.tar.xz. The MD5 for this file is 6d741b78925998caff29020df2b2ce2a and its size is 26.7M
Example B.10. Log Collection
#rhevm-log-collectorPlease provide the username for rhevm (CTRL+D to abort): admin@directory.demo.redhat.com Please provide the password for rhevm (CTRL+D to abort): Host list (datacenter=None, cluster=None, host=None): Data Center | Cluster | Hostname/IP Address SalesDataCenter | SalesCluster | 192.168.122.250 EngineeringDataCenter | EngineeringCluster | 192.168.122.251 FinanceDataCenter | FinanceCluster | 192.168.122.252 #rhevm-log-collector collectPlease provide the username for rhevm (CTRL+D to abort): admin@directory.demo.redhat.com Please provide the password for rhevm (CTRL+D to abort): About to collect information from 3 hypervisors. Continue? (Y/n): Y INFO: Gathering information from selected hypervisors... INFO: collecting information from 192.168.122.250 INFO: collecting information from 192.168.122.251 INFO: collecting information from 192.168.122.252 INFO: finished collecting information from 192.168.122.250 INFO: finished collecting information from 192.168.122.251 INFO: finished collecting information from 192.168.122.252 Please provide the password to dump the PostgreSQL database (CTRL+D to abort): INFO: Gathering PostgreSQL the RHEV-M database and log files from localhost... INFO: Gathering RHEV-M information... Please provide the password for jboss (CTRL+D to abort): INFO: Log files have been collected and placed in /tmp/logcollector/sosreport-rhn-account-20110804121320-ce2a.tar.xz. The MD5 for this file is 6d741b78925998caff29020df2b2ce2a and its size is 26.7M
| Revision History | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Revision 3.1.0-30.405 | Tue Dec 17 2013 | |||||||||||||||||||
| ||||||||||||||||||||
| Revision 3.1.0-30 | Tue Nov 6 2012 | |||||||||||||||||||
| ||||||||||||||||||||
| Revision 3.1.0-19 | Tue Nov 6 2012 | |||||||||||||||||||
| ||||||||||||||||||||
| Revision 3.1.0-18 | Tue Nov 6 2012 | |||||||||||||||||||
| ||||||||||||||||||||
| Revision 3.1.0-17 | Tue Oct 16 2012 | |||||||||||||||||||
| ||||||||||||||||||||
| Revision 3.1.0-16 | Mon Oct 15 2012 | |||||||||||||||||||
| ||||||||||||||||||||
| Revision 3.1.0-15 | Mon Oct 15 2012 | |||||||||||||||||||
| ||||||||||||||||||||
| Revision 3.1.0-14 | Fri Oct 12 2012 | |||||||||||||||||||
| ||||||||||||||||||||
| Revision 3.1.0-13 | Wed Oct 03 2012 | |||||||||||||||||||
| ||||||||||||||||||||
| Revision 3.1.0-11 | Tue Oct 02 2012 | |||||||||||||||||||
| ||||||||||||||||||||
| Revision 3.1.0-9 | Wed Sep 26 2012 | |||||||||||||||||||
| ||||||||||||||||||||
| Revision 3.1.0-8 | Wed Sep 26 2012 | |||||||||||||||||||
| ||||||||||||||||||||
| Revision 3.1.0-7 | Thu Sep 13 2012 | |||||||||||||||||||
| ||||||||||||||||||||
| Revision 3.1.0-6 | Tue Sep 11 2012 | |||||||||||||||||||
| ||||||||||||||||||||
| Revision 3.1.0-5 | Fri Sep 7 2012 | |||||||||||||||||||
| ||||||||||||||||||||
| Revision 3.1.0-4 | Tue Aug 28 2012 | |||||||||||||||||||
| ||||||||||||||||||||
| Revision 3.1.0-3 | Wed Aug 15 2012 | |||||||||||||||||||
| ||||||||||||||||||||

















