Ipmi » История » Версия 1
  Константин Пильник, 2023-09-06 17:20 
  
| 1 | 1 | Константин Пильник | h1. IPMI | 
|---|---|---|---|
| 2 | |||
| 3 | modprobe ipmi_devintf | ||
| 4 | modprobe ipmi_si | ||
| 5 | |||
| 6 | h3. supermicro fan/temp | ||
| 7 | |||
| 8 | ipmitool sdr elist all | ||
| 9 | |||
| 10 | h3. idrac reboot | ||
| 11 | |||
| 12 | ipmitool mc reset cold | ||
| 13 | |||
| 14 | h3. lan | ||
| 15 | |||
| 16 | ipmitool lan print | ||
| 17 | |||
| 18 | h3. userlist/set password | ||
| 19 | |||
| 20 | ipmitool user list 1 | ||
| 21 | ipmitool user set password 2 <new_password> | ||
| 22 | |||
| 23 | h3. dell idrac lan mode | ||
| 24 | |||
| 25 | ~ ipmitool delloem lan get | ||
| 26 | shared with Failover all loms | ||
| 27 | |||
| 28 | ~ ipmitool delloem lan set dedicated | ||
| 29 | |||
| 30 | ~ ipmitool delloem lan get | ||
| 31 | dedicated |