Skip to content

Updating SEAL Elastic Stack


??? WAS MUSS ICH FÜR EIN UPDATE MACHEN? EINFACH DIE NEUE VERSION RUNTERLADEN UND "DRÜBERBÜGELN"? ICH HABE DIE ANLEITUNG VON DER INSTALLATION HIERHER KOPIERT. DIE MUSS ENTSPRECHEND ANGEPASST WERDEN.

  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.

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

    unzip "SEAL Elastic Stack - 1.0.2.9 - rpm.zip"
    
  7. 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
    
  8. Open the required firewall ports for necessary services:

    sudo sh firewall.sh
    

Back to top