Wiki source code of IPMI

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

Hide last authors
Sebastian Marsching 2.1 1 {{toc/}}
Sebastian Marsching 1.1 2
Sebastian Marsching 2.1 3 # Finding the IPMI address for a system
Sebastian Marsching 1.1 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 ```