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¶
-
Check if all Requirements are fulfilled.
-
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.
-
Extract
Operator - 1.7.0.798 - rpm.zip
. -
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
-
Open the firewall ports.
sudo sh firewall.sh
-
Start the following service:
operator service start seal-consul-agent
-
Import the SEAL Operator configuration:
operator config update /opt/seal/etc/operator.yml --token INSECURE_ACL_MASTER_TOKEN --insecure
-
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