Hi,
ich habe zwei Heartbeat Konstruktionen in einem Netzwerk.
Nun erhalte ich in den syslog der Server lauter Meldungen wie
ich habe zwei Heartbeat Konstruktionen in einem Netzwerk.
Nun erhalte ich in den syslog der Server lauter Meldungen wie
Code
1
2
3
4
2
3
4
Jan 21 06:46:26 localhost heartbeat: [3788]: WARN: string2msg_ll: node [baal] failed authentication
Jan 21 06:46:26 localhost heartbeat: [3788]: WARN: string2msg_ll: node [luzifer] failed authentication
Jan 21 06:46:28 localhost heartbeat: [3788]: WARN: string2msg_ll: node [baal] failed authentication
Jan 21 06:46:28 localhost heartbeat: [3788]: WARN: string2msg_ll: node [luzifer] failed authentication
obwohl die Heartbeats sich eigentlich nicht sehen sollten.
Die Konfigurationen sehen so aus:
heartbeat Netz 1 (obige Fehler sind von diesem)
Code
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
logfacility local0
bcast eth0 # Linux
mcast eth0 225.0.1.2 694 1 0
auto_failback off
node antichrist
node diabolus
respawn hacluster /usr/lib/heartbeat/ipfail
apiauth ipfail gid=haclient uid=hacluster
debugfile /var/log/ha-debug
logfile /var/log/ha-log
keepalive 2
debug 1hearbeat Netz 2
Code
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
logfacility local0
bcast eth0 # Linux
mcast eth0 225.0.0.2 694 1 0
auto_failback off
node luzifer
node baal
respawn hacluster /usr/lib/heartbeat/ipfail
apiauth ipfail gid=haclient uid=hacluster
debugfile /var/log/ha-debug
logfile /var/log/ha-log
keepalive 2
debug 1
was ist falsch, das die gegenseitig versuchen mit heartbeat Server zu sprechen,
mit welchen sie eigentlich nichts zu tun haben?
Danke