E.0 Installing Packages and Dependent RPMs on RHEL for Access Manager

The following table lists RHEL packages and their dependent RPMs required for each component.

You must install these RPMs in the same sequence as these appear in the table:

Package

Dependent RPM

iManager

glibc-2.12-1.107.el6.i686.rpm

  • nss-softokn-freebl-3.12.9-11.el6.i686.rpm

compat-libstdc++-33-3.2.3-69.el6.i686.rpm

  • glibc-2.12-1.107.el6.i686.rpm

  • libgcc-4.4.7-3.el6.i686.rpm

compat-libstdc++-33-3.2.3-69.el6.x86_64.rpm

  • glibc-2.12-1.107.el6.x86_64.rpm

  • libgcc-4.4.7-3.el6.x86_64.rpm

libstdc++-4.4.7-3.el6.i686.rpm

These RPMs are required for the Administration Console also.

  • glibc-2.12-1.107.el6.i686.rpm

  • libgcc-4.4.7-3.el6.i686.rpm

libstdc++-4.4.7-3.el6.x86_64.rpm

(Part of the RHEL base installation)

  • glibc-2.12-1.107.el6.x86_64.rpm

  • libgcc-4.4.7-3.el6.x86_64.rpm

libXau-1.0.6-4.el6.i686.rpm

  • glibc-2.12-1.107.el6.i686.rpm

libxcb-1.8.1-1.el6.i686.rpm

  • glibc-2.12-1.107.el6.i686.rpm

  • libXau-1.0.6-4.el6.i686.rpm

libX11-1.5.0-4.el6.i686.rpm

  • glibc-2.12-1.107.el6.i686.rpm

  • libXau-1.0.6-4.el6.i686.rpm

libXext-1.3.1-2.el6.i686.rpm

  • libX11-1.5.0-4.el6.i686.rpm

  • glibc-2.12-1.107.el6.i686.rpm

libXi-1.6.1-3.el6.i686.rpm

  • libX11-1.5.0-4.el6.i686.rpm

  • libXext-1.3.1-2.el6.i686.rpm

  • glibc-2.12-1.107.el6.i686.rpm

libXtst-1.2.1-2.el6.i686.rpm

  • libX11-1.5.0-4.el6.i686.rpm

  • libXext-1.3.1-2.el6.i686.rpm

  • libXi-1.6.1-3.el6.i686.rpm

  • glibc-2.12-1.107.el6.i686.rpm

Administration Console

glibc-2.12-1.107.el6.i686.rpm

  • nss-softokn-freebl-3.12.9-11.el6.i686.rpm

libstdc++-4.4.7-3.el6.i686.rpm

  • glibc-2.12-1.107.el6.i686.rpm

  • libgcc-4.4.7-3.el6.i686.rpm

ncurses-libs-5.7-3.20090208.el6.i686.rpm

  • glibc-2.12-1.107.el6.i686.rpm

libgcc-4.4.7-3.el6.i686.rpm

  • No dependency

Identity Server

glibc-2.12-1.107.el6.i686.rpm

  • nss-softokn-freebl-3.12.9-11.el6.i686.rpm

libstdc++-4.4.7-3.el6.i686.rpm

  • glibc-2.12-1.107.el6.i686.rpm

  • libgcc-4.4.7-3.el6.i686.rpm

ncurses-libs-5.7-3.20090208.el6.i686.rpm

  • glibc-2.12-1.107.el6.i686.rpm

libgcc-4.4.7-3.el6.i686.rpm

  • No dependency

Access Gateway

glibc-2.12-1.107.el6.i686.rpm

  • nss-softokn-freebl-3.12.9-11.el6.i686.rpm

db4-4.7.25-17.el6.x86_64.rpm

(Part of the RHEL base installation)

  • glibc-2.12-1.107.el6.x86_64.rpm

apr-1.3.9-5.el6_2.x86_64.rpm

  • glibc-2.12-1.107.el6.x86_64.rpm

apr-util-1.3.9-3.el6_0.1.x86_64.rpm

  • apr-1.3.9-5.el6_2.x86_64.rpm

  • glibc-2.12-1.107.el6.x86_64.rpm

libtool-ltdl-2.2.6-15.5.el6.x86_64.rpm

  • glibc-2.12-1.107.el6.x86_64.rpm

unixODBC-2.2.14-12.el6_3.x86_64.rpm

  • libtool-ltdl-2.2.6-15.5.el6.x86_64.rpm

  • glibc-2.12-1.107.el6.x86_64.rpm

libesmtp-1.0.4-15.el6.x86_64.rpm

  • glibc-2.12-1.107.el6.x86_64.rpm

Use the following command to verify whether a package is installed on RHEL:

rpm -qa | grep <package name>

Use the following command to install a RPM:

rpm -ivh <rpm name>

Use the following command to install all RPMs together:

rpm -ivh <rpm name> <rpm name> <rpm name >...

NOTE:The version of RPMs varies based on the base operating system version of RHEL.

Perform the following steps to install packages and their dependent RPMs while installing RHEL:

  1. Mount the RHEL 6.X CD-ROM by running the following command and go to the Packages folder.:

    mount /dev/cdrom /mnt

    NOTE:If the RHEL CD-ROM is auto mounted, the mount path will be /media/RHEL_6.x x86_64 Disc 1. Unmount the default mount path by using the unmount /media/RHEL_6.x\ x86_64\ Disc\ 1/command and then mount the RHEL CD-ROM by using mount /dev/cdrom /mnt.

  2. If you have a locally mounted ISO image, you can install RPMs for Access Manager by providing the mount path to the installer. The install.sh scripts prompts for the mounted disc if it identifies that the required RPMs are not installed. Provide the mount path to the installer with an ending /. For example, /mnt/.

    NOTE:Installer will install only RPMs required for Access Manager components. You need to install iManager RPMs separately.

    You must install RPMs in the same sequence as these appear in the table.