Using the -level Option

The show -level option executes show over additional levels beneath the specified target. To see all
targets and properties in the address space, use the -l all option.

Using the -output Option

The -output option specifies one of four formats for the output of SM-CLP verbs: text, clpcsv,
keyword, and clpxml.
The default format is text, and is the most readable output. The clpcsv format is a comma-separated
values format suitable for loading into a spreadsheet program. The keyword format outputs information
as a list of keyword=value pairs one per line. The clpxml format is an XML document containing a
response XML element. The DMTF has specified the clpcsv and clpxml formats and their specifications
can be found on the DMTF website at dmtf.org.
The following example shows how to output the contents of the SEL in XML:
show -l all -output format=clpxml /admin1/system1/logs1/log1
Usage Examples
This section provides use case scenarios for SMCLP:
Server Power Management
SEL Management
MAP Target Navigation

Server Power Management

The following examples show how to use SMCLP to perform power management operations on a
managed system.
Type the following commands at the SMCLP command prompt:
To switch off the server:
stop /system1
The following message is displayed:
system1 has been stopped successfully
To switch on the server:
start /system1
The following message is displayed:
system1 has been started successfully
To reboot the server:
reset /system1
288