Skip to content

Installing SEAL Elastic Stack


  1. Make sure you have internet access for downloading the zip file from the SEAL Systems delivery platform.

  2. Check the requirements for SEAL Elastic Stack.

  3. Install the unzip unpacking program:

    • RHEL:

      sudo yum --assumeyes install unzip
      
    • SLES:

      sudo zypper --non-interactive install unzip
      
  4. In a browser, log on to the SEAL Systems delivery platform with your logon data:

    https://delivery.sealsystems.de

    Hint - logon data

    You receive the logon data from your Technical Project Manager at SEAL Systems.

  5. Download the SEAL Elastic Stack - 1.0.2.9 - rpm folder. It is saved as SEAL Elastic Stack - 1.0.2.9 - rpm.zip.


TEST

  1. Download the SEAL Elastic Stack - 1.0.2.9 - rpm folder. It is saved as SEAL Elastic Stack - 1.0.2.9 - rpm.zip.

END OF TEST


  1. Extract SEAL Elastic Stack - 1.0.2.9 - rpm.zip:

    unzip "SEAL Elastic Stack - 1.0.2.9 - rpm.zip"
    
  2. Change to the SEAL Elastic Stack - 1.0.2.9 - rpm directory and start installing the contained packages:

    cd "SEAL Elastic Stack - 1.0.2.9 - rpm"
    
    sudo sh install.sh
    
  3. Open the required firewall ports for necessary services:

    sudo sh firewall.sh
    

Back to top