- Red Hat Enterprise Linux (RHEL) 6.5
- reboot
- watchdog
freeipmi
version1.2.1-3.el6
해결 방법 :
해당 패키지를 아래의 버전으로 업데이트 한다.
또는 아래의 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