IPMI reset thourgh cron

Some time ipmi can freeze.

For fix it you must add command:

0 */2 * * *  ipmitool mc reset cold

 

if this command does not work, you must load modules

each line on ssh putty

modprobe ipmi_devintf


modprobe ipmi_si

and add in /etc/modules
ipmi_devintf
ipmi_si

 

 

Was this answer helpful? 73 Users Found This Useful (235 Votes)