Jump to content

Enabling watchdog


Recommended Posts

Hello ,

I have a Z9PE-D16 running unraid , for some reason i don't know yet my systems freezes ~ once a month.

I saw that my board has a watchdog that would at least minimalize the downtime , but when i enable it the system restarts after 10 min because unraid is not sending anything to it.

As far as i found out i should use the iTCO_wdt modul but it is not included in unraid ?

Has anybody running  a watchdog with unraid ?

I found something about watchdog in this release notes https://wiki.unraid.net/Manual/Release_Notes/Unraid_OS_6.9.1
but nothing how to use it.

Thank you

Ramiro

Link to comment

I figured out a solution so if anybody else also needs this here is what i did.

I installed ipmitool with nerdtools.

Then i created a script that at the start of the array initalizes the watchdog :

#!/bin/bash
modprobe ipmi_si
modprobe ipmi_devintf
/usr/bin/ipmitool raw 0x06 0x24 0x04 0x01 0x00 0x00 0x70 0x17

And another script that every minute runs this command

#!/bin/bash
/usr/bin/ipmitool mc watchdog reset

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...