Installing the Software
After installing the dependency packages, install the OmniShield software. Perform the following operations on the management node and all compute nodes.
- Obtain the OmniShield installation package from Obtaining Software, save it to the /home/ directory, and run the following command to decompress the package:
1unzip boostkit-omnishield-spark-3.3.1-1.1.0-aarch64.zip - Copy the JAR package to the /opt directory.
- Copy the OmniShield JAR package to the /opt/omnishield directory.
1 2
mkdir -p /opt/omnishield cp omnishield-1.0-SNAPSHOT.jar /opt/omnishield
- 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.
1cp kms.jar /opt/omnishield
- Copy the OmniShield JAR package to the /opt/omnishield directory.
Parent topic: Installing the Feature