Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- Configure
- Adjusting OMi Settings
- Configuring Event Collection
- Installing and Configuring Event Connector
- Configuring Topology Collection
- Configuring Metric Collection
- Backing up and Restoring the Configuration
- Managing the Integrations
- Configuration Options
- Entity Mappings
- Queries for Targets
- Performance Dashboard and Graph Templates
Configuration Options
This topic describes configurable options for integrating Oracle Enterprise Manager (OEM) events, topology, and metrics with Ops Connector for OEM. All options are preconfigured with default values you can modify. While basic options have their default values specified in the corresponding integration files, the default values of advanced options are implicitly defined. To modify the value of an advanced option, manually add the option and its chosen value to a configuration file.
You can find event integration configuration files in the <OvDataDir>/conf/HPBsmIntOEM/genint
directory on the Operations Connector host. They are plain text files. In a configuration file, in the nodes
section, each option has a value that is assigned by using the following syntax:
"<OptionName>" : "<Value>"
If the appropriate option and its value are present but commented out, remove the comment delimiter //
and modify the value as needed.
When adding an advanced option to the configuration file, make sure to add it to the appropriate subsection of the nodes
section. Use the following syntax:
, "<AdvancedOptionName>" : "<Value>"
After reconfiguring an Ops Connector for OEM integration, restart the integration as described in Restarting the Services topic.
Some option descriptions inside the configuration files might be incomplete or incorrect.
Event Integration Options
The following tables list options in oem_events.conf
—the event integration configuration file.
Basic Options
Option Name | Description, (Default) Value |
---|---|
Subsection: source |
|
|
Default SOAP Web Service listener port used for receiving events (alerts) from the Oracle Enterprise Manager host. Default value: |
use-ssl
|
This option enables or disables secure communication—by using the SSL protocol—between Event Connector on the OEM host and the SOAP Web Service endpoint in Ops Connector for OEM on the Operations Connector host. If the option is set to Default value: |
uri
|
String that specifies the web address to use in the SOAP Web Service communication between the Event Connector on the OEM host and Ops Connector for OEM. Specify a valid URL string without the scheme name (protocol), hostname, and port. Default value: |
allow-remote-access
|
The option that, when set to Default value: |
Subsection: processor |
|
copy-count
|
You may alter this option only to locally generate an event output file in the XML format for troubleshooting purposes. Follow the instructions in Troubleshooting the Collection of Events topic. Afterward, adjust the options in the Default value: |
Subsection: sink (eventwssink ) |
|
use-ssl
|
This option enables or disables secure communication—by using the SSL protocol—between Ops Connector for OEM and the REST Web Service listener in Operations Connector. If the option is set to Default value: |
uri
|
String that specifies the web address to use in the REST Web Service communication between Ops Connector for OEM and Operations Connector. Specify a valid URL string without the scheme name (protocol), hostname, and port. The string must match the last part of the value of the Effective URL option in the Source page of the Operations Connector policy for OEM events. Default value: |
port
|
Default port of Operations Connector policies of the Default value: |
server-name
|
Fully qualified domain name (FQDN) or IP address of your Operations Connector host. Default value: |
use-persistency
|
This option enables or disables a local file-based message buffering mechanism. When the mechanism is enabled, messages are delivered in any circumstance. Default value: |
persistency-dir
|
Path of the directory for persistency data files: an internal buffer for the not‑yet‑dispatched messages. If a non-default directory is specified for this option, you must create it in advance with the read and write access enabled. Default value (Windows): Default value (Linux): |
persistency-prefix
|
You may not alter this option. Default value: |
root-element
|
You may not alter this option. Value: |
Advanced Options
Option Name | Description, (Default) Value |
---|---|
Subsection: source |
|
ssl-cert
|
Path of the file that stores a valid CA certificate in the PEM format and which is used to verify the identity of the remote server. The file must contain the certificate preceded by its corresponding private key. The private key may not use a password. Although you can use different ways to obtain such a certificate (for example, you can utilize Operations Connector's own certificate), service provider strongly recommends that you use a certificate issued by a certificate authority (CA). This option must be set when the Default value: (empty) |
Subsection: sink (eventwssink ) |
|
connection-count
|
This option defines how many concurrent connections Ops Connector for OEM should use for transferring event data to Operations Connector. Default value: |
bulk-size
|
Maximum number of messages that Ops Connector for OEM should put into a single REST Web Service request. Default value: |
ssl-cert
|
Path of the file that stores a valid CA certificate in the PEM format and which is used to verify the identity of the remote server. The file must contain the certificate preceded by its corresponding private key. The private key may not use a password. Although you can use different ways to obtain such a certificate (for example, you can utilize Operations Connector's own certificate), service provider strongly recommends that you use a certificate issued by a certificate authority (CA). This option must be set when the Default value: (empty) |
persistency-max-size
|
Size (in bytes) that a persistency data file must exceed to initiate the creation of a new data file. Default value: |
persistency-max-files
|
Maximum number of persistency data files the message buffering mechanism maintains. Default value: |
retry-wait
|
Time period (in seconds) that Ops Connector for OEM waits
before retrying to send the REST Web Service request. This option is
ignored if the Default value: |
use-auth
|
The option that, when set to true, causes Ops Connector for OEM to use the credentials specified for the Enable secure communication using the SSL protocol to prevent the authentication credentials from being sent unencrypted to the Operations Connector host. Default value: |
use-store
|
The option that, when set to true, causes Ops Connector for OEM to obtain the authentication credentials from the GenInt keystore
rather than from the integration configuration file. In this case, the values of
the Enable secure communication using the SSL protocol to prevent the authentication credentials from being sent unencrypted to the Operations Connector host. Default value: |
auth-username
|
User name used for authenticating against the REST Web Service endpoint on the Operations Connector host. If the Default value: (empty) |
auth-password
|
Password used for authenticating against the REST Web Service endpoint on the Operations Connector host. If the Default value: (empty) |
Topology Integration Options
The following table lists options in application-db.properties
, the topology integration configuration file.
Option Name | Description, (Default) Value |
---|---|
OEM_database_host_name
|
Fully qualified domain name of your OEM database host. Default value: (empty) |
port
|
Default Oracle database listener port on the OEM host. As long as you do not reconfigure the Oracle database listener, you may not alter this option. Default value: |
servicename
|
Name of the OEM service on the OEM database host. The name should match with " Default value: |
The following table lists options in application-db.properties
, the topology integration configuration file.
Option Name | Description, (Default) Value |
---|---|
logging.file
|
Specifies log file name and location. Default value: |
The following table lists options in application-logging.properties
, the topology integration configuration file.
Option Name | Description, (Default) Value |
---|---|
logging.level.com.hp
|
Determines the granularity of the message that is logged. Default value: |
Metric Integration Options
Connection Tab
Option Name | Description, (Default) Value |
---|---|
Classpath
|
The Default value: |
JDBC Driver
Class
|
The driver used to connect to the database. Use the fully qualified class name (FQCN) of your JDBC driver Default value: |
Connect string
|
The URL to a database connection (referred to as an Connection string). Default value: |
Username
|
User name used to log on to the database. Default value: (empty) |
Password
|
Password used to log on to the database. Default value: (empty) |
Polling Interval
|
How often the policy queries the database (in days, hours, minutes, and seconds. Default value: 5 minutes |
Collection Tab
Option Name | Description, (Default) Value |
---|---|
SQL statement
|
The SQL query used to query the database. Default value:
|
Session variables
|
A list of keys and initial values for them. These values are used in the data map if the initial value statement fails to load the values to the data map. Default value: |
Initial value statement
|
An SQL statement that is executed in the init method during the policy activation. It can be used to initialize the data map with values. The values returned as last record from the execution of the statement are copied to the data map and returned. Default value: (empty) |
Internals Tab
Option Name | Description, (Default) Value |
---|---|
Fetch size
|
The maximum number of entries the policy sends at once. Default value: |
Result set size
|
The maximum number of entries the policy retrieves from the database in each run. Default value: |
Data Source Tag
|
A user defined descriptive name for the collected data. This tag can be used to distinguish data sets generated by different policies. This may be useful in data forwarding scenario, for example for consumer applications that receive data from the agent. Default value: (empty) |
Accessing the Database Tables
For integration of topology or metrics, a user account with proper access to the OEM database must be configured in OEM. Depending on the data that is collected from OEM and on your OEM version, this account should be granted read access to the following database tables. To provide access to the list of tables, run the following SQL commands:
drop user tusr;
CREATE ROLE BSMC_OEM_ROLE NOT IDENTIFIED;
GRANT SELECT ON SYSMAN.MGMT_TARGETS TO BSMC_OEM_ROLE;
GRANT SELECT ON SYSMAN.MGMT_TARGETS_LOAD_TIMES TO BSMC_OEM_ROLE;
CREATE USER tusr
IDENTIFIED BY "myHP"
DEFAULT TABLESPACE USERS
TEMPORARY TABLESPACE TEMP
PROFILE DEFAULT
ACCOUNT UNLOCK;
GRANT BSMC_OEM_ROLE TO tusr;
GRANT CONNECT TO tusr;
GRANT SELECT ON SYSMAN.MGMT_TARGETS TO tusr;
grant select on sysman.em_manageable_entities to tusr;
grant select on sysman.mgmt_target_assoc_defs to tusr;
grant select on sysman.mgmt_assoc_instances to tusr;
grant select on sysman.mgmt_target_assocs to tusr;
grant select on sysman.mgmt_target_properties to tusr;
grant select on sysman.mgmt_targets to tusr;
grant select on sysman.em_metric_columns to tusr;
grant select on sysman.em_metric_groups to tusr;
grant select on sysman.em_metric_items to tusr;
grant select on sysman.em_metric_keys to tusr;
grant select on sysman.em_metric_values to tusr;
grant execute on sysman.EM_METRIC_VALUE_ACCESS to tusr;
-- One system privilege for APP_BSM
GRANT EXEMPT ACCESS POLICY TO tusr;
CREATE OR REPLACE SYNONYM tusr.MGMT_TARGETS FOR SYSMAN.MGMT_TARGETS;
CREATE OR REPLACE SYNONYM tusr.MGMT_TARGETS_LOAD_TIMES FOR SYSMAN.MGMT_TARGETS_LOAD_TIMES;
CREATE OR REPLACE SYNONYM tusr.em_manageable_entities FOR sysman.em_manageable_entities;
CREATE OR REPLACE SYNONYM tusr.em_metric_items FOR sysman.em_metric_items;
CREATE OR REPLACE SYNONYM tusr.em_metric_columns FOR sysman.em_metric_columns;
CREATE OR REPLACE SYNONYM tusr.em_metric_groups FOR sysman.em_metric_groups;
CREATE OR REPLACE SYNONYM tusr.em_metric_keys FOR sysman.em_metric_keys;
CREATE OR REPLACE SYNONYM tusr.em_metric_values FOR sysman.em_metric_values;
CREATE OR REPLACE SYNONYM tusr.em_metric_value_access FOR sysman.em_metric_value_access;
CREATE OR REPLACE SYNONYM tusr.mgmt_target_assocs FOR sysman.mgmt_target_assocs;
CREATE OR REPLACE SYNONYM tusr.mgmt_target_assoc_defs FOR sysman.mgmt_target_assoc_defs;
CREATE OR REPLACE SYNONYM tusr.mgmt_assoc_instances FOR sysman.mgmt_assoc_instances;
tusr
is defined as a sample user.Related topics
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to ovdoc-asm@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: