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 |
|
Non-DTD XML configuration templates
You can create a non-DTD based XML configuration template written as a single XML comment with three pieces of required information that enables the template to extract and store values from a target XML file:
ACM-NAMESPACE
: Defines the location where values read from the target XML file on the managed server will be stored in the database. The name space must be unique and the path must start with a forward slash (/).ACM-FILENAME-DEFAULT
: Defines the default absolute path of the target XML configuration file on the managed server.ACM-FILENAME-KEY
: Defines the location in the name space where the target XML configuration file name will be stored.
When you set a configuration template’s properties to use XML syntax, the labels displayed in the value set editor are the same as the tag names for the each corresponding element inside the XML file.
For a full list of template settings for XML templates, see XML configuration template settings.
For information on setting the parser syntax to XML for a configuration template, see test text .
Non-DTD XML configuration template for mysql.xml
The following example shows the XML configuration template based on the mysql.xml
file. The template file is named to mysql.tpl
to indicate it is a template file.
<!--
ACM-NAMESPACE = /TravelManager/
ACM-FILENAME-KEY = /files/TravelManager
ACM-FILENAME-DEFAULT = /var/www/html/we/mysql.xml
ACM-TIMEOUT = 1
-->
This example shows that the XML configuration template references the target XML file
(/var/www/html/we/mysql.xml
), so it can be parsed by the application configuration parser, and its values read and stored in the SA Library.
The mysql.tpl
configuration template contains the following required information:
ACM-NAMESPACE
: Defines the location where values read from themysql.xml
file on the managed server will be stored in the database. The name space must be unique and the path must start with a forward slash (/).ACM-FILENAME-DEFAULT
: Defines the default absolute path of themysql.xml
file on the managed server.ACM-FILENAME-KEY
: Defines the location in name space where themysql.xml
file name will stored.ACM-TIMEOUT
: (Optional) Represents the number of minutes that are added to the configuration template’s default timeout value of ten minutes during a push.
The default timeout value for an entire application configuration is ten minutes plus the timeout for each configuration template inside the application configuration. So if this template were the only template inside an application configuration (which has a ten minute timeout), and this value is set to 1, the overall timeout value for the entire application configuration when pushed would be eleven minutes.
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 hpe_sa_docs@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: