Difference between revisions of "Machine reboot without very good reason"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>CentOS|CentOS</yambe:breadcrumb> =Machine reboot without very good reason= CentOS machines come with service bmc-watchdog which sets up a watchdog timer. W...")
 
m
Line 3: Line 3:


CentOS machines come with service bmc-watchdog which sets up a watchdog timer.  Whenever this timer reaches zero it assumes machine has crashed and resets the machine.  The service which resets the timer value before it become zero is 'ipmi'.  Thus if ipmi service is disabled and bmc-watchdog is not then machine will reboot frequently without any reason.  To solve the problem enable ipmi service rather than disabling bmc-watchdog.  If machine is configured to start appropriate services, VMs and containers on reboot then it is good to have bmc-watchdog to reset machine, if it has really crashed.
CentOS machines come with service bmc-watchdog which sets up a watchdog timer.  Whenever this timer reaches zero it assumes machine has crashed and resets the machine.  The service which resets the timer value before it become zero is 'ipmi'.  Thus if ipmi service is disabled and bmc-watchdog is not then machine will reboot frequently without any reason.  To solve the problem enable ipmi service rather than disabling bmc-watchdog.  If machine is configured to start appropriate services, VMs and containers on reboot then it is good to have bmc-watchdog to reset machine, if it has really crashed.
Learned from http://www.quantaqct.com/en/02_support/03_faq_detail.php?mid=71

Revision as of 02:39, 19 August 2014

<yambe:breadcrumb>CentOS|CentOS</yambe:breadcrumb>

Machine reboot without very good reason

CentOS machines come with service bmc-watchdog which sets up a watchdog timer. Whenever this timer reaches zero it assumes machine has crashed and resets the machine. The service which resets the timer value before it become zero is 'ipmi'. Thus if ipmi service is disabled and bmc-watchdog is not then machine will reboot frequently without any reason. To solve the problem enable ipmi service rather than disabling bmc-watchdog. If machine is configured to start appropriate services, VMs and containers on reboot then it is good to have bmc-watchdog to reset machine, if it has really crashed.

Learned from http://www.quantaqct.com/en/02_support/03_faq_detail.php?mid=71