NEWS
UNSOLVED Multihost, Problem nach backup Wiederherstellung
-
Ich habe heute in der Früh mit dem backup Adapter ein normales Backup wiederhergestellt.
Ich habe iobroker im Multihost laufen. Der Main läuft einwandfrei, nur die 3 Remotes melden alle das Selbe:root@Wetterstation:/opt/iobroker# iobroker status iobroker is running Ready check failed: Connection forcefully ended and command aborted. It might have been processed. AbortError: Ready check failed: Connection forcefully ended and command aborted. It might have been processed. at RedisClient.flush_and_error (/opt/iobroker/node_modules/redis/index.js:362:23) at RedisClient.end (/opt/iobroker/node_modules/redis/lib/extendedApi.js:52:14) at StateRedis.destroy (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:272:20) at processExit (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2820:44) at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:312:25 at Object.connected (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3124:70) at Socket.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemClient.js:120:68) at Socket.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/component-emitter/index.js:133:20) at Socket.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:138:10) at Socket.onconnect (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:335:8) root@Wetterstation:/opt/iobroker#
Was kann ich machen, damit die Remotes wieder laufen?
-
@rascal said in Multihost, Problem nach backup Wiederherstellung:
It might have been processed
Da war mal was!??
Scheint aber problemlos zu laufen. Keine PanikGruß
Rainer -
bin schon ein Stückchen weiter...
root@Wetterstation:/opt/iobroker# iobroker multihost connect 1 | 192.168.1.10 | host | 192.168.1.10 | "authentication required" Please select host [1]: 1 Enter secret phrase for connection: ****** Cannot connect to "192.168.1.10": invalid password root@Wetterstation:/opt/iobroker#
welches Passwort? Ich habe im Main keines gesetzt.
Wo kann ich dieses definieren? -
Berichtigung... der Main zeigt mir die selben Fehlermeldungen wie die Remotes
-
im Iobroker bekomme ich folgende Fehlermeldung:
host.Mastermind 2019-02-11 17:48:12.506 error multihost service error: Error: bind EADDRINUSE 0.0.0.0:50005 at Object._errnoException (util.js:1022:11) at _exceptionWithHostPort (util.js:1044:20) at _handle.lookup (dgram.js:266:18) host.Mastermind 2019-02-11 17:48:07.501 error at process._tickCallback (internal/process/next_tick.js:180:9) host.Mastermind 2019-02-11 17:48:07.501 error at _combinedTickCallback (internal/process/next_tick.js:141:11) host.Mastermind 2019-02-11 17:48:07.501 error at _handle.lookup (dgram.js:266:18) host.Mastermind 2019-02-11 17:48:07.501 error at _exceptionWithHostPort (util.js:1044:20) host.Mastermind 2019-02-11 17:48:07.501 error at Object._errnoException (util.js:1022:11) host.Mastermind 2019-02-11 17:48:07.501 error multihost service error: Error: bind EADDRINUSE 0.0.0.0:50005 host.Mastermind 2019-02-11 17:48:02.500 error at process._tickCallback (internal/process/next_tick.js:180:9) host.Mastermind 2019-02-11 17:48:02.500 error at _combinedTickCallback (internal/process/next_tick.js:141:11) host.Mastermind 2019-02-11 17:48:02.500 error at _handle.lookup (dgram.js:266:18) host.Mastermind 2019-02-11 17:48:02.500 error at _exceptionWithHostPort (util.js:1044:20) host.Mastermind 2019-02-11 17:48:02.500 error at Object._errnoException (util.js:1022:11) host.Mastermind 2019-02-11 17:48:02.500 error multihost service error: Error: bind EADDRINUSE 0.0.0.0:50005
LG
-
Ich habe im Main ein Passwort gesetzt über "iobroker multihost..."
Ich habe die Remotes mit diesem Passwort wieder verbunden.
Ich habe alle iobroker Instanzen gestoppt und schrittweise wieder gestartet.Im Iobroker Log habe ich jetzt keine Fehlermeldungen mehr und es scheint alles so zu laufen wie es soll.. nur wenn ich "iobroker status" eingebe bekomme ich die Fehlermeldung aus dem ersten Post.