Upgrading OmniOperator
To upgrade OmniOperator locally, delete all library files, including the SO dependency files and OmniOperator files, and then upload the latest packages.
Perform the following steps on the management node and all compute nodes. Ensure that no task is being executed on the OmniOperator upper-layer engine.
- Delete the dependency SO files and OmniOperator-related files. For details about how to uninstall the HMPP dependencies, see 3. The following uses the /opt/omni-operator/lib installation directory as an example.
cd /opt/omni-operator/lib rm -rf libjemalloc.so.2 libLLVM-12.so rm -rf include libboostkit-omniop* boostkit-omniop* config.h libsecurec.so
- Download and upload OmniOperator packages and the dependency packages (for details about obtain the software, see Software Requirements) to the management node and compute nodes, and complete the installation by following instructions in Installing Dependencies and Installing OmniOperator.
Parent topic: Deploying OmniOperator Locally