Skip to content

Installation


The installation steps divided in the ones for the management server and the ones for the PLOSSYS 5 server.


Hint - no Internet access

If the server on which you want to install the components does not have Internet access, use another server with Internet access for logging on to the SEAL Systems delivery platform and downloading the folder and packages. Then, copy the downloaded files to the server on which you want to install.


Install the Management Server

  1. Check if all requirements for the management server have been fulfilled.

  2. 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.

  3. Download seal-bos2gyros-1.0.30-276.x86_64.rpm.

  4. Install seal-boy2gyros:

    • RHEL:

      sudo yum --assumeyes install seal-bos2gyros-1.0.30-276.x86_64.rpm
      
    • SLES:

      sudo zypper --non-interactive install seal-bos2gyros-1.0.30-276.x86_64.rpm
      
  5. Install the unpacking program unzip:

    • RHEL:

      sudo yum --assumeyes install unzip
      
    • SLES:

      sudo zypper --non-interactive install unzip
      
  6. Download the SEAL Elastic Stack 1.0.0.493 - rpm folder. It is saved as SEAL Elastic Stack 1.0.0.493 - rpm.zip.

  7. Extract SEAL Elastic Stack 1.0.0.493 - rpm.zip:

    unzip "SEAL Elastic Stack 1.0.0.493 - rpm.zip"
    
  8. Change into the SEAL Elastic Stack 1.0.0.493 - rpm/server directory and install the server-related packages contained there:

    cd "SEAL Elastic Stack 1.0.0.493 - rpm/server"
    
    sudo sh install.sh
    

Install the PLOSSYS 5 Server

  1. Check if all requirements for the PLOSSYS 5 server have been fulfilled.

  2. 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.

  3. Install the unpacking program unzip:

    • RHEL:

      sudo yum --assumeyes install unzip
      
    • SLES:

      sudo zypper --non-interactive install unzip
      
  4. Download the PLOSSYS 5.1.0.19752 - rpm folder. It is saved as PLOSSYS 5.1.0.19752 - rpm.zip.

  5. Extract PLOSSYS 5.1.0.19752 - rpm.zip:

    unzip "PLOSSYS 5.1.0.19752 - rpm.zip"
    
  6. Change to the PLOSSYS 5 - 5.1.0.19752 - rpm directory and start the installation of the packages contained there:

    cd "PLOSSYS 5 - 5.1.0.19752 - rpm"
    
    sudo sh install.sh
    
  7. Download the SEAL Elastic Stack {{ SEAL_SLASTICSTACK_VERSION }} - rpm folder. It is saved as SEAL Elastic Stack 1.0.0.493 - rpm.zip.

  8. Extract SEAL Elastic Stack 1.0.0.493 - rpm.zip:

    unzip "SEAL Elastic Stack 1.0.0.493 - rpm.zip"
    
  9. Change into the SEAL Elastic Stack 1.0.0.493 - rpm/client directory and install the client-related packages contained there:

    cd "SEAL Elastic Stack 1.0.0.493 - rpm/client"
    
    sudo sh install.sh
    

Next Step

Continue with: Mandatory Configuration Overview


Back to top