OCI: Autonomous Linux Instance Appears Under "OS Management Hub" Instead of "Autonomous Linux"
Note: Please register a free account to access the full content and also to participate in Q&A in the community
Applies To:
Oracle Cloud Infrastructure
Oracle Linux
Symptoms
The Autonomous Linux instance is appearing under the 'OS Management Hub' instead of the 'Autonomous Linux' section in the OCI console.
Furthermore, the 'Autonomous Linux' plugin is missing from the Management section of the instance details.
Cause
Missing installation of alx-utils and alx-utils-libs packages resulted in the issue.
# rpm -qa --last | grep -iE "alx-utils|alx-utils-libs|oracle-cloud-agent" oracle-cloud-agent-1.52.0-10.el9.x86_64 Tue 10 Jun 2025 09:03:43 AM GMT
Solution
- Stop the oracle-cloud-agent service.
# systemctl stop oracle-cloud-agent