3.2. Manager Installation Overview

Before proceeding with Red Hat Virtualization Manager installation you must ensure that all prerequisites are met. Only once you have confirmed that all prerequisites are met are you ready to proceed with installation.
To complete installation of the Red Hat Enterprise Virtualization Manager successfully you must also be able to determine:
  1. The ports to be used for HTTP, and HTTPS, communication. The defaults are 80 and 443 respectively.
  2. The Fully Qualified Domain Name (FQDN) of the system the Manager is to be installed on.
  3. The password you will use to secure the Red Hat Enterprise Virtualization administration account.
  4. 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:
    • the hostname of the system on which the remote database server exists,
    • the port on which the remote database server is listening.
    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.
  5. The Organization Name to use when creating the Manager's security certificates.
  6. The storage type to be used for the initial data center attached to the Manager. The default is NFS.
  7. 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.
  8. The firewall rules, if any, present on the system that need to be integrated with the rules required for the Manager to function.
Before installation is completed the values selected are displayed for confirmation. Once the values have been confirmed they are applied and the Red Hat Enterprise Virtualization Manager is ready for use.

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

Automated installations are created by providing 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-file parameter to set the location to which the answer file must be saved. The rhevm-setup command 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-file parameter to set the location of the answer file that must be used. The command rhevm-setup command will use the answers stored in the file to complete installation.
    # rhevm-setup --answer-file=ANSWER_FILE
Run rhevm-setup --help for further information.

Note

Offline installation requires the creation of a software repository local to your Red Hat Enterprise Virtualization environment. This software repository must contain all of the packages required to install Red Hat Enterprise Virtualization Manager, Red Hat Enterprise Linux virtualization hosts, and Red Hat Enterprise Linux virtual machines.
If you wish to create such a repository, refer to the Installing Red Hat Enterprise Virtualization Offline technical brief, available at https://access.redhat.com/knowledge/techbriefs/installing-red-hat-enterprise-virtualization-offline-rhev-30.