2.2. Installing Red Hat Satellite with an ISO Image
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
- 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
Satellite Server is installed on your host system.
Important