FW V06.XX/HAFM SW V08.02.00 HP StorageWorks CLI Reference Guide for Directors and Edge Switches Reference Guide (AA-RQ7AE-TE, July 2004)

Introduction
28 CLI Reference Guide for Directors and Edge Switches
Whenever the position in the CLI command tree moves to a new branch (for
example, config to maint, config to config.port, or
config.port to config), the history log is cleared. In this case, any
asynchronous commands (for example, the up-arrow command <ESC>[A or
the up-arrow keyboard symbol) cannot move the position back towards the
root, as shown in this example:
Root> config
Root.Config> port
Root.Config.Port> <ESC>[A
Root.Config.Port>
Parameters
Some command parameters accept character strings that include spaces.
Quotation marks are required when a string includes spaces.
Config.System> location Building_24_Room_16
Config.System> location “Building 24 Room 16"
If spaces are not included in a parameter that accepts a string, the quotation marks
are not required around that string.
To include quotation marks in a string, use the escape character (\) before the
quotation marks.
Config.System> location “Building 24 \”HP Lab\””
A null string can be created by using the quotation marks without any space
between them.
Config.System> location “”
Output
All output from the CLI commands is limited to the standard 80 columns
supported by most Telnet interfaces. The output is left-justified.