Versions Compared

Key

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

...

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:

...