Ce contenu n'est pas disponible dans la langue sélectionnée.
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
- 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 - Change directory to
/media/iso. - Run the installer script in the mounted directory:
# ./install_packages
Satellite Server is installed on your host system.
Important