Register an on-premises or supported third-party cloud instance by installing necessary packages, adding a registration profile, and installing the Management Agent.
Ensure the instance is synchronized with a time server (NTP). For example, you can configure Chrony.
Add the Registration Profile to the Instance 🔗
In the Console, copy the contents of the software source, group, or lifecycle profile.
Open the navigation menu and select Observability & Management. Under OS Management Hub, select Profiles.
Select the name of the profile.
Verify the profile information identifies a Management Station. This confirms the profile is for on-premises or third-party cloud instances.
If the profile is the correct type, select View.
Copy the contents of the profile.
Log in to the instance as a user with sudo privileges
Create the /etc/osmh-profile file (with no file extension on the filename) using a text editor. For example:
Copy
sudo vi /etc/osmh-profile
Paste the profile contents that you copied from the Console and save the file.
Install the Management Agent
🔗
Install the Management Agent software on the instance. The Management Agent uses the OS Management Hub plugin to register instances with the OS Management Hub service.
Confirm the following lines are present. If not, add them and save the file.
Copy
## Read drop-in files from /etc/sudoers.d (the # here does not mean a comment)
#includedir /etc/sudoers.d
Install required packages. This includes JDK8 or JRE8 (minimum 1.8u281 or a later 1.8 version).
Java Development Kit (JDK) or Java Runtime Environment (JRE) must be installed on the instance before you install the Management Agent software. The Management Agent requires JDK8 only.
Oracle Linux 9
Copy
sudo dnf install -y java-1.8.0-openjdk chkconfig
Oracle Linux 8
Copy
sudo dnf install -y java-1.8.0-openjdk
Oracle Linux 7
Copy
sudo yum install -y java-1.8.0-openjdk
Set the JAVA_HOME environmental variable to use JDK8. Setting the variable ensures MACS uses the correct Java version when newer versions are on the system.
Activate the Management Agent with the OS Management Hub plugin. Upon activation, the instance registers with the OS Management Hub service in the compartment specified in the install key and with the content associated with the profile.
Configure the Management Agent plugin to run as root. The OS Management Hub plugin needs to run as root to patch the instance. For example:
Copy
sudo tee /etc/sudoers.d/mgmt_agent <<EOF
## Allows Management Agent to change ownership of deployed External Plugin
mgmt_agent ALL=(ALL) NOPASSWD:/opt/oracle/mgmt_agent/agent_inst/bin/chown_recursive_ep.sh
## Allows Management Agent to run External Plugin under root user
mgmt_agent ALL=(root) NOPASSWD:SETENV: /opt/oracle/mgmt_agent/plugins/osmh/*/osmh
EOF
Set the permissions of the file to 440.
Copy
sudo chmod 440 /etc/sudoers.d/mgmt_agent
In the Console, copy the Management Agent install key to use to register the instance.
Open the navigation menu and select Observability & Management. Under Management Agent, select Downloads and Keys.
Under Install keys, find the key that you want to use to register the instance.
Select the Actions menu for the key and select Copy key to clipboard.
Create a response (input.rsp) file manually with a text editor and replace <MACS_KEY> with the install key that you copied in the previous step.
The input.rsp file requires the following mandatory parameters.
ManagementAgentInstallKey: Install key required to validate the identity of the domain and the authenticity of the installation.
Service.plugin.osmh.download = true: Deploys the OS Management Hub (osmh) plugin during the agent installation.
To use the management station as the proxy for all OS Management Hub communication with the instance, add the following parameters in the input.rsp file.
A successful setup returns the following message: Agent setup completed and the agent is running. The setup of the OS Management Hub plugin can take another few minutes in the background.
Verify Instance Registration and Details 🔗
Verify the instance registered with OS Management Hub.
Open the navigation menu and select Observability & Management. Under OS Management Hub, select Instances.
Under List scope, select the compartment that contains the instance.
Confirm the instance appears in the table, and verify the status is Active.
Select the name of the instance to view its details.
Under Instance information, you can view details about the instance, such as the registration profile it used to register with the service and whether it's a member of a group or lifecycle environment, if applicable.
Note
The instance might take a few minutes to report the initial package and module inventory to the service.