I have 3 identical nodes and bought 3 license:
NODE1
NODE2:
NODE3:
This 3 nodes full identical and don't have difference, only hostname and license to proxmox.
And how i can diagnistic works watchdog module?
I don't understand why watchdog not work on 1,3 nodes
root@cluster-2-1:~# pvecm nodes
Membership information
----------------------
Nodeid Votes Name
1 1 cluster-2-1 (local)
2 1 cluster-2-2
3 1 cluster-2-3
root@cluster-2-1:~#
root@cluster-2-1:~# dmesg |grep -i watch
[ 0.097129] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 2.586248] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 2.636518] IPMI Watchdog: Unable to register misc device
[ 2.636540] IPMI Watchdog: set timeout error: -22
[ 2.636542] IPMI Watchdog: driver initialized
root@cluster-2-1:~#
NODE1
root@cluster-2-1:~# ipmitool mc watchdog get
Watchdog Timer Use: Reserved (0x00)
Watchdog Timer Is: Stopped
Watchdog Timer Actions: No action (0x00)
Pre-timeout interval: 0 seconds
Timer Expiration Flags: 0x00
Initial Countdown: 0 sec
Present Countdown: 0 sec
root@cluster-2-1:~#
root@cluster-2-1:~# cat /etc/modprobe.d/impi_watchdog.conf
options ipmi_watchdog action=power_cycle start_now=1
root@cluster-2-1:~#
NODE2:
root@cluster-2-2:~# ipmitool mc watchdog get
Watchdog Timer Use: SMS/OS (0x44)
Watchdog Timer Is: Started/Running
Watchdog Timer Actions: Power Cycle (0x03)
Pre-timeout interval: 0 seconds
Timer Expiration Flags: 0x00
Initial Countdown: 10 sec
Present Countdown: 9 sec
root@cluster-2-2:~#
root@cluster-2-2:~# cat /etc/modprobe.d/impi_watchdog.conf
options ipmi_watchdog action=power_cycle start_now=1
NODE3:
root@cluster-2-3:~# ipmitool mc watchdog get
Watchdog Timer Use: SMS/OS (0x04)
Watchdog Timer Is: Stopped
Watchdog Timer Actions: Hard Reset (0x01)
Pre-timeout interval: 0 seconds
Timer Expiration Flags: 0x00
Initial Countdown: 900 sec
Present Countdown: 900 sec
root@cluster-2-3:~#
root@cluster-2-3:~# cat /etc/modprobe.d/impi_watchdog.conf
options ipmi_watchdog action=power_cycle start_now=1
This 3 nodes full identical and don't have difference, only hostname and license to proxmox.
And how i can diagnistic works watchdog module?
Base Board Information
Manufacturer: Supermicro
Product Name: X10SRi-F
I don't understand why watchdog not work on 1,3 nodes