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 |
|
Relation Mapping
Using the relation mapping you can create relations between CIs.
<RelationTo> <To> [Operand] </To> <Type>[RelationType]</Type> </RelationTo>
Define a relation from the current CI to the CI that is returned by the operand. The operand may either return a string, an instance of a CI, a list of CIs or a list of strings. String values must match the OM ID of the CI to which the relation is created. In the case of a list, a relation is created for each item (that is in turn either a string or a CI) contained in the list.
The relation has the type specified by [RelationType
]. This type is the name of the relation, not the label.
<RelationFrom> <From> [Operand] </From> <Type>[RelationType]</Type> </RelationFrom>
Works just as the previous mapping, but in the opposite direction.
The CMDB model defines certain root container CIs that have to be created before the actual CI can be created. Topology synchronization must know such relations to be able to create the CIs in the correct order.
<RootContainer> [Operand] </RootContainer>
The root container of the current CI is set to the CI specified by the return value of the operand. The return value may either be a String or a CI.
Message Alias Mapping for CI Resolution
<RedirectMessagesOf> [Operand] </RedirectMessagesOf>
The aliases of the current CI is set to the OMId(s) specified by the return value of the operand. The return value may either be a String or a CI or a list of CIs or Strings.
In the following example, the CI with the Exch2k7_ByServer
gets a relation of the type is_impacted_from
to the node on which it is hosted and a relation of the type deployed to all descendant CIs with Exch2k7_Role_
.
The same node is also the root container CI.
Example:
<Mapping> <Rules Context="exchange"> <Rule name="Create relation server to node"> <Condition> <Equals> <OMType/> <Value>Exch2k7_ByServer</Value> </Equals> </Condition> <MapTo> <RelationTo> <To> <DependencyCI relationType="hosted_on"> <True/> </DependencyCI> </To> <Type>is_impacted_from</Type> </RelationTo> <RelationTo> <To> <DescendantCIList> <StartsWith> <OMType> <Value>Exch2k7_Role_</Value> </StartsWith> </DependencyCI> </To> <Type>deployed</Type> </RelationTo> <RootContainer> <DependencyCI relationType="hosted_on"> <True/> </DependencyCI> </RootContainer> <RedirectMessagesOf> <ChildCIList/> </RedirectMessagesOf> </MapTo> </Rule> </Rules> </Mapping>
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: