Product User Guide

Properties:
Name is the key property used to select the instance that represents a given IPMI
user slot. This is not the login name for that user.
UserID displays the IPMI login name for that user, or NULL if none is set.
UserPassword can be used to change the IPMI password for the given account.
This property cannot be read back.
Supported commands:
SET can be used to change the UserID and UserPassword properties.
Associations:
Each account# is associated with one group# instance, using a CIM_MemberOfCollection
association class. Modifying the Collection property of this association changes the group
membership for the given account.
Example: Move the fifth IPMI user from group 3 (Operator) to group 4 (Administrator):
SET account5=>CIM_MemberOfCollection=>group3 Collection=group4
Examples of SMASH CLP Commands
Locator LED: (Blue System ID LED)
Change Interval: set /system1/locator1 interval=<nn>
Example: set /system1/locator1 interval=60
Turn on ID LED: start /system1/locator1
Power control:
System Reset: reset system1
Power Off: stop /system1
Power On: start /system1
Display SEL:
Display a list of records: show /system2/log1
Display individual record: show /system2/log1/record<nnn>
Example: show /system2/log1/record33
Display just the GUID:
show -display properties /system1
Display Sensor info:
Display a list of sensors: show /system1
Display a sensor: show /system1/<sensor name from sensor list>
Example: show /system1/sensor25
show /system1/tempsensor1