Installation Guide

3. Mount the DVD:
# mount o loop /home/kits/rhel-server-6.4x86_64dvd.iso /dvd
4. Create the repository:
a. # cd /etc/yum.repos.d/
b. # vi LocalDCRhel.repo
[RHELDVD]
name=Locally Mounted RHEL 6.4 ISO
baseurl=file:///dvd/
enabled=0
5. Import the GPG-Key (GNU Privacy Guard):
a. # rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
b. # yum clean all
c. # yum update
6. Install the RPM file:
yum install y rhel-kvm-deps-8.0.0.xx.rpm --enablerepo=RHELDVD
Missing RHEL RPMs are identified and installed.
7. Verify that the libguestfs and libguestfs-tools packages were installed:
yum list | grep libguestfs*
Configuring the CloudSystem network infrastructure
Several networks provide the communication platform for HP CloudSystem and the suite of integrated
tools. The configuration of the networks is flexible. This section explains the major components of
the networking infrastructure and provides an example of a supported configuration. This is only
a guide. Modify the procedures below to fit your network configuration needs. For example, the
bridge names can vary according to your environment.
Explanation of CloudSystem networks
Example names for bridges
(matches figure below)
Management hypervisor
interface
CloudSystem virtual
applianceNetwork
br-dc-mgmtvNIC0Foundation base applianceData Center Management
Network
vNIC0vCenter proxy appliance
vNIC0Enterprise appliance
br-cloud-mgmtvNIC1Foundation base applianceCloud Management Network
vNIC1vCenter proxy appliance
vNIC0SDN appliance
vNIC0KVM compute nodes
br-cloud-trunkvNIC1network node appliancesCloud Data Trunk
br-externalvNIC2network node appliancesExternal Network
IMPORTANT: All of the networks described above must be distinct networks, with the exception
of the External Network. You can use the same network for the External Network and the Data
Center Management Network.
For a detailed explanation of the networks, see Overview of network topology (page 16).
The figure below shows a visual representation of the recommended configuration for networks.
Configuring the CloudSystem network infrastructure 35