Wiki source code of IPMI

Version 1.1 by Sebastian Marsching on 2022/12/22 19:28

Show last authors
1
2
3 Finding the IPMI address for a system
4
5 When Linux is installed on a system, the address of the IPMI interface can be found by installing the `ipmitool` package and running
6
7 ```bash
8 ipmitool lan print
9 ```