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 |
|
ISMTool creation commands
This section describes the ISMTool commands that generate the ISM directory structure.
--new ISMNAME
Create a new ISM, which consists of directory that contains subdirectories and files. The value of ISMNAME specifies the name of the newly-created ISM directory. The internal ISM name varies with the format of ISNAME
.
For example, the following command creates an ISM directory called foobar
. The internal name of the ISM is foobar
and the initial version of the ISM defaults to 1.0.0
.
% ismtool --new foobar
The next command creates an ISM directory called ntp-4.1.2
. The internal name of the ISM is ntp
and the initial version of the ISM is 4.1.2
. Note that the internal name of the ISM does not include -VERSION
.
% ismtool --new ntp-4.1.2
The name of the ISM directory is independent of the internal ISM name. For example, if the developer renames the ntp-4.1.2
directory to myntp
, the internal name of the ISM is still ntp
and the version of the ISM remains 4.1.2
.
--pack ISMDIR
Creates a ZIP archive of the ISM contained in ISMDIR
. The name of the archive will be <ismname-version>.ism
. Note that the contents of ISMDIR
must be less than 2GB. (If the size is greater than 2 GB, then use the zip
or tar
utility instead.) An example of --pack
follows:
Unix:
% ismtool --new tick
92 Chapter 7
% ismtool --version 3.14 tick
% ls
tick/
% mv tick spooon
% ls
spooon/
% ismtool --pack spooon
% ls
spooon/ tick-3.14.ism
Windows:
% ismtool --new tick
% ismtool --version 3.14 tick
% dir
11/21/2003 10:17a <DIR> tick
% move tick spoon
% dir
11/21/2003 10:17a <DIR> spoon
% ismtool --pack spoon
% dir
11/21/2003 10:17a <DIR> spoon
11/21/2003 10:17a 1,927,339 tick-3.14.ism
--unpack ISMFILE
Unpacks the ISM contained in the ZIP file named ISMFILE. The ISM is unpacked into the ISMDIR
that was specified when the ISMFILE
was created with the --pack
command. The following example uses the ISMFILE
created in the --pack
example:
Unix:
% ls
spooon/ tick-3.14.ism
% rm -rf spooon
% ls
tick-3.14.ism
% ismtool --unpack tick-3.14.ism
% ls
spooon/ tick-3.14.ism
Windows:
% dir
11/21/2003 10:17a <DIR> spoon
11/21/2003 10:17a 1,927,339 tick-3.14.ism
% rmdir /s /q spoon
% dir
11/21/2003 10:17a 1,927,339 tick-3.14.ism
% ismtool --unpack tick-3.14.ism
% dir
11/21/2003 10:17a <DIR> spoon
11/21/2003 10:17a 1,927,339 tick-3.14.ism
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: