Installing OmniAdvisor
Before installing OmniAdvisor, obtain the software installation package and verify its integrity. For details, see the section of environment requirements. Install the OmniAdvisor software package on the management node and remove other users' read permission on the OmniAdvisor software package.
- Create an OmniAdvisor installation directory on the management node.
1mkdir -p /opt/OmniAdvisor
- Obtain the OmniAdvisor software package by following instructions in Obtaining Software and upload the software package to the /opt/OmniAdvisor installation directory.
- Go to the OmniAdvisor installation directory and decompress the software package.
1 2 3
cd /opt/OmniAdvisor unzip boostkit-omniadvisor-log-analyzer-1.1.0-aarch64.zip unzip BoostKit-omniadvisor_1.1.0.zip
To prevent the file from being replaced, you are advised to decompress the software package as a non-root user so that the permission for the decompressed directory is minimized.
- Remove the other users' read permission for the OmniAdvisor software package.
1 2
chmod -R o-r boostkit-omniadvisor-log-analyzer-1.1.0-aarch64 chmod -R o-r BoostKit-omniadvisor_1.1.0
Parent topic: Installing the Feature