HP iLO 3 Scripting and Command Line Guide

ESC ( Invokes the serial CLI connection. This is not necessary for SSH sessions
because they automatically start a CLI session after a successful login.
ESC R ESC r ESC R Resets the system.
ESC ^ Powers on the system.
ESC ESC Erases the current line.
There is a one second timeout for entering any of the escape sequence characters.
Base commands
Following are the base commands for use on the command line:
help Displays context-sensitive help and all supported commands
command help/? Displays the help message specific to that command
exit Terminates the CLP session
cd The command sets the current default target. The context works like a
directory path. The root context for the server is a forward slash (/) and is
the starting point for a CLP system. Shorten commands by changing the
context.
For example, to find the current iLO firmware version, enter the following
command:
show /map1/firmware1
show The command displays values of a property or contents of a collection
target.
For example:
hpiLO-> show
status=0
status_tag=COMMAND COMPLETED
/
Targets
system1
map1
Properties
Verbs
cd version exit show
The first line of information returned by the show command is the current
context. In the example, / is the current context. Following the context is a
list of sub-targets (Targets) and properties (Properties) applicable to the
current context. The verbs (Verbs) section shows which commands are
applicable to this context.
Specify the show command with an explicit or implicit context as well as
a specific property. For example, an explicit context is /map1/firmware1
and is not dependent on the current context, while an implicit context
assumes that the context specified is a child of the current context. If the
current context is /map1 then a show firmware command displays the
/map1/firmware1 data.
If you do not specify a property, then all properties are shown. In the case
of the /map1/firmware1 context, two properties are available: version,
and date. If you execute show /map1/firmware1 date, only the date
is shown.
create Creates a new instance of the MAP in the name space.
Base commands 35