IMPORTANT:You do not need to manually install the RPMs listed in Table 6-1 if the RHEL subscription is available. The install script takes care of installing required RPMs from the RHEL subscription.
Important Points to Consider before Installing RHEL Packages and Dependent RPMs
If you require to manually install the RPMs before the installation, you must consider the following points:
You must install the RHEL Enterprise Server-with-GUI. Run the sudo yum groupinstall "Server with GUI" command to obtain the required RPMs.
To avoid RPM dependency issues, NetIQ Corporation recommends installing the package along with its respective dependent RPMs. You can also install all packages together in the same sequence as these appear in Table 6-1.
The version of RPMs varies based on the base operating system version of RHEL. Table 6-1 lists RPMs for RHEL 8.3.
You must install these RPMs in the same sequence as they appear in Table 6-1.
Table 6-1 RHEL Packages and Dependent RPMs
Package |
Dependent RPM |
---|---|
iManager |
|
glibc-2.28-127.el8.i686.rpm |
|
libstdc++-8.3.1-5.1.el8x86_64.rpm (Part of the RHEL base installation) |
|
libXau-1.0.9-3.el8.x86_64.rpm |
|
libxcb-1.13-1.el8.x86_64.rpm |
|
libX11-1.6.8-3.el8.x86_64.rpm |
|
libXext-1.3.4-1.el8.x86_64.rpm |
|
libXi-1.7.10-1.el8.x86_64.rpm |
|
libXtst-1.2.3-7.el8.x86_64.rpm |
|
libxcb-1.13.1-1.el8.x86_64.rpm |
|
libX11-1.6.8-3.e18.x86_64.rpm |
|
libXrender-0.9.10-7.el8.x86_64.rpm |
|
Administration Console |
|
gettext-0.19.8.1-17.el8.x86_64 |
|
glibc-2.28-127.el8.i686.rpm |
|
libstdc++-8.3.1-5.1.el8.i686.rpm |
|
ncurses-libs-6.1-7.20180224.el8.i686.rpm |
|
libgcc-8.3.1-5.1.el8.i686.rpm |
|
rsyslog-8.1911.0-6.el8.x86_64 |
|
rsyslog-gnutls-8.1911.0-6.el8.x86_64 |
|
binutils-2.30-79.base.el8.x86_64 |
|
Identity Server |
|
glibc-2.28-127.el8.i686.rpm |
|
libstdc++-4.8.5-36.el7.i686 |
|
ncurses-libs-6.1-7.20180224.el8_4.i686.rpm |
|
libgcc-8.3.1-5.el8.i686.rpm |
|
rsyslog-8.1911.0-3.el8.x86_64 |
|
rsyslog-gnutls-8.1911.0-3.el8.x86_64 |
|
binutils-2.30-79.base.el8.x86_64 |
|
Access Gateway |
|
glibc-2.28-127.el8.i686.rpm |
|
apr-1.6.3-11.el8.x86_64.rpm |
|
apr-util-1.6.1-6.el8.x86_64.rpm |
|
libtool-ltdl-2.4.6-25.el8_3.x86_64.rpm |
|
unixODBC-2.3.7-1.el8.x86_64.rpm |
|
rsyslog-8.1911.0-3.el8.x86_64 |
|
rsyslog-gnutls-8.1911.0-3.el8.x86_64 |
|
binutils-2.30-79.base.el8.x86_64 |
|
patch-2.7.6-11.el8.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 >...
Perform the following steps to install packages and their dependent RPMs while installing RHEL:
Mount the RHEL 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_x.x x86_64 Disc 1. (The x in RHEL_x.x represents the version number) Unmount the default mount path by using the unmount /media/RHEL_x.x\ x86_64\ Disc\ 1/command and then mount the RHEL CD-ROM by using mount /dev/cdrom /mnt.
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.
Install RPMs for SNMP after installing RPMs for Administration Console. See RHEL Packages and Their Dependent RPMs for SNMP.
The RHEL base installation does not install the net-snmp package by default. Install the following packages manually to make the net-snmp service (Master Agent) functional:
net-snmp-libs-5.8-14.el8.x86_64.rpm
net-snmp-5.8-14.el8.x86_64.rpm
Use the following procedure to install these packages to avoid any dependency issue:
Mount the RHEL CD-ROM by running the following command:
mount /dev/cdrom /mnt
Run the following commands:
yum install --nogpgcheck net-snmp-libs-5.8-14.el8.x86_64.rpm
yum install --nogpgcheck net-snmp-5.8-14.el8.x86_64
After installation, run /etc/init.d/novell-snmpd start. This will succeed for a successful installation.