HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ledctl — Intel(R) Enclosure LED Control Application. More information: <https://manned.org/ledctl>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
applicationcommandledintelenclosureclicontrolledctl
linux

Problem

How to use the ledctl command: Intel(R) Enclosure LED Control Application. More information: <https://manned.org/ledctl>.

Solution

ledctl — Intel(R) Enclosure LED Control Application. More information: <https://manned.org/ledctl>.

Turn on the "Locate" LED for specified device(s):
sudo ledctl locate={{/dev/sda,/dev/sdb,...}}


Turn off the "Locate" LED for specified device(s):
sudo ledctl locate_off={{/dev/sda,/dev/sdb,...}}


Turn off the "Status" LED and "Failure" LED for specified device(s):
sudo ledctl off={{/dev/sda,/dev/sdb,...}}


Turn off the "Status" LED, "Failure" LED and "Locate" LED for specified device(s):
sudo ledctl normal={{/dev/sda,/dev/sdb,...}}

Code Snippets

Turn on the "Locate" LED for specified device(s)

sudo ledctl locate={{/dev/sda,/dev/sdb,...}}

Turn off the "Locate" LED for specified device(s)

sudo ledctl locate_off={{/dev/sda,/dev/sdb,...}}

Turn off the "Status" LED and "Failure" LED for specified device(s)

sudo ledctl off={{/dev/sda,/dev/sdb,...}}

Turn off the "Status" LED, "Failure" LED and "Locate" LED for specified device(s)

sudo ledctl normal={{/dev/sda,/dev/sdb,...}}

Context

tldr-pages: linux/ledctl

Revisions (0)

No revisions yet.