- Go to the folder where you saved the management agent software and the response file.
- Log in to the host and edit the
/etc/sudoers
file and add the
following to the end of the file:
mgmt_agent ALL=(ALL)NOPASSWD:/Library/Oracle/mgmt_agent/agent_inst/bin/chown_recursive_ep.sh
mgmt_agent ALL=(root) NOPASSWD: ALL
- Install and start the management agent, as described in Install Management Agents. The Java Management Service plug-in will be deployed during installation.
- Verify the output from the setup script. If the console output indicates that the plug-in has failed to deploy, then ensure that the clock on your host is synchronized with the clock on the OCI platform. For more information, see Maximum Allowed Client Clock Skew.
- Verify the installation, as described in Verify Management Agents on Compute Instances. You can identify your agent using the hostname of the host. Find the OCID of the agent in the Agent Id value in Agent information tab of the Agent's details page.
- Register the agent to the JMS fleet by
- In OCI console, using the fleet's Add Managed
Instance(s) action in the Managed Instances view. If the host shows up in the Unregistered Managed Instances list, you can select it and add it to the fleet. It
may take some time for the host to show up in the Unregistered Managed
Instances list after the plugins are enabled. Alternatively, add the host using the OCID of the
agent in the Manual registration section.
OR
- Using the OCI CLI command line:
oci jms jms-plugin create --fleet-id <fleet_ocid> --agent-id <agent_ocid> --compartment-id <agent_compartment_ocid>
OR
- Creating a
registration.json
file in the JMS plugin's
configuration directory using the following:
{
"version": 1,
"fleetId": "<fleetId>"
}
Replace "<fleetID>" with the OCID of the fleet to
which you want to register the instance.
Place the registration file under
/Library/Application
Support/Oracle/jms/auto-registration/registration.json
Note
The registration.json
file is
deleted when the registration succeeds.
The log files are located in the /Library/Application
Support/Oracle/jms/auto-registration/registration.json
directory.