Third-Party Dependencies for Offline Installation

ISR expects internet access to allow yum access to install all dependent third-party packages. For installations that do not have internet access, a local repository of dependent packages can be created.

Note:

ISR components are installed on Oracle Linux Server 7.7.

The following is a list of packages the ISR expects to be installed for a proper, fully-functional installation.

Dashboard

  • ruby-0:2.6.4-1.el7.centos.x86_64
  • zlib-devel-0:1.2.7-13.el7.x86_64
  • bash-0:4.2.46-12.el7.x86_64
  • java-1.8.0-openjdk-1:1.8.0.242.b08-0.el7_7.x86_64
  • gcc-0:4.8.5-39.0.3.el7.x86_64
  • patch-0:2.7.1-12.el7_7.x86_64
  • openssl-devel-1:1.0.2k-19.0.1.el7.x86_64
  • gcc-c++-0:4.8.5-39.0.3.el7.x86_64
  • libxml2-0:2.9.1-6.0.1.el7_2.3.x86_64

FACE

  • tomcat-0:7.0.76-10.el7_7.noarch
  • bash-0:4.2.46-33.el7.x86_64
  • java-1.8.0-openjdk-1:1.8.0.242.b08-0.el7_7.x86_64

Index

  • bash-0:4.2.46-33.el7.x86_64

RSS

  • bzip2-libs-0:1.0.6-13.el7.x86_64
  • c-ares-0:1.10.0-3.el7.x86_64
  • java-1.8.0-openjdk-1:1.8.0.242.b08-0.el7_7.x86_64
  • libgcc-0:4.8.5-39.0.1.el7.x86_64
  • bash-0:4.2.46-33.el7.x86_64
  • libstdc++-0:4.8.5-39.0.1.el7.x86_64
  • zlib-0:1.2.7-18.el7.x86_64
  • glibc-0:2.17-292.0.1.el7.x86_64
  • tomcat-0:7.0.76-10.el7_7.noarch
  • openssl-libs-1:1.0.2k-19.0.1.el7.x86_64
To verify the required components for your installation version, run the following command on each ISR host:
$ repoquery --requires --resolve isr-<component>
where component is either Dashboard, FACE, Index, or RSS.

Distributed MySQL RPMs

Each component host includes the following MySQL dependencies in the ISR distribution:
  • Dashboard
    • mysql-commercial-common.x86_64
    • mysql-commercial-devel.x86_64
    • mysql-commercial-libs.x86_64
    • mysql-commercial-libs-compat.x86_64
  • FACE
    • mysql-commercial-client.x86_64
    • mysql-commercial-common.x86_64
    • mysql-commercial-libs.x86_64
    • mysql-commercial-libs-compat.x86_64
  • Index
    • mysql-commercial-client.x86_64
    • mysql-commercial-common.x86_64
    • mysql-commercial-libs.x86_64
    • mysql-commercial-libs-compat.x86_64
    • mysql-commercial-server.x86_64
  • RSS
    • mysql-commercial-client.x86_64
    • mysql-commercial-common.x86_64
    • mysql-commercial-libs.x86_64
    • mysql-commercial-libs-compat.x86_64

In certain instances the Linux host may contain MySQL packages that are not appropriate for ISR applications and therefore must be uninstalled (for example, yum removed, for proper ISR component installations). The currently deployed packages can be displayed using the yum list installed mysql command.