OCI: OSMS Failed with Error “[Errno 2] No such file or directory: 'osms':'osms'"
in Linux
Applies To:
Oracle Cloud Infrastructure
Symptoms:
After configuring OSMS following the documentation
, OSMS still does not work with the console showing error "No OS Management information is available for this resource
".
The OSMS agent log shows:
$ cat /var/log/oracle-cloud-agent/plugins/osms/agent.log
2024-06-26 11:28:06,540 - ERROR - Error checking actions (next check in 240 seconds): [Errno 2] No such file or directory: 'osms': 'osms'
2024-06-26 11:32:06,555 - ERROR - Error checking actions (next check in 480 seconds): [Errno 2] No such file or directory: 'osms': 'osms'
Cause:
Python version not setup. OSMS requires python version 3.6.8 or later.
$ python --version
-bash: python: command not found
Tagged:
0