Upgrading OmniOperator Locally
To upgrade OmniOperator locally, delete all library files, including the dependency SO 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 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-15.so rm -rf include libboostkit-omniop* boostkit-omniop* libsecurec.so
- Download and upload the version dependency packages and OmniOperator packages (for details about how to obtain them, see OS and Software Requirements and Obtaining Software) to the management and compute nodes, and complete the installation by following instructions in Installing Dependencies and Installing OmniOperator.
Parent topic: Upgrading the OmniOperator Software