Skip to content

Installation


  1. Install the unpacking program unzip if necessary:

    • RHEL:

      sudo yum --assumeyes install unzip
      
    • SLES:

      sudo zypper --non-interactive install unzip
      
  2. For x86 architecture download the NATS - 2.10.0.48 - rpm folder. It is saved as NATS - 2.10.0.48 - rpm.zip. For s390x architecture download the NATS - 2.10.0.48 - rpm_s390x folder. It is saved as NATS - 2.10.0.48 - rpm_s390x.zip.

    Hint - logon data

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

  3. Extract NATS - 2.10.0.48 - rpm.zip:

    unzip "NATS - 2.10.0.48 - rpm.zip"
    
  4. Change to the NATS - 2.10.0.48 - rpm directory and start installing the contained packages:

    cd "NATS - 2.10.0.48 - rpm"
    
    sudo sh install.sh
    
  5. Open the required firewall ports for necessary services:

    sudo sh firewall.sh
    
  6. Start the service:

    sudo systemctl start seal-nats
    

Back to top