From 663a8c82c0abba7a8b17460d12f1d27f32f1fb50 Mon Sep 17 00:00:00 2001 From: Randy Bush Date: Sat, 25 Jul 2020 13:07:26 -0700 Subject: [PATCH] how to flash locator lights --- pages/IPMItool.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pages/IPMItool.md b/pages/IPMItool.md index 090f721..7ca71e3 100644 --- a/pages/IPMItool.md +++ b/pages/IPMItool.md @@ -73,4 +73,17 @@ ipmitool user set name 3 admin ipmitool user enable 3 ipmitool user set password 3 omphamoskepsis ipmitool channel setaccess 1 3 privilege=4 -``` \ No newline at end of file +``` + +You can flash the locator light on a server with +``` +# enable +ipmitool raw 0x30 0x0d + +# disable +ipmitool raw 0x30 0x0e +``` + +--- + +2020.07.25