$ apt-get install ipmitool
$ modprobe ipmi_devintf
$ modprobe ipmi_si
$ modprobe ipmi_msghandler
# IPMI 네트워크 설정
$ ipmitool lan print 1
$ ipmitool lan set 1 ipsrc static
$ ipmitool lan set 1 ipaddr IPMI_IP
$ ipmitool lan set 1 netmask 255.255.255.0
$ ipmitool lan set 1 defgw ipaddr GATEWAY_IP
$ ipmitool lan set 1 access on
# IPMI 유저 설정
$ ipmitool user list 1
ID Name Callin Link Auth IPMI Msg Channel Priv Limit
2 root true true true ADMINISTRATOR
$ ipmitool user set password 2 <-- 숫자 2는 위의 ID필드에 표시된 유저 ID를 말함
Password for user 2: <-- PW 입력
Password for user 2: <-- PW 재입력
| Mainboard Vendor | IPMI Module Name |
| Dell | IDRAC (Integrated Dell Remote Access) |
| HP | ILO (Integrated Lights-Out)
| IBM (Lenovo) | IMM (Integrated Management Module) |
| Sun (Oracle) | ILOM (Integrated Lights Out Manager) |
| Supermicro | IPMI (Intelligent Platform Management Interface) |
| Intel | RMM (Remote Management Module) |
| Etc | IPMI (Intelligent Platform Management Interface) |
$curl https://<BMC_IPADDR>:8080/redfish/v1 -i --insecure -L