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 |
|
CmdOnDemand.xml
A typical CmdOnDemand.xml
file resembles the following codes:
<?xml version="1.0" encoding="UTF-8"?>
<commands>
<command name="sm" description="sm server commands" provider="hp">
<param name="-reportstatus" description="SM runtime status"/>
<param name="-reportcache" description="SM cache status"/>
<param name="-reportipc" description="SM semaphore use"/>
<param name="-reportlocks" description="SM lock information"/>
<param name="-reportlic" description="SM licence information"/>
<param name="-version" description="SM version"/>
<param name="-verifylic" description="SM verify license"/>
<param name="-appversion" description="SM application version"/>
<param name="-reportshm" description="SM shared memory"/>
<param name="-reportsem" description="SM semaphore"/>
<param name="-sqlverifyconnection" description="SM verify DB connection"/>
</command>
<!--
Any command or script should be under RUN directory to be run with SM doctor; more entries could be added like below.
<command name="supportTool.sh" description="Integration with existing support tool to trace system information" />
-->
</commands>
To add a new command to the CmdOnDemand.xml
file, follow these steps:
- Open the
CmdOnDemand.xml
file in a text editor. - Add more entries similar to <param name="-version" description="SM version"/>.
- Add the required Service Manager command parameters in the "name" attribute.
-
Add the command description in the "description" attribute, which will be used for HTML/TEXT report generation.
Note To run external commands, make sure that the target scripts or executables reside in the RUN directory. Do not add "param" elements for additional command arguments. Instead, include command arguments in the "name" attribute of the "command" element.
We do not recommend that you run external commands that work with background processes or I/O streams, such as
uname -a &
andls -lrt > 1.txt
.
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@hp.com.
Help Topic ID:
Product:
Topic Title:
Feedback: