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
- Creating the Integration Services
- Configuring the Connection
- Configuring the Event Integration
- Configuring the Topology Integration
- Configuring the Metric Integration
- Configuring Operations Connector for High Availability
- Activating the Policies in Operations Connector
- Starting the Integration Services
- Backing up and Restoring the Configuration
- Managing the Integration Services
- Launching the Configuration Utility in a Non-English Language
- Configuration Options
- Entity Mappings
- Performance Dashboard and Graph Templates
Configuration Options
This topic describes configurable options that affect the behavior of the Microsoft SCOM event, topology, and metric integrations in Operations Connector for Microsoft SCOM. All options are preconfigured with default values that you can modify. While basic options have their default values specified in the configuration 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.
Integration Configuration Files
You can find integration configuration files in the <OvDataDir>\conf\HPBsmIntSCOM\genint
directory on the Operations Connector host. They are plain text files. Their file names contain the version of the Microsoft SCOM instance from which data is collected and the data type indicator. For the second and each additional integrated Microsoft SCOM instance, the consecutive number of the instance is added to the file names. Examples:
-
The configuration file of the topology integration with the first (only) Microsoft SCOM instance, whose product version is 2012 or later, is named
scom_2012_topology_integration.conf
. -
The configuration file of the metric integration with the second Microsoft SCOM instance of the same product version 2007 is named
scom_2007_metric_2_integration.conf
.
In a configuration file, in the nodes
section, each option has a value that is assigned by using the following syntax:
"<OptionName>" : "<Value>"
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 Operations Connector for Microsoft SCOM integration, restart the integration service as described in Restarting the Services topic.
Some option descriptions inside the configuration files might be incomplete or incorrect.
Default values of several basic options documented in this section contain one of the following placeholders: <InstanceID>
or <BacksyncPort>
. In the actual configuration files, these placeholders are resolved into literal strings. When reconfiguring such a basic option, you may not change the strings that result from the placeholder substitution.
Event Integration Options
The following tables list options in an event integration configuration file of Operations Connector for Microsoft SCOM.
Basic Options
Option Name | Description, (Default) Value |
---|---|
Subsection for collecting: source (eventsource) |
|
interval
|
Time period (in seconds) that defines the intervals at which the accumulated events (alerts) are acquired from the integrated Microsoft SCOM instance. Default value: |
collect-actual-health-state
|
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 and Metrics topic. Afterward, adjust the options in the Default value: |
copy splitter
|
To store the alerts in an XML format for debugging or troubleshooting purposes, you can use the copy splitter functionality available in the connector configuration file. Default value: |
Subsection for collecting: sink (eventwssink) |
|
uri
|
String that specifies the web address to use in the REST Web Service communication between Operations Connector for Microsoft SCOM and Operations Connector. Specify a valid URL string without the scheme name (protocol), hostname, and port. Default value: |
server-name
|
Fully qualified domain name (FQDN) of your Operations Connector host. Default value: |
port
|
Default port of Operations Connector policies of the REST Web Service Listener type. As long as you do not reconfigure Operations Connector, you may not alter this option. Default value: |
use-ssl
|
This option enables or disables secure communication using the SSL protocol. Default value: |
root-element
|
You may not alter this option. 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. You must create the directory in advance with the read and write access enabled. Default value: |
persistency-prefix
|
You may not alter this option. Value: |
Subsection for debugging: sink (eventxmlsink) |
|
root-element
|
Name of the root element in the event output XML file. Default value: |
filename
|
Path of the event output file to which Operations Connector for Microsoft SCOM writes data. You do not have to create this file in advance. Default value: |
rollover-size
|
Size (in kilobytes) that an output XML file must exceed to initiate an output file rollover (that is, creating a new file and redirecting output into it). Default value: |
rollover-count
|
Maximum number of output XML files the rollover mechanism may maintain. Default value: |
rollover-wait
|
Time period (in seconds) that Operations Connector for Microsoft SCOM waits before retrying the rollover. Default value: |
Subsection for backward synchronization: source (backsyncsource) |
|
port
|
You may not alter this option. Value: |
Subsection for backward synchronization: sink (backsyncsink) |
|
enable-backsync
|
The option that, when set to Default value: |
close-monitor-alerts
|
The option that, when set to Default value: |
Advanced Options
Option Name | Description, Default Value |
---|---|
Subsection for collecting: sink (eventwssink) |
|
connection-count
|
This option defines how many concurrent connections Operations Connector for Microsoft SCOM should use for transferring event data to Operations Connector. Default value: |
bulk-size
|
Maximum number of messages that Operations Connector for Microsoft SCOM 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 certificate must contain the private key and the public key. This option must be set when the Default value: (empty) |
use-auth
|
The option that, when set to Enable secure communication by 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 Enable secure communication by 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. Default value: (empty) |
auth-password
|
Password used for authenticating against the REST Web Service endpoint on the Operations Connector host. 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 Operations Connector for Microsoft SCOM waits before retrying to send the REST Web Service request. This option is ignored if the Default value: |
Topology Integration Options
The following tables list options in a topology integration configuration file of Operations Connector for Microsoft SCOM.
Basic Options
Option Name | Description, Default Value |
---|---|
Subsection: source (toposource) |
|
interval
|
Time period (in seconds) that defines the intervals at which the topology data is acquired from the integrated Microsoft SCOM instance. Default value: |
configuration-groups
|
You may not alter this option directly. To define the set of Microsoft SCOM groups from which the monitoring objects are collected to create topology data in OMi, use the Configuration Utility of Operations Connector for Microsoft SCOM. Default value: |
execute-transformations
|
The option that, when set to Default value: |
transformations-file
|
Path of the file with the custom definition of topology transformation that Operations Connector for Microsoft SCOM uses to enrich topology data. When the value is left empty, the default topology transformation is used. You can find a template of the custom transformation definition at the location Default value: (empty) |
create-hostkeys
|
This option enables or disables creation of Operations Manager i-conforming host keys based on the systems' MAC or IP addresses. If set to Default value: |
allow-nslookup-for-hostkey
|
The option that, when set to Default value: |
ip-collection-mode
|
This option specifies the IP format that Operations Connector for Microsoft SCOM uses when artificially creating IP addresses. The allowed values are Default value: |
ip-create-mode
|
This option defines how discovery of network interface controllers (NICs) is conducted. If the option is set to Default value: |
enrich-ips
|
This option enables or disables enrichment of IP addresses with the data from the network interface controllers (NICs). The option is ignored if the Default value: |
discovery-domain
|
Domain in which Microsoft SCOM object discovery is run. Default value: |
allow-nslookup-for-app-ip
|
The option that, when set to Default value: |
Subsection: sink (toposink) |
|
filename
|
Path of the topology output file to which Operations Connector for Microsoft SCOM writes data. You do not have to create this file in advance. This value must match the value of the Default value: |
Subsection: sink (discoverysink) |
|
filename
|
Path of the self-discovery topology output file to which Operations Connector for Microsoft SCOM writes data. You do not have to create this file in advance. This value must match the value of the Default value: |
Advanced Options
Option Name | Description, Default Value |
---|---|
Subsection: sink (toposink) |
|
tmp-filename
|
Name of the temporary file used as a buffer while waiting for the
next topology data block. If the time period configured with the
The Default value: |
message-timeout
|
Time period (in seconds) that Operations Connector for Microsoft SCOM waits for the next topology data block before overwriting the topology output file with the received data that is already in the buffer. Default value: |
Subsection: sink (discoverysink) |
|
tmp-filename
|
Name of the temporary file used as a buffer while waiting for the
next self-discovery topology data block. If the time period configured with the
The Default value: |
message-timeout
|
Time period (in seconds) that Operations Connector for Microsoft SCOM waits for the next self-discovery topology data block before overwriting the self-discovery topology output file with the received data that is already in the buffer. Default value: |
Metric Integration Options
The following tables list options in a metric integration configuration file of Operations Connector for Microsoft SCOM.
Basic Options
Option Name | Description, (Default) Value |
---|---|
Subsection: source |
|
interval
|
Time period (in seconds) that defines the intervals at which the metrics are acquired from the integrated Microsoft SCOM instance. Default value: |
filter-file
|
Path of the file that contains settings for filtering the Microsoft SCOM metric data. Default value: |
Subsection: processor |
|
copy-count
|
You may alter this option only to locally generate a metric output file in the XML format for troubleshooting purposes. Follow the instructions in Troubleshooting the Collection of Events and Metrics topic. Afterward, adjust the options in the Default value: |
Subsection for collecting: sink (metricwssink) |
|
uri
|
String that specifies the web address to use in the REST Web Service communication between Operations Connector for Microsoft SCOM and Operations Connector. Specify a valid URL string without the scheme name (protocol), hostname, and port. Default value: |
server-name
|
|
port
|
|
use-ssl
|
|
root-element
|
You may not alter this option. Value: |
use-persistency
|
|
persistency-dir
|
|
persistency-prefix
|
You may not alter this option. Value: |
Subsection for debugging: sink (metricxmlsink) |
|
root-element
|
Name of the root element in the metric output XML file. Default value: |
filename
|
Path of the metric output file to which Operations Connector for Microsoft SCOM writes data. You do not have to create this file in advance. Default value: |
rollover-size
|
See Event Integration Options. |
rollover-count
|
See Event Integration Options. |
rollover-wait
|
See Event Integration Options. |
Advanced Options
Option Name | Description, Default Value |
---|---|
Subsection for collecting: sink (metricwssink) |
|
connection-count
|
|
bulk-size
|
See Event Integration Options. |
ssl-cert
|
See Event Integration Options. |
use-auth
|
See Event Integration Options. |
use-store
|
See Event Integration Options. |
auth-username
|
See Event Integration Options. |
auth-password
|
See Event Integration Options. |
persistency-max-size
|
See Event Integration Options. |
persistency-max-files
|
See Event Integration Options. |
retry-wait
|
See Event Integration Options. |
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: