| Patrick Venture | 391b8b0 | 2018-03-08 08:31:13 -0800 | [diff] [blame] | 1 | This holds the source for the library we install to handle the manual control |
| 2 | OEM IPMI command. | ||||
| 3 | |||||
| 4 | The command is a simple series of bytes: | ||||
| 5 | [0] = Subcommand, Get(0) or Set(1), Get(2) for fail-safe mode. | ||||
| 6 | [1] = ZoneId | ||||
| 7 | [2] = Value if Set | ||||
| 8 | |||||
| 9 | If Value == 1, then ManualMode is True and enabled, otherwise it's in normal | ||||
| 10 | mode. | ||||
| 11 | |||||
| 12 | If Value == 1 (and Subcommand == 2), Failsafe mode is enabled, otherwise it's | ||||
| 13 | not. | ||||