meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
vm:proxmox:ha:watchdog [2021/12/28 12:50]
niziak
vm:proxmox:ha:watchdog [2021/12/28 14:20] (current)
niziak
Line 43: Line 43:
  130 = /​dev/​watchdog Watchdog timer port  130 = /​dev/​watchdog Watchdog timer port
 </​code>​ </​code>​
 +
 +====== Change watchdog ======
 +
 +<file conf /​etc/​default/​pve-ha-manager>​
 +WATCHDOG_MODULE=sp5100_tco
 +</​file>​
 +
 +<code bash>
 +systemctl stop watchdog-mux
 +rmmod softdog
 +systemctl start watchdog-mux
 +</​code>​
 +
 +Verify:
 +<code bash>
 +journalctl -u watchdog-mux
 +
 +watchdog-mux[3984]:​ Loading watchdog module '​sp5100_tco'​
 +watchdog-mux[3984]:​ Watchdog driver '​SP5100 TCO timer',​ version 0
 +</​code>​
 +
 +