RadarURL
유닉스/리눅스

RHEL 6.5 에서 bmc-watchdog[xxxx]: Log 가 발생되면서 rebooting 되는 문제

by JaeSoo posted May 22, 2014
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

RHEL 6.5 버전에서 아래와 같은 Log 가 발생되면서 시스템이 rebooting 되는 경우가 있다.

server1 /usr/sbin/bmc-watchdog[xxxx]: fiid_obj_get: ‘present_countdown_value’: data not available

원인을 찾아 보던중 RHEL 기술 자료에서 그 해답을 찾았다.

발생 환경 :

  • Red Hat Enterprise Linux (RHEL) 6.5
  • reboot
  • watchdog
  • freeipmi version 1.2.1-3.el6

해결 방법 :

해당 패키지를 아래의 버전으로 업데이트 한다.
freeipmi 버전 1.2.1-6.el6_5 (released with RHBA-2013-1795)
또는 아래의 workaround 를 이용하면 된다.

workaround 1

  • 해당 명령은 root 로 실행 합니다.
#chkconfig --level 345 ipmi on
#service ipmi restart
#service bmc-watchdog condrestart

workaround 2

  • 해당 명령은 root 로 실행 합니다.
  • 해당 파일에 아래의 3줄을 입력 하세요 /etc/modprobe.d/watchdog-reboot-workaround.conf
alias acpi:IPI000*:* ipmi_si
alias acpi:IPI000*:* ipmi_devintf
alias acpi:IPI000*:* ipmi_msghandler
  • 서비스 재 시작
#service bmc-watchdog condrestart

관련 자세한 내용은 아래의 링크를 참고하기 바랍니다.
Link : https://access.redhat.com/site/solutions/628963


출처 : http://blog.seabow.pe.kr/?p=5919


Articles

30 31 32 33 34 35 36 37 38 39