它每隔几周就会挂起,而其他客户似乎也有类似的问题.
在dmesg输出中我看到(这里是the full dmesg output):
cpu0: Intel(R) Core(TM) i7-4770 cpu @ 3.40GHz stepPing 03....NMI watchdog enabled,takes one hw-pmu counter.....iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07rhiTCO_wdt: Found a Lynx Point TCO device (Version=2,TCOBASE=0x1860)iTCO_wdt: initialized. heartbeat=30 sec (Nowayout=0)
在进程列表中我看到:
# ps uawwwx|grep [w]atchdogroot 6 0.0 0.0 0 0 ? S Aug22 0:00 [watchdog/0]root 10 0.0 0.0 0 0 ? S Aug22 0:00 [watchdog/1]root 14 0.0 0.0 0 0 ? S Aug22 0:00 [watchdog/2]root 18 0.0 0.0 0 0 ? S Aug22 0:00 [watchdog/3]root 22 0.0 0.0 0 0 ? S Aug22 0:00 [watchdog/4]root 26 0.0 0.0 0 0 ? S Aug22 0:00 [watchdog/5]root 30 0.0 0.0 0 0 ? S Aug22 0:00 [watchdog/6]root 34 0.0 0.0 0 0 ? S Aug22 0:00 [watchdog/7]
这是否意味着,硬件看门狗已在我的服务器上处于活动状态,并将在30秒内冻结我的机器?
(在/etc/sysctl.conf中我已经把kernel.panic = 10,所以它不再停留在kdb控制台中了).
或者我是否必须安装并启动CentOS软件包看门狗?
解决方法 linux有一个通用的看门狗接口.您可以通过 enabling the NMI watchdog iTCO_wdt硬件支持或安装和配置不依赖于硬件的 a software watchdog来使用它. 总结以上是内存溢出为你收集整理的linux – 我的CentOS服务器上是否已经有一个硬件监视器?全部内容,希望文章能够帮你解决linux – 我的CentOS服务器上是否已经有一个硬件监视器?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)