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 |
|
Appendix C. Rule Configuration File Snippets
<?xml version="1.0" encoding="UTF-8"?>
<xml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="SM_Configuration_Rule.xsd" version="1.0">
<source id="configuration" description="service mangaer configuration validation rules">
…
<domain id="StartUp" description="validate sm startup configuration" >
<rule id="sync" description="validate synch parameter" >
<operation param="sync" action="ValidateIsNotNull" />
</rule>
<rule id="systemstart" description="validate system.start" >
<operation param="system.start" action="ValidateIsNotNull" />
</rule>
<rule id="startuprule" description="validate startup by combination of sync and system.start" >
<condition operator="and" target="false">
<conditionrule id="sync" />
<conditionrule id="systemstart" />
</condition>
<output type="failed" message="failed: sync and system.start processes should not be started at the same, the recommendation is to remove sync from configuration. For further information, please refer to “Configuring a horizontal scaling environment” on help server." />
<output type="success" message="success: sync and system.start are not set both" />
</rule>
</domain>
……
<xs:complexType name="rule_type">
<xs:sequence>
<xs:element name="condition" minOccurs="0" type="condition-type">
<xs:unique name="NoRepeatConditionRule">
<xs:selector xpath="conditionrule"/>
<xs:field xpath="@id"/>
</xs:unique>
</xs:element>
<xs:element name="operation" minOccurs="0" type="operation_type">
</xs:element>
<xs:element name="output" minOccurs="0" maxOccurs="unbounded" type="output_type">
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="xs:string" use="required" />
<xs:attribute name="description" type="xs:string" use="optional" />
<xs:attribute name="mode" use="optional" >
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="multiple" />
<xs:enumeration value="single" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
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-ITSM@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: