how to flash locator lights

This commit is contained in:
Randy Bush 2020-07-25 13:07:26 -07:00
parent 805b6ced9b
commit 663a8c82c0

View file

@ -74,3 +74,16 @@ ipmitool user enable 3
ipmitool user set password 3 omphamoskepsis
ipmitool channel setaccess 1 3 privilege=4
```
You can flash the locator light on a server with
```
# enable
ipmitool raw 0x30 0x0d
# disable
ipmitool raw 0x30 0x0e
```
---
2020.07.25