Requirements
The Extension must be installed both on a OneAgent and on the Dynatrace Cluster. See Deploy an extension in our full documentation for more details.
1. Install the Extension on a OneAgent
Extract the extension zip file to the plugin_deployment
folder at the root of the oneagent.
Linux:
- A default installation can be done with the following command:
unzip -o -d /opt/dynatrace/oneagent/plugin_deployment custom.python.siebel_plugin.zip
- Adjust the path if the OneAgent was installed somewhere other than
/opt/dynatrace
Windows:
- Unzip the Extension to:
%PROGRAMFILES%\dynatrace\oneagent\plugin_deployment
- Adjust the path if the OneAgent was installed somewhere other than
%PROGRAMFILES%\dynatrace
Tip: Make sure the unzipped folder is not nested inside another folder. The path should be in the form: \plugin_deployment\custom.remote.python.siebel_plugin\<extension files>
2. Upload the Extension to the Dynatrace Cluster via UI in the browser
Upload the same extension zip file to your tenant. The Extension configuration and upload UI is located at:
Settings > Monitored technologies > Custom extensions > Upload extension
Configuration
The Siebel extension will not collect metrics until you configure a global or host specific configuration.
Parameters required are:
- SARM logs location (directory or environment variable name)
- Path to
sarmquery
executable (directory or environment variable name)
Examples:
E:/APPS/Siebel/8.1.1.11.0/ses/siebsrvr/log
or SIEBEL_LOG_DIR
C:/Siebel/sarmquery
or SIEBEL_SARMQUERY
The Siebel ARM log files needs to be written every minute, and with at least a level of 1. See here for more details on how to set that up.