Skip to content

Installation


Hint - no Internet access

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


Install SEAL Operator

  1. Check if all Requirements are fulfilled.

  2. Download the Operator - 1.7.0.798 - rpm folder. It is saved as Operator - 1.7.0.798 - rpm.zip.

    Hint - logon data

    You receive the logon data for https://delivery.sealsystems.de from your Technical Project Manager at SEAL Systems.

  3. Extract Operator - 1.7.0.798 - rpm.zip.

  4. Switch to the Operator - 1.7.0.798 - rpm directory and start the installation of the packages:

    cd "Operator - 1.7.0.798 - rpm"
    
    sudo sh install.sh
    
  5. Open the firewall ports.

    sudo sh firewall.sh
    
  6. Start the following service:

    operator service start seal-consul-agent
    
  7. Import the SEAL Operator configuration:

    operator config update /opt/seal/etc/operator.yml --token INSECURE_ACL_MASTER_TOKEN --insecure
    
  8. Start SEAL Operator:

    operator service start
    

Hint - no automatic start

After an installation or update, you need to start the operator service yourself. It won't start automatically.


Next Step

Continue with: Mandatory Configuration Overview


Back to top