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 Custom Correlations
- Configure a Correlation Rule
- Configure a Parent Incident Filter for a Correlation Rule
- Configure a Child Incident Filter for a Correlation Rule
- Configure a Correlation Filter
- Correlation Rule Example
- Configure a Causal Rule
- Configure a Child Incident for a Causal Rule
- Configure a Child Incident Filter for a Causal Rule
- Configure a Source Object Filter for a Causal Rule
- Configure a Source Node Filter for a Causal Rule
- Causal Rule Example
Causal Rule Example
Tip Use these steps as a guideline for creating your own Causal Rules.
This example creates a Causal Rule that generates a new CardHealthProblem Parent Incident. It uses the traps described in the following table to determine the following:
• Whether there is a temperature problem or diagnostic failure for a Field Replaceable Unit (FRU) Card module
• Whether the source of the problem is a fan, a power supply, or both.
Trap | Description |
---|---|
FruModuleStatusChange | Indicates a temperature problem (14) or diagnostic failure (11) for the Field Replaceable Unit (FRU) card module |
CiscoEnvMonFanNotification | Physical Sensor object incident: Indicates the problem is related to a fan. The example Causal Rule uses this trap to obtain the name of the fan. |
CiscoEnvMonSuppStatusChangeNotif | Physical Sensor object incident: Indicates the problem is related to the Power Supply. |
Using the Causal Rule described in this example, NNMi generates a new CardHealthProblem Parent Incident when NNMi determines the following:
-
The Source Object for the Child Incident is a Field Replaceable Unit (FRU) card.
Note NNMi checks for the com.hp.nnm.capability.card.fru capability to determine whether the Source Object is an FRU card.
- The FruModuleStatusChange trap returns a value of either 14 (temperature problem) or 11 (diagnostic failure).
-
Navigate to the Causal Rule form:
- From the workspace navigation pane, select the Configuration workspace.
- Expand the Incidents folder.
- Select Custom Correlation Configuration.
- Navigate to the Causal Rules tab.
- From the Causal Rules table toolbar, click the New icon.
- In the Name attribute, enter a unique name that will help you to identify the Causal Rule. In this example, the Causal Rule Name is Card Health.
- In the Author attribute, either enter a name that identifies the person who is creating the Causal Rule or keep the default value Customer.
- Make sure Enabled is checked to indicate the NNMi Causal Engine should use this Causal Rule when evaluating incidents.
- To create a new Incident Configuration for the Parent Incident, in the Parent Incident Lookup Field, select New.
-
In the Management Event Configuration form, enter the Basics information as follows:
- In the Name attribute, enter CardHealthProblem for the Name value.
- Make sure Enabled is checked to indicate the NNMi Causal Engine should use this Causal Rule when evaluating incidents.
- In the Categories Lookup Field, select Quick Find and select Fault from the list of incident Categories.
- In the Family Lookup Field, select Quick Find and then Card from the list of incident Families.
- In the Severity Lookup Field, select Quick Find and then Critical from the list of incident Severities.
-
In the Message Format attribute, enter the following:
Card $.1.3.6.1.2.1.47.1.1.1.1.7.5000 with $.1.3.6.1.4.1.9.9.13.1.4.1.2 and Power Supply not functioning
NNMi displays the name of the Card using the Object Identifier (OID) value of $.1.3.6.1.2.1.47.1.1.1.1.7.5000. NNMi displays the name of the Fan using the OID value of $.1.3.6.1.4.1.9.9.13.1.4.1.2.
- Click Save and Close to save your changes and return to the Causal Rule form.
- In the Correlation Nature select Root Cause from the drop-down list.
- In Common Child Incident Attribute, enter ${hostname}.
- In the Correlation Window Duration attribute, keep the default value of 5 minutes.
- Use the Description attribute to provide additional information that you would like to store about the current incident configuration. This description applies only to the configuration entry.
- In the Causal Rule form, navigate to the Child Incidents tab.
- Click the New icon to configure the first Child Incident.
- In the Name attribute of the Child Incident Configuration form, enter FRU Card.
- In the Child Incident Lookup Field, select Quick Find and then CiscoModuleStatusChange from the list of incident configurations.
- To forward the Card name to the new Parent Incident, in Forward Child Custom Incident Attributes, enter .1.3.6.1.2.1.47.1.1.1.1.7.5000.
- Check to enable Use Child Incident's Source Object for Parent .
- Check to enable Use Child Incident's Source Node for Parent .
-
In the Child Incident Configuration form, navigate to the Child Incident Filter tab.
Next, create the following filter:
(capability = com.hp.nnm.capability.card.fru AND ${valueOfCia(\Q.1.3.6.1.4.1.9.9.117.1.2.1.1.2.5000\E)} = 11) OR ${valueOfCia(\Q.1.3.6.1.4.1.9.9.117.1.2.1.1.2.5000\E)} = 14)
- In the Attribute field, enter capability.
- In the Operator field, select = from the drop-down menu.
- In the Expression field, enter com.hp.nnm.capability.card.fru.
- Click Append.
- Select Insert from the drop-down menu.
- Click AND.
- Click to select AND in the Child Incident Filter Expression.
- Select Append from the drop-down menu.
- Click OR.
- Click to select OR in the Child Incident Filter Expression.
- In the Attribute field, enter ${valueOfCia(\Q.1.3.6.1.4.1.9.9.117.1.2.1.1.2.5000\E)}.
- In the Operator field, select = from the drop-down menu.
- In the Expression field, enter 11.
- Click Append.
- In the Attribute field, enter ${valueOfCia(\Q.1.3.6.1.4.1.9.9.117.1.2.1.1.2.5000\E)}.
- In the Operator field, select = from the drop-down menu.
- In the Expression field, enter 14.
- Click to select OR in the Child Incident Filter Expression.
- Click Append.
- Click Save and Close to return to the Causal Rule form.
- In the Causal Rule form, navigate to the Child Incidents tab.
- Click the New icon to configure the second Child Incident.
- In the Name attribute of the Child Incident Configuration form, enter Chassis Fan.
- In the Child Incident Lookup Field, select Quick Find and then CiscoEnvMonFanNotification from the list of incident configurations.
- To forward the Fan name to the new Parent Incident, in Forward Child Custom Incident Attributes, enter .1.3.6.1.2.1.47.1.1.1.1.7.5000.
-
In the Child Incident Configuration form, navigate to the Child Incident Filter tab.
Next, create the following filter:
(${valueOfCia(\Q.1.3.6.1.4.1.9.9.13.1.4.1.2\E)} = Chassis Fan Tray 1 AND ${valueOfCia(\Q.1.3.6.1.4.1.9.9.13.1.4.1.3\E)} = 3)
- In the Attribute field, enter ${valueOfCia(\Q.1.3.6.1.4.1.9.9.13.1.4.1.2\E)}.
- In the Operator field, select = from the drop-down menu.
- In the Expression field, enter Chassis Fan Tray 1.
- Click Append.
- Select Insert from the drop-down menu.
- Click AND.
- In the Attribute field, enter ${valueOfCia(\Q.1.3.6.1.4.1.9.9.13.1.4.1.3\E)}.
- In the Operator field, select = from the drop-down menu.
- In the Expression field, enter 3.
- Click Append.
- Click Save and Close to return to the Causal Rule form.
- In the Causal Rule form, navigate to the Child Incidents tab.
- Click the New icon to configure the third Child Incident.
- In the Name attribute of the Child Incident Configuration form, enter Chassis Power.
- In the Child Incident Lookup Field, select Quick Find and then CiscoEnvMonSuppStatusChangeNotif from the list of incident configurations.
- To forward the Fan name to the new Parent Incident, in Forward Child Custom Incident Attributes, enter ${valueOfCia(\Q.1.3.6.1.4.1.9.9.13.1.4.1.2\E)}.
-
In the Child Incident Configuration form, navigate to the Child Incident Filter tab.
Next, create the following filter:
(${valueOfCia(\Q.1.3.6.1.4.1.9.9.13.1.4.1.3\E} = 3} AND ${valueOfCia(\Q.1.3.6.1.4.1.9.9.117.1.2.1.1.2.5000\E} = Power Supply 1, WS-CAC-1300W)
-
In the Attribute field, enter ${valueOfCia(\Q.1.3.6.1.4.1.9.9.13.1.4.1.3\E)}.
- In the Operator field, select = from the drop-down menu.
- In the Expression field, enter 3.
- Click Append.
- Select Insert from the drop-down menu.
- Click AND.
- In the Attribute field, enter ${valueOfCia(\Q.1.3.6.1.4.1.9.9.13.1.4.1.2\E)}.
- In the Operator field, select = from the drop-down menu.
- In the Expression field, enter Power Supply 1, WS-CAC-1300W.
- Click Append.
- Click Save and Close to save your changes and return to the Causal Rule form.
- Click Save and Close to save your changes and return to the Custom Correlation Configuration form.
- Click Save and Close to save the Custom Correlation Configuration.
See Correlation Rule Example for an example of creating a Correlation Rule.
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 network-management-doc-feedback@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: