2.2.2. Installing Through an ISO Image

Prerequisite: ISO installations require imported Red Hat GPG keys before installation. Run the following command as root before running the installation script:
# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
The following procedure details how to install SAM on a host through ISO.
  1. Download the ISO image from the Red Hat SAM repository in the Red Hat Customer Portal.
  2. As the root user, mount the ISO image to a directory:
    # mkdir /media/iso
    # mount -o loop [iso_filename] /media/iso
    
  3. Change directory to /media/iso.
  4. Run the installer script in the mounted directory:
    # ./install_packages
    SAM is now installed on your host system.