Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Slave-Installation - Master unter Slave-Adresse erreichbar

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Slave-Installation - Master unter Slave-Adresse erreichbar

    This topic has been deleted. Only users with topic management privileges can see it.
    • DucLE
      DucLE @Homoran last edited by

      @homoran Ich hab jetzt noch einmal manuell konfiguriert:

      Zuerst den Master:

      @homecentral:~$ iobroker setup custom
      Current configuration:
      - Objects database:
        - Type: file
        - Host/Unix Socket: 0.0.0.0
        - Port: 9001
      - States database:
        - Type: file
        - Host/Unix Socket: 0.0.0.0
        - Port: 9000
      - Data Directory: ../../iobroker-data/
      
      Type of objects DB [(f)ile, (r)edis, ...], default [file]:
      Host / Unix Socket of objects DB(file), default[0.0.0.0]:
      Port of objects DB(file), default[9001]:
      Type of states DB [(f)file, (r)edis, ...], default [file]:
      Host / Unix Socket of states DB (file), default[0.0.0.0]:
      Port of states DB (file), default[9000]:
      Data directory (file), default[../../iobroker-data/]: /opt/iobroker/iobroker-data/
      Host name of this machine [homecentral]:
      updating conf/iobroker.json
      
      @homecentral:~$ iobroker multihost enable
      Please check the binding of the configured file server to allow remote connections.
      No configuration change needed.
      
      Multihost discovery server: enabled
      Discovery authentication:   enabled
      Persistent activation:      disabled
      Objects:                    file on 0.0.0.0
      States:                     file on 0.0.0.0
      @homecentral:~$ iobroker restart
      

      anschließend den Slave:

      @schaltschrank:/$ iobroker setup custom
      Current configuration:
      - Objects database:
        - Type: file
        - Host/Unix Socket: 0.0.0.0
        - Port: 9001
      - States database:
        - Type: file
        - Host/Unix Socket: 0.0.0.0
        - Port: 9000
      - Data Directory: ../../iobroker-data/
      
      Type of objects DB [(f)ile, (r)edis, ...], default [file]:
      Host / Unix Socket of objects DB(file), default[0.0.0.0]: 192.168.0.10
      Port of objects DB(file), default[9001]:
      Type of states DB [(f)file, (r)edis, ...], default [file]:
      Host / Unix Socket of states DB (file), default[192.168.0.10]:
      Port of states DB (file), default[9000]:
      Host name of this machine [schaltschrank]:
      updating conf/iobroker.json
      @schaltschrank:/$ iobroker multihost connect
      1 |        192.168.0.10 |  host |        192.168.0.10 | "authentication required"
      Please select host [1]: 1
      Enter secret phrase for connection: ********
      
      Config ok. Please restart ioBroker: "iobroker restart"
      @schaltschrank:/$ iobroker restart
      

      Dann habe ich den Master neu gestartet. Anschließend den Slave. Als der Master hochkam, konnte ich mich auf die WebAdmin-Oberfläche verbinden. In dem Moment wo der Slave hochkam, war die Oberfläche auf dem Master nicht mehr erreichbar und die "verqueere" Oberfläche auf dem Slave war erreichbar.

      Links Slave, Rechts Master:
      a329cede-3323-4562-b177-fd5ea4a88106-image.png

      Homoran 1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @DucLE last edited by Homoran

        @ducle sagte in Slave-Installation - Master unter Slave-Adresse erreichbar:

        Ich hab jetzt noch einmal manuell konfiguriert:

        nicht wirklich!

        @ducle sagte in Slave-Installation - Master unter Slave-Adresse erreichbar:

        @homecentral:~$ iobroker multihost enable

        iobroker multihost connect

        das solltest du nicht machen, sondern nur die Änderungen an der Konfig

        DucLE 1 Reply Last reply Reply Quote 1
        • DucLE
          DucLE @Homoran last edited by

          @homoran OK. Jetzt das ganze noch einmal manuell (ohne den connect Befehl) durchgeführt. In dem Moment wo der Slave hochfährt und iobroker startet geht die Webobverfläche des Masters offline 😞

          Homoran 1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @DucLE last edited by

            @ducle Dann bin ich mit meinrm LAtein am Ende.
            Vielleicht weiß jemand anders Hilfe

            DucLE 1 Reply Last reply Reply Quote 1
            • DucLE
              DucLE @Homoran last edited by

              @homoran Danke für deine Mühe.
              Ich kann es mir tatsächlich auch nicht erklären.

              Als wenn der Slave den Webdienst / admin des Masters beendet. Das macht doch aber keinen Sinn.

              Homoran 1 Reply Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @DucLE last edited by

                @ducle sagte in Slave-Installation - Master unter Slave-Adresse erreichbar:

                Das macht doch aber keinen Sinn.

                Das ergibt schon einen Sinn.
                Es sollte genau umgekehrt sein.

                Der Slave läuft dann als "Master".
                Du siehst weiterhin den admin des Slaves und darin die Instanzen auf dem eigentlichen Master.

                nur warum???

                DucLE 1 Reply Last reply Reply Quote 0
                • DucLE
                  DucLE @Homoran last edited by

                  @homoran Ich hab jetzt bereits drei mal die Anleitung gecheckt ob ich vielleicht die Befehle auf den Maschinen vertausch habe. Leider nicht. Außerdem würde ja dann der Host auch auf der Maschine auftauchen. Ich habe aber bis dato noch nicht einmal zwei Host gesehen.

                  arteck 1 Reply Last reply Reply Quote 0
                  • arteck
                    arteck Developer Most Active @DucLE last edited by arteck

                    @ducle poste mal LOGS von den beiden maschienen

                    DucLE 1 Reply Last reply Reply Quote 0
                    • DucLE
                      DucLE @arteck last edited by

                      @arteck Anbei einmal die beiden Logs. Ich habe versucht sie nur auf den Konfigurationsprozess (manuell) zu reduzieren.

                      iobroker_slave.current.log.html
                      iobroker_master.current.log.html

                      arteck 1 Reply Last reply Reply Quote 0
                      • arteck
                        arteck Developer Most Active @DucLE last edited by

                        @ducle

                        wasn das für ne ip ??

                        2021-11-20 10:31:06.363 - info: host.schaltschrank ip addresses: 192.168.0.11 fe80::a21e:bff:fe05:b63d

                        1 Reply Last reply Reply Quote 1
                        • Homoran
                          Homoran Global Moderator Administrators @DucLE last edited by

                          @arteck

                          @ducle sagte in Slave-Installation - Master unter Slave-Adresse erreichbar:

                          Nach den neuen Installation des Slave ist die IP-Zuordnung folgende:
                          Master: 192.168.0.10/16
                          Slave: 192.168.0.11/16

                          arteck 1 Reply Last reply Reply Quote 1
                          • arteck
                            arteck Developer Most Active @Homoran last edited by arteck

                            @homoran langsam blicke ich da nicht durch..was welche IP in welchen subnetz

                            🙂

                            @DucLE
                            hast du pihole laufen ??

                            laut dem

                            2021-11-20 10:31:03.792 - info: host.schaltschrank All instances are stopped.
                            2021-11-20 10:31:03.976 - info: host.schaltschrank terminated
                            2021-11-20 10:31:06.354 - info: host.schaltschrank iobroker.js-controller version 3.3.19 js-controller starting
                            2021-11-20 10:31:06.362 - info: host.schaltschrank Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                            2021-11-20 10:31:06.363 - info: host.schaltschrank hostname: schaltschrank, node: v12.22.7
                            2021-11-20 10:31:06.363 - info: host.schaltschrank ip addresses: 192.168.0.11 fe80::a21e:bff:fe05:b63d
                            2021-11-20 10:31:06.632 - info: host.schaltschrank connected to Objects and States
                            2021-11-20 10:31:06.966 - info: host.schaltschrank added notifications configuration of host
                            

                            verbindet der sich nicht mit dem MASTER..
                            ansonsten starte mal

                            iobroker fix
                            

                            auf beiden kisten dann nochmal

                            iobroker setup custom
                            
                            DucLE 1 Reply Last reply Reply Quote 1
                            • DucLE
                              DucLE @arteck last edited by

                              @arteck

                              ja, pihole läuft auf der 192.168.0.4 - einem Synology

                              Hier noch einmal die IP-Adress-Zuordnung:
                              Master: 192.168.0.10/16
                              Slave: 192.168.0.11/16

                              Homoran 1 Reply Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @DucLE last edited by

                                @ducle sagte in Slave-Installation - Master unter Slave-Adresse erreichbar:

                                ja, pihole läuft auf der 192.168.0.4 - einem Synology

                                😡
                                warum bekommt man so wichtige Infos nicht?

                                DucLE 1 Reply Last reply Reply Quote 0
                                • DucLE
                                  DucLE @Homoran last edited by

                                  @homoran Entschuldige bitte. Das hab ich dem Zusammenhang nicht als wichtig erachtet. Wie hängt das pihole mit den Verbindungsproblemen auf IP-Adress-Ebene zusammen? So lange ich nur mit IP-Adressen arbeiten, sollte doch die DNS-Thematik außen vor sein.

                                  DucLE 1 Reply Last reply Reply Quote 0
                                  • DucLE
                                    DucLE @DucLE last edited by

                                    Tatsächlich hat

                                    iobroker fix
                                    

                                    und

                                    iobroker setup custom
                                    

                                    jetzt funktioniert und die Verbindung klappt. Beide Hosts sind jetzt auch auf dem 3.3.18 (und der Slave nicht mehr auf der 3.3.19). Ich würde gern noch den Grund verstehen.

                                    Vielen Dank auf jeden fall für die intensive Hilfe! 👍

                                    arteck 1 Reply Last reply Reply Quote 0
                                    • arteck
                                      arteck Developer Most Active @DucLE last edited by

                                      @ducle der Grund sind RECHTE

                                      iobroker fix setzt diese richtig.. und da du bestimmt mal mit sudo rumgefuchtelt hast hast du dem iobroker User parr Rechte entzogen..somit konnte die Konfig nicht abgeändert werden

                                      DucLE 1 Reply Last reply Reply Quote 1
                                      • DucLE
                                        DucLE @arteck last edited by

                                        @arteck Das klingt plausibel. Vielen Dank.

                                        1 Reply Last reply Reply Quote 0
                                        • First post
                                          Last post

                                        Support us

                                        ioBroker
                                        Community Adapters
                                        Donate
                                        FAQ Cloud / IOT
                                        HowTo: Node.js-Update
                                        HowTo: Backup/Restore
                                        Downloads
                                        BLOG

                                        907
                                        Online

                                        31.9k
                                        Users

                                        80.1k
                                        Topics

                                        1.3m
                                        Posts

                                        3
                                        44
                                        2273
                                        Loading More Posts
                                        • Oldest to Newest
                                        • Newest to Oldest
                                        • Most Votes
                                        Reply
                                        • Reply as topic
                                        Log in to reply
                                        Community
                                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                        The ioBroker Community 2014-2023
                                        logo