Wiki source code of IPMI

Version 2.1 by Sebastian Marsching on 2022/12/22 20:11

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 ```