2.2. Installing Red Hat Satellite with an ISO Image
Prerequisite
ISO installations require imported Red Hat GPG keys before installation. Run the following command as root prior to running the installation script:
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
The following procedure details how to install Satellite Server on a host through ISO.
- Download the ISO image from the Red Hat Satellite 6 Channel in the Red Hat Customer Portal.
- As the root user, mount the ISO image to a directory:
mkdir /media/iso mount -o loop [iso_filename] /media/iso
# mkdir /media/iso # mount -o loop [iso_filename] /media/iso
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Change directory to
/media/iso
. - Run the installer script in the mounted directory:
./install_packages
# ./install_packages
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Result:
Satellite Server is installed on your host system.
Important
You need to configure your Satellite Server before use. See either Section 2.3, “Configuring Red Hat Satellite Manually” or Section 2.4, “Configuring Red Hat Satellite with an Answer File” for more information.