Rate This Document
Findability
Accuracy
Completeness
Readability

Installing the Software

After installing the dependency packages, install the OmniShield software. Perform the following operations on the management node and all compute nodes.

  1. Obtain the OmniShield installation package from Obtaining Software, save it to the /home/ directory, and run the following command to decompress the package:
    1
    unzip boostkit-omnishield-spark-3.3.1-1.1.0-aarch64.zip
    
  2. Copy the JAR package to the /opt directory.
    1. Copy the OmniShield JAR package to the /opt/omnishield directory.
      1
      2
      mkdir -p /opt/omnishield
      cp omnishield-1.0-SNAPSHOT.jar /opt/omnishield
      
    2. Copy the KMS JAR package to the /opt/omnishield directory. KMS users need to compile and build the JAR package based on the APIs provided by OmniShield.
      1
      cp kms.jar /opt/omnishield