Hello,
i want to activate Hardware Watchdog function.
I have a Intel based System with a n5105 CPU. The Bios has a Watchdog on/off option, which is set to "enabled".
The WD Module für Intel Systems is "iTCO_wdt".
# My Setup Steps so far:
define WD module
edit:
/etc/default/pve-ha-manager
WATCHDOG_MODULE=iTCO_wdt
disable nmi watchdog, which is embedeed in cpu apic.
edit:
/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet nmi_watchdog=0"
after editing:
> update-grub
reboot
Checking WD Service Status:
root@pve:~# dmesg | grep iTCO_wdt
[ 5.359228] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[ 5.359988] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
root@pve:~# journalctl -b --grep iTCO_wdt
Aug 03 13:28:53 pve watchdog-mux[690]: Loading watchdog module 'iTCO_wdt'
Aug 03 13:28:53 pve kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Aug 03 13:28:53 pve kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Aug 03 13:28:53 pve watchdog-mux[690]: Watchdog driver 'iTCO_wdt', version 6
Until here everything lokks good and <should> work, but when i test with
> echo c > /proc/sysrq-trigger
the System hangs, but not reboot/reset.
Any ideas ?
i want to activate Hardware Watchdog function.
I have a Intel based System with a n5105 CPU. The Bios has a Watchdog on/off option, which is set to "enabled".
The WD Module für Intel Systems is "iTCO_wdt".
# My Setup Steps so far:
define WD module
edit:
/etc/default/pve-ha-manager
WATCHDOG_MODULE=iTCO_wdt
disable nmi watchdog, which is embedeed in cpu apic.
edit:
/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet nmi_watchdog=0"
after editing:
> update-grub
reboot
Checking WD Service Status:
root@pve:~# dmesg | grep iTCO_wdt
[ 5.359228] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[ 5.359988] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
root@pve:~# journalctl -b --grep iTCO_wdt
Aug 03 13:28:53 pve watchdog-mux[690]: Loading watchdog module 'iTCO_wdt'
Aug 03 13:28:53 pve kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Aug 03 13:28:53 pve kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Aug 03 13:28:53 pve watchdog-mux[690]: Watchdog driver 'iTCO_wdt', version 6
Until here everything lokks good and <should> work, but when i test with
> echo c > /proc/sysrq-trigger
the System hangs, but not reboot/reset.
Any ideas ?