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 |
|
Product Log Files
Ops Connector for OEM records actions performed by its event and topology integration services into log files. Occurrences of unexpected behavior are also added as entries into the log files. You can use the logged information to investigate issues.
For more information about metric log data, make sure to enable opcgeni trace for debugging.
Log Files Location
Ops Connector for OEM creates and maintains log files in the <OvDataDir>/log
directory. There is one log file per day for integrated OEM event entity type. For Topology, the log file will be rolled over based on its size. The maximum size limit is 10MB per file, and it can hold up to 10 files at any point of time. The log file names for each integrated OEM entity types (events and topology) as follows:
oem_events.<Date>.log
, oem_topology.log
.
To change location of the log file for a particular integrated OEM entity type, perform these steps:
For Events:
-
Change the current directory to
<OvDataDir>/conf/HPBsmIntOEM/genint
and openoem_events.conf
in a plain text editor. -
In the
genintd
section ofoem_events.conf
file, change the value of thelog-file
option. Preserve the%d
placeholder in the log file name. -
Save your changes.
-
Restart the event integration service as described in Restarting the Services topic.
For Topology:
-
Change the current directory to
<OvDataDir>/conf/HPBsmIntOEM/classpath
and open theapplication-defaults.properties
file in a plain text editor. -
Change the value of
topology.output.file
option. - Save your changes.
- Restart the topology integration service as described in Restarting the Services topic.
Logging Severity Levels
Log entries have different severity levels. In Ops Connector for OEM, the following levels are available for event integration:
Severity Level | Keyword | Meaning |
0
|
No Log | logging is disabled |
1
|
Error, Config | errors, current values of integration configuration options |
2
|
Info, Warning | information messages, warnings |
3
|
Trace | tracing (debugging) messages |
By default, the logging severity level is set to 1
(internal default), which means only errors and configuration-related messages are logged. For troubleshooting purposes, you can change the level.
When a particular logging level is set, it causes messages with lower severity level to be recorded as well. For example, if the severity level is set to 2
, information messages, warnings, errors, and configuration-related messages are logged, but tracing messages are not.
To change the logging severity level for an integrated OEM entity type, perform these steps:
For Events:
-
Change the current directory to
<OvDataDir>/conf/HPBsmIntOEM/genint
and open theoem_events.conf
file in a plain text editor. -
In the
genintd
section, perform the following:-
Uncomment the line with the
log-level
option. -
In the same line, replace the value placeholder in quotation marks with the chosen logging severity level.
For example, to change the logging severity level from the default level to 2, change the line
//, "log-level" : "3"
to
, "log-level" : "2"
-
-
Save your changes.
-
Restart the event integration service as described in Restarting the Services topic.
For Topology:
-
Change the current directory to
<OvDataDir>/conf/HPBsmIntOEM/classpath
and open theapplication-logging.properties
file in a plain text editor. -
To enable trace for topology integration, change the value of
logging.level.com.hp
option to TRACE. - Save your changes.
- Restart the topology integration service as described in Restarting the Services topic.
Related Topic
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: