Versions Compared

Key

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

...

Introduction

The MC2 Services Installer installs the MC2 services: java, python, redis, Extract Service and Eagle Kafka Service. It does not install rules or streams.

Prerequisites

1.The installer should be executed on a region with Eagle Core product installed,
so that estar/tpe/, cfg/db_connection.ini, eaglemgr/emshell.bin, and system.xml
are already present. 
2. A minimum disk free space of 5,000 MB should be available in:
${EAGLE_PATH_TO_ROOT}/estar/tpe
${EAGLE_PATH_TO_ROOT}/estar/tpe/dynamic
${EAGLE_PATH_TO_ROOT}/estar/tpe/data 
3. The minimum number of user processes limit should be set to 4096. The limit can be checked with the command:
ulimit -u
4. The installation has to be executed on each node of a multi-server installation. 

Deployment/Install Step

  1. Download the installer.

The installer mc2installer.zip can be downloaded separately from
https://eagleinvsys.jfrog.io/artifactory/rd-release-cloud/com/eagleinvsys/mc2installer/mc2installer
(Starting with 2020 May Release of MC2 the DR Installer is also included in the MC2.ZIP package at:
https://eagleinvsys.jfrog.io/artifactory/rd-release-cloud/com/eagleinvsys/mc2)
2. Upload the mc2installer.zip and mc2.zip to a folder on each node of the region.
3. Unzip the mc2installer.zip. This will produce two files:
install_mc2.sh - the installer script
mc2configurator.jar - a Java program which creates MC2 services configurations.
4. Make sure the installer.sh script has execute permission:
chmod u+x installerinstall_mc2.sh
5. Set the EAGLE_PATH_TO_ROOT environment variable to the full path to the eagle/ directory that is the parent of estar/tpe, for example:
export EAGLE_PATH_TO_ROOT=/apps/eagle
6. Set the MC2_EXTRACTSERVICE_NODES environment variable to the list of nodes host names (or IP addresses) in the region on which MC2 will be running, for example:
export MC2_EXTRACTSERVICE_NODES=10.80.105.157,10.80.105.158
Alternatively the list of nodes can be specified as:

...

export EAGLE_PATH_TO_ROOT=/apps/eagle
export MC2_EXTRACTSERVICE_NODES=10.80.105.157,10.80.105.158
export MC2_INSTALL_PACEREPORTSERVICE=1
./install_mc2.sh ./mc2-2020.03.31.1-1585699464486.zip > install_log.txt

Info

When the DR region becomes active and EDS is being used on the environment, please follow EDS Metadata Refresh to reinitialize the EDS metadata cache.