From 8627e239643428131693d665bb2b7f166ae66a59 Mon Sep 17 00:00:00 2001 From: Danesh Manoharan Date: Sat, 16 Apr 2022 18:14:57 -0500 Subject: [PATCH] ledctl: add page (#7776) --- pages/linux/ledctl.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/ledctl.md diff --git a/pages/linux/ledctl.md b/pages/linux/ledctl.md new file mode 100644 index 000000000..21acc252b --- /dev/null +++ b/pages/linux/ledctl.md @@ -0,0 +1,20 @@ +# ledctl + +> Intel(R) Enclosure LED Control Application. +> More information: . + +- 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,...}}`