Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

* Note: The software versions listed above are those installed via the offline installation mechanism. When the infinit.e-platform.prerequisites.online.rpm is used the latest version of each software package (with the exception of Java, Splunk, and Jpackage-utils) are retrieved via yum).

Info

Note that the install bundles on the IKANOW downloads page contain a single script that will install all required RPMs, both in online and offline modes. These "quick install"s are described here.

1. Installation of the RPM

...

Once infinit.e-platform.prerequisites RPM has been copied to the target machine execute the following command (assuming that you are within the same directory in which the RPM is located):

Code Block
yum localinstall localinstall infinitinfinit.e-platform.prerequisites.online-*.rpm --nogpgcheck

or:

Code Block
mkdir ~/yum.repos.d.backup
mv /etc/yum.repos.d/* ~/yum.repos.d.backup
yum localinstall infinitOR
yum --disablerepo=* localinstall infinit.e-platform.prerequisites.offline-*.rpm --nogpgcheck

depending on the type of install.

Note that in the offline case all existing yum repositories are removed so that yum does not try to go out over the Internet to fetch dependencies. Running the offline install script (below) will then create a single local repository ("infinite").

2. Running install.sh

The RPM will unpack all of the files required to complete the installation into the following directory:

...