how to flash locator lights
This commit is contained in:
parent
805b6ced9b
commit
663a8c82c0
1 changed files with 14 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue