===== High Availability =====
Prüfen, ob HA Sync im Multicast oder Unicast Mode ist: ''cpstat -a if''
HA Sync in Broadcast-Mode umschalten: ''cphaconf set_ccp broadcast''
HA Sync in Mulitcast-Mode umschalten: ''cphaconf set_ccp multicast''
Synchronisation prüfen:
fw ctl pstat''
fw hastat''
fw tab -t connections -s (#Vals müssen in etwa gleich sein)
watch -n 1 "fw tab -t connections -s"
cpstat -f default ha
cpstat -f all ha
cphaprob -i -e list
cphaprob -a if
Aktiven Knoten prüfen:
clish -c "show vrrp summary" (VRRP)
cphaprob stat (Cluster XL)
Cluster Debuggen:
- ''fw ctl debug -x'' (löschen aller Debug flags)
- ''fw ctl debug -buf 4096''
- ''fw ctl debug -m cluster all''
- ''fw ctl kdebug -f > file_name.txt'' - Abbrechen mit [Ctrl] + [C] -
- ''fw ctl debug 0''
Aktiven Knoten aus Cluster nehmen:\\
''cphaprob -d faildevice -s problem -t 0 register''
Knoten wieder in Cluster aufnehmen:\\
''cphaprob -d faildevice -s ok report''\\
''cphaprob -d faildevice unregister''
Wenn beim Einrichten des Clusters ein Knoten als "Down" angezeigt wird hilft folgender Befehl:\\
''cphaprob -a register''