ledctl(8) | Intel(R) Enclosure LED Control Application | ledctl(8) |
ledctl - Intel(R) LED control application for a storage enclosures.
ledctl [OPTIONS] pattern_name=list_of_devices ...
The ledctl is an user space application designed to control LEDs associated with each slot in an enclosure or a drive bay. The LEDs of devices listed in list_of_devices are set to the given pattern pattern_name and all other LEDs are turned off. User must have root privileges to use this application.
There are two types of systems: 2-LEDs systems (Activity LED, Status LED) and 3-LEDs systems (Activity LED, Locate LED, Fail LED).
The ledctl application supports LED management of the SAS/SATA and PCIe storages.
Supported protocols/methods for LED management are:
SAF-TE protocol is not supported.
For SAS/SATA storages supporting controllers may transmit LED management information to the backplane controllers via the SGPIO interface. The SGPIO bus carries bit patterns, which translate into LED blink patterns in accordance with the International Blinking Pattern Interpretation (IBPI) of SFF-8489 specification for SGPIO. Please note some enclosures do not stick close to the SFF-8489 specification. It might happen that the enclosure processor will accept the IBPI pattern but it will blink LEDs not according to SFF-8489 specification or it has a limited number of patterns supported.
The ledctl application has been verified to work with Intel(R) storage controllers (i.e. Intel(R) AHCI controller and Intel(R) SAS controller). The application might work with storage controllers of other vendors (especially SCSI/SAS controllers). However, storage controllers of other vendors have not been tested.
The ledmon application has the highest priority when accessing LEDs. It means that some patterns set by ledctl may have no effect if ledmon is running (except Locate pattern).
The ledctl application is a part of Intel(R) Enclosure LED Utilities.
The ledctl utilizes the following documents as references:
Configuration Guide rev 1.2
The ledctl application accepts the following names for pattern_name argument according to SFF-8489 specification.
When non SES-2 pattern is send to device in enclosure automatic translation is being done.
The application accepts a list of devices in two formats. The first format is a list with comma separated elements. The second format is a list in curly braces and elements are separated by space. See examples section below for details.
A device is a path to file in /dev directory or in /sys/block directory. It may identify a block device, a RAID device or a container device. In case of a RAID device or a container device a state will be set for all block devices associated, respectively.
The LEDs of devices listed in list_of_devices are set to the given pattern pattern_name and all other LEDs are turned off (unless --listed-only option is given).
The following example illustrates how to locate a single block device.
ledctl locate=/dev/sda
The following example illustrates how to turn Locate LED off for the same block device.
ledctl locate_off=/dev/sda
The following example illustrates how to locate disks of a RAID device and how to set rebuild pattern for two block devices at the same time. This example uses both formats of device list.
ledctl locate=/dev/md127 rebuild={ /sys/block/sd[a-b] }
The following example illustrates how to turn Status LED and Failure LED off for the given device(s).
ledctl off={ /dev/sda /dev/sdb }
The following example illustrates how to locate a three block devices. This example uses the first format of device list.
ledctl locate=/dev/sda,/dev/sdb,/dev/sdc
Copyright (c) 2009-2021 Intel Corporation.
This program is distributed under the terms of the GNU General Public License as published by the Free Software Foundation. See the built-in help for details on the License and the lack of warranty.
This manual page was written by Artur Wojcik <artur.wojcik@intel.com>. It may be used by others.
January 2021 | LEDCTL Version 0.95 |