Forum Discussion

rbol's avatar
rbol
Level 3
14 years ago

RALUS Probleme: Stoppt immer wieder

Mein Ralus auf einem Suse Linux-Server startet zwar (Eingabe von /etc/init.d/VRTSralus.init start ergibt: OK), aber bricht dann immer mal wieder weg.

Ab und zu funktioniert das Backup, oft aber bekomme ich die Meldung, dass das Backup fehlgeschlagen sei und wenn ich dann den Ralus überprüfe, läuft er nicht.

Ich habe schon einen Cron-Job erstellt, der den Ralus täglich kurz vor dem Backup einmal startet, aber auch dieser scheint nicht dauerhaft zu funktionieren.

 

Nun habe ich irgendwo mal den Debug-Parameter des beremote gefunden und ausgeführt.

Leider bin ich kein Linux-Spezi und weiss nicht genau, was da das Problem ist. Vielleicht kann mir jemand aus dieser Runde helfen? Die Ausgabe von ./beremote --log-console ergibt folgende Probleme:

Einmal finde ich:

 b5a7cba0 Fri Jan 21 08:36:11 2011 : Initializing FSs
b5a7cba0 Fri Jan 21 08:36:11 2011 : FS 1 failed to initialize: 0xE000FE46

Und dann etwas später:

 b4969ba0 Fri Jan 21 08:36:21 2011 : This instance of BETCPListener was not requested to install a signal handler
 and hence will not install one!
b4969ba0 Fri Jan 21 08:36:21 2011 : ConnectToServerEndPoint: dest=10.107.226.231, service=6101
b4969ba0 Fri Jan 21 08:36:21 2011 : BETCPConnection::LoopThroughListAndConnect: Could not connect to remote addr
ess "10.107.226.231" Error:111.
b4969ba0 Fri Jan 21 08:36:21 2011 : BETCPConnection::CreateConnectionFromHostAndPort: Remote Host: "10.107.226.2
31": There were no addresses returned, belonging to family: IPv6
b4969ba0 Fri Jan 21 08:36:21 2011 : BETCPConnection::CreateConnectionFromHostAndPort: Could not create a connect
ion to "10.107.226.231" because attempts with both IPv4 and IPv6 protocols failed
b4969ba0 Fri Jan 21 08:36:21 2011 : Could not create a BETCPConnection object from address: 10.107.226.231 error
=An error occurred during a socket connect operation: Error Code: 111, System Error Message: Connection refused
b4969ba0 Fri Jan 21 08:36:21 2011 : NrdsAdvertiserThread: connect to target=10.107.226.231 port=6101 failed
b4969ba0 Fri Jan 21 08:36:21 2011 : This instance of BETCPListener was not requested to install a signal handler
 and hence will not install one!
b4969ba0 Fri Jan 21 08:36:21 2011 : ConnectToServerEndPoint: dest=10.107.226.232, service=6101
b4969ba0 Fri Jan 21 08:36:21 2011 : BETCPConnection::LoopThroughListAndConnect: Could not connect to remote addr
ess "10.107.226.232" Error:111.
b4969ba0 Fri Jan 21 08:36:21 2011 : BETCPConnection::CreateConnectionFromHostAndPort: Remote Host: "10.107.226.2
32": There were no addresses returned, belonging to family: IPv6
b4969ba0 Fri Jan 21 08:36:21 2011 : BETCPConnection::CreateConnectionFromHostAndPort: Could not create a connect
ion to "10.107.226.232" because attempts with both IPv4 and IPv6 protocols failed
b4969ba0 Fri Jan 21 08:36:21 2011 : Could not create a BETCPConnection object from address: 10.107.226.232 error
=An error occurred during a socket connect operation: Error Code: 111, System Error Message: Connection refused
b4969ba0 Fri Jan 21 08:36:21 2011 : NrdsAdvertiserThread: connect to target=10.107.226.232 port=6101 failed
b4969ba0 Fri Jan 21 08:36:21 2011 : NrdsAdvertiserThread: Retrying in 60 seconds
b4169ba0 Fri Jan 21 08:36:26 2011 : NrdsAdvertiserThread: negative (purge) advertisement cycle started.
b4169ba0 Fri Jan 21 08:36:26 2011 : NrdsAdvertiserThread: no purge is pending.
b4169ba0 Fri Jan 21 08:36:26 2011 : NrdsAdvertiserThread: negative (purge) advertisement cycle complete.  Waitin
g 240 minutes before advertising again.

 

Offensichtlich bekommt der beremote die zu sichernden Server irgendwie nicht connectet.

 

Seltsamerweise funktioniert die Sicherung ab und zu.

 

Gibt's hier 'nen Experten, der einem Linux-Laien, der sonst eher in der Windows-Welt unterwegs ist, eine Lösung anbieten kann?