macOS
This section describes the steps to set up the Oracle Management Agent and deploy the JMS plug-ins on macOS host using the OMA installer.
Steps
- Copy the compressed file and the configuration file to a new folder.
- Extract the compressed file into the new folder. For example, extracting
jms_setup_v9.0.57_macos-x86_64.tar.gz
will create a folder namedjms_setup_v9.0.57_macos-x86_64
within the new folder. - Navigate to the extracted folder from Step 2 and execute
./setupJMS.sh
as a root user.Note
- The following are the optional parameters along with the description:
--diagnostic
: determines if prerequisite conditions are met on the host machine to allow for successful agent installation and plug-in deployment--force
: uninstalls the plug-ins, deletes the configuration files or restores the originals from backups, and continues with installation--override-jdk-symlink
: replaces the existing JDK symlink that is created by the user with a new symlink pointing to the JDK installed in the agent's directory
Alternatively, the
JMS_configuration.rsp
file contains the setup parameters that you can use to customize your installation process. See Configuration Parameters for the complete list. - See Running Agent Installation Diagnostics for the complete list of criteria checked during diagnostics, along with solutions or recommendations.
- The following are the optional parameters along with the description:
- Once the installation is complete, a similar message will appear:
Verifying status of JMS installation... Management Agent installation has been completed with 'Java Management service plugin (Service.plugin.jm)' JMS advanced features will be enabled on this instance. Management Agent was successfully registered using key <JMS_YourFleetName>(ocid1.managementagentinstallkey.oc1.iad.<ocid hash>). Instance has been assigned to JMS fleet <JMS_YourFleetName>(ocid1.managementagentinstallkey.oc1.iad.<ocid hash>) A copy of this installation log can be found at /Library/Oracle/JMSInstallScript/JMSInstallScriptLogs-<date>.log Removing the temporary files. The JMS installer and configuration file can be removed from the machine. /Library/Oracle/JMSInstallScript/JMSInstallerLogs-<date>.log contains the install log. Agent is successfully installed and is running.
The log files are located in the /Library/Oracle/JMSInstallScript/
directory.