User's Manual

This example disables the chassis locator LED and commits the transaction:
Server# scope chassis
Server /chassis # set locator-led off
Server /chassis *# commit
Server /chassis #
Toggling the Locator LED for a Hard Drive
Before You Begin
You must log in with user or admin privileges to perform this task.
Procedure
PurposeCommand or Action
Enters chassis command mode.Server # scope chassis
Step 1
Enters hard disk drive (HDD) command mode.Server/chassis # scope hdd
Step 2
Where drivenum is the number of the hard drive whose
locator LED you want to set. A value of 1 turns the
LED on while a value of 2 turns the LED off.
Server /chassis/hdd # set locateHDD
drivenum {1 | 2}
Step 3
This example turns on the locator LED on HDD 2:
Server# scope chassis
Server /chassis # scope hdd
Server /chassis/hdd # locateHDD 2 1
HDD Locate LED Status changed to 1
Server /chassis/hdd # show
Name Status LocateLEDStatus
-------------------- -------------------- --------------------
HDD1_STATUS present TurnOFF
HDD2_STATUS present TurnON
HDD3_STATUS absent TurnOFF
HDD4_STATUS absent TurnOFF
Server /chassis/hdd #
Managing the Server Boot Order
Server Boot Order
Using CIMC, you can configure the order in which the server attempts to boot from available boot device
types.
When you change the boot order configuration, CIMC sends the configured boot order to the BIOS the next
time the server is rebooted. To implement the new boot order, reboot the server after making the configuration
change. The new boot order will take effect on any subsequent reboot. The configured boot order is not sent
again until the configuration is changed again.
Cisco UCS C-Series Servers Integrated Management Controller CLI Configuration Guide, Release 1.5
14 OL-28893-01
Managing the Server
Toggling the Locator LED for a Hard Drive