Wiki source code of IPMI

Last modified by Sebastian Marsching on 2022/12/23 00:13

Show last authors
1 {{toc/}}
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 ```