Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Splunk is not bundled with any of the Infinit.e RPMs (it is a commercial piece of software, not Open Source). It should ideally be installed before the config RPM (follow the instructions on the web site). If the config Config RPM is installed first, then it must be re-installed after Splunk (eg "rpm -U --force"). Note that Splunk must then be started manually ("/opt/splunk/bin/splunk start") so that the EULA can be accepted.

Installing infinit.e-config

To install from the Ikanow repo, simply run:

Code Block
yum installĀ infinit.e-config

For offline installs:

Within terminal navigate to the directory that contains the infint.e-config RPM and type the following command to start the installation process:

Code Block
yum --disablerepo=* localinstall infinit.e-config-*.rpm --nogpgcheck

...