Reputation: 39
I tried to enable watchdog through IPMI on FreeBSD 7.
According to IPMI spec v2.0. It's able to set NMI interrupt by set pre-timeout action bit.
The timeout action returns correct, but there is no response with NMI interrupt.
I wander whether it need other configuration somewhere else.
Any suggestions?
Thanks.
Upvotes: 0
Views: 821
Reputation: 3674
FreeBSD watchdogd daemon is what you want. It initialises correspondent device (ichwd or amdsbwd - it should show up in your dmesg if you had enabled it) or uses software watchdog.
Upvotes: 1