# ipmitool sunoem cli "show /SYS/LOCATE"
Connected. Use ^D to exit.
-> show /SYS/LOCATE
/SYS/LOCATE
Targets:
Properties:
type = Indicator
ipmi_name = LOCATE
value = Off
Commands:
cd
set
show
-> Session closed
Disconnected
To light up the locator LED:
# ipmitool sunoem cli "set /SYS/LOCATE value=fast_blink"
Connected. Use ^D to exit.
-> set /SYS/LOCATE value=fast_blink
Set 'value' to 'fast_blink'
To verify that the locator LED has been light up
# ipmitool sunoem cli "show /SYS/LOCATE"
Connected. Use ^D to exit.
-> show /SYS/LOCATE
/SYS/LOCATE
Targets:
Properties:
type = Indicator
ipmi_name = LOCATE
value = Fast Blink
Commands:
cd
set
show
-> Session closed
Disconnected
# ipmitool sunoem cli "set /SYS/LOCATE value=fast_blink"
Connected. Use ^D to exit.
-> set /SYS/LOCATE value=fast_blink
Set 'value' to 'fast_blink'
To verify that the locator LED has been light up
# ipmitool sunoem cli "show /SYS/LOCATE"
Connected. Use ^D to exit.
-> show /SYS/LOCATE
/SYS/LOCATE
Targets:
Properties:
type = Indicator
ipmi_name = LOCATE
value = Fast Blink
Commands:
cd
set
show
-> Session closed
Disconnected
To turn off the locator LED:
# ipmitool sunoem cli "set /SYS/LOCATE value=off"
Connected. Use ^D to exit.
-> set /SYS/LOCATE value=off
Set 'value' to 'off'
-> Session closed
Disconnected
No comments:
Post a Comment