Users Guide

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
The following message is displayed:
system1 has been reset successfully
SEL management
The following examples show how to use the SMCLP to perform SEL-related operations on the managed system. Type the
following commands at the SMCLP command prompt:
To view the SEL:
show/system1/logs1/log1
The following output is displayed:
/system1/logs1/log1
Targets:
Record1
Record2
Record3
Record4
Record5
Properties:
InstanceID = IPMI:BMC1 SEL Log
MaxNumberOfRecords = 512
CurrentNumberOfRecords = 5
Name = IPMI SEL
245