Using clp, Clp syntax – HP Lights-Out 100 Remote Management User Manual
Page 16
Using LO100 16
Using CLP
HP has worked with key industry partners within Distributed Management Task Force, Inc. to define an
industry-standard set of commands. The SMASH suite will standardize manageability interfaces for
servers. The Lights-Out 100 remote management processor implements the command set defined in the
Server Management Command Line Protocol Specification, 1.00 Draft. The CLP replaces the simple CLI
that was released previously and is no longer supported.
The management processor functionality accessible from the SMASH CLP is a low-bandwidth interface
and provides similar functionality to the web interface. The CLP is designed for users who prefer a
nongraphical interface. The CLP is accessible through the following methods:
•
Telnet
•
SSH connection
•
Physical serial port
LO100 CLP supports two simultaneous SSH connections, two SSH connections and one telnet connection,
or one SSH connection and two telnet connections. You cannot have more than two simultaneous SSH
connections and up to three (telnet and SSH) connections at a time.
CLP syntax
The general syntax of CLP command is:
•
Verbs—The following verbs are supported:
o
cd
o
help
o
load
o
reset
o
set
o
show
o
start
o
stop
o
exit
o
version
•
Target—The default target is the
/
. The target can be changed by the
cd
command or by specifying
a target on the command line.
•
Options—The following options are valid:
o
-help/-h
o
-all/-a
•
Properties are the attributes of the target that can be modified.
•
Output—The output syntax is
text
.
The valid Boolean values for any command are
true
and
false.
General notes