Users Guide

250 Using iDRAC6 Enterprise SM-CLP Command Line Interface
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
www.dmtf.org.
The following example shows how to output the contents of the SEL in XML:
show -l all -output format=clpxml /system1/sp1/logs1
iDRAC6 SM-CLP Examples
The following subsections provide examples for using the SM-CLP to
perform the following operations:
Server power management
SEL management
MAP target navigation
Display system properties
Setting the iDRAC6 IP address, subnet mask, and gateway address
For information on the use of the iDRAC6 SM-CLP interface, see "iDRAC6
SM-CLP Property Database."
Server Power Management
Table 14-4 provides examples of using SM-CLP to perform power
management operations on a managed server.
Table 14-4. Server Power Management Operations
Operation Syntax
Logging in to
iDRAC6 using the
SSH interface
>ssh 192.168.0.120
>login: root
>password:
Power down the
server
->stop /system1
system1 has been stopped successfully
Power up the server
from a powered-off
state
->start /system1
system1 has been started successfully
Reboot the server ->reset /system1
system1 has been reset successfully