macOS local
En esta sección se describen los pasos para configurar Oracle Management Agent y desplegar los plugins de JMS en el host macOS mediante el script de instalación.
Requisitos:
Ejecute el script de instalación con sudo
o acceso administrativo y otorgue el permiso Full Disk Access.
Nota
De forma predeterminada, la secuencia de comandos de instalación:
- Genere un rastreador de uso con funcionalidad adicional para recopilar la propiedad
user.name
para una mejor identificación de las aplicaciones que se ejecutan en servidores de aplicaciones como WebLogic y Tomcat. Si no desea activar esta función, actualice el parámetro--enable-user-name=false
en el script de instalación. Puede modificar el archivo de propiedades de Java Usage Tracker en el futuro para agregar o eliminaruser.name
de la secciónadditionalProperties
. - Desactive el modo Federal Information Processing Standards (FIPS) para los plugins. Para activar el modo FIPS en los relams USGov, actualice el parámetro
--enable-fips-mode=true
en la secuencia de comandos de instalación. - Instale el agente con Frecuencia de telemetría inferior de JMS.
Ejecute el comando --help
para ver la descripción de opciones, como activar o desactivar el nombre de usuario, la configuración de proxy, FIPS, etc.
Los siguientes son los parámetros opcionales junto con la descripción:
-u, --uninstall Uninstall plug-ins, delete configuration files or restore originals from backups and exit.
-r, --reinstall Uninstall plug-ins, delete configuration files or restore originals from backups and continue installation.
-h, --help Print usage message end exit.
--diagnostic Determines if prerequisite conditions are met on the host machine to allow for successful agent installation or upgradation, and plug-in deployment.
Installation attempt will be skipped.
--enable-user-name Generate usage tracker with additional functionality to collect the user.name property for better
identification of applications running in Application Servers like Weblogic and Tomcat servers.
If you want to disable this feature, update the parameter --enable-user-name=false in the installation script.
Alternatively, modify /Library/Application Support/Oracle/Java/usagetracker.properties and add or remove 'user.name' in 'additionalProperties'.
Default value is true.
--enable-fips-mode Enable FIPS mode for plugins in USGov realms.
Format is --enable-fips-mode=true|false (for example, --enable-fips-mode=false).
Modify /etc/bashrc and create a line with ENV_AGENT_PLUGIN_FIPS_APPROVED=true or false.
Without this parameter script won't change anything in /etc/bashrc file.
--ignore-unsupported The setup will proceed on an unsupported platform.
Installation might be successful, but not all functionality might work as intended.
--proxy-host Add proxy host to curl commands, add or replace line 'ProxyHost = VALUE' in install key before Management Agent setup.
Format is --proxy-host="VALUE" (for example, --proxy-host="100.0.0.10").
Default is no proxy. All proxy parameters are optional.
--proxy-port Add proxy port to curl commands, add or replace line 'ProxyPort = VALUE' in install key before Management Agent setup.
Format is --proxy-port="VALUE" (for example, --proxy-port="8050").
--proxy-password Add proxy password to curl commands, add or replace line 'ProxyPassword = VALUE' in install key before Management Agent setup.
Format is --proxy-password="VALUE" (for example, --proxy-password="example").
--proxy-realm Add or replace line 'ProxyRealm = VALUE' in install key before Management Agent setup.
Format is --proxy-realm="VALUE" (for example, --proxy-realm="OC1").
--proxy-user Add proxy user to curl commands, add or replace line 'ProxyUser = VALUE' in install key before Management Agent setup.
Format is --proxy-user="VALUE" (for example, --proxy-user="opc").
--use-agent-installer-path Use this file to setup Management Agent. Optional parameter.
If exists, script won't try to find installation files in current folder.
--use-java-path Use the Java Installation on this path to set up Management Agent. Optional parameter
Format is --use-java-path="JAVA_PATH"
(for example, --use-java-path=/Library/Java/JavaVirtualMachines/jdk1.8.0361.jdk/Contents/Home).
--use-agent-display-name Specify the name to be displayed on the MACS console of your Management Agent.
If the name is not specified, the script will generate the name automatically.
Pasos