Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. (gelöst)Fehler von Multihost nach update auf Buster

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    725

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    5.9k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

(gelöst)Fehler von Multihost nach update auf Buster

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
buster update redis multihostmaster slave
82 Beiträge 4 Kommentatoren 6.3k Aufrufe 3 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • M Offline
    M Offline
    Mapio90
    schrieb am zuletzt editiert von Mapio90
    #1

    Hallo könnt ihr mir sagen wo ich hier den Fehler habe?
    Zur Vorgeschichte.
    Habe ein vollständig laufendes System gehabt. Bin nun von Strech auf Buster (Erst auf dem Slave dann auf dem Master).
    Nutze Redis und nachdem ich den Master "Update auf Buster" erfolgreich abgeschlossen hatte, war die Multihost umgebung dahin.
    Der Slave wird in der Admin Oberfläche offline gezeigt.
    Bin nach folgender Anleitung "Multihost einrichten" vorgegangen:

    Master:

    pi@Master:~ $ iobroker setup custom
    Current configuration:
    - Objects database:
      - Type: file
      - Host/Unix Socket: 0.0.0.0
      - Port: 9001
    - States database:
      - Type: redis
      - Host/Unix Socket: 0.0.0.0
      - Port: 6379
    - Data Directory: ../../iobroker-data/
    - Host name: Master
    Type of objects DB [(f)ile, (r)edis], default [file]: f
    Host / Unix Socket of objects DB(file), default[0.0.0.0]: 0.0.0.0
    Port of objects DB(file), default[9001]:
    Type of states DB [(f)file, (r)edis], default [redis]: r
    Host / Unix Socket of states DB (redis), default[0.0.0.0]:
    Port of states DB (redis), default[6379]:
    Host name of this machine [Master]:
    updating conf/iobroker.json
    
    pi@Master:~ $ iobroker multihost enable
    Please check the binding of redis service. By default it is only local: http://download.redis.io/redis-stable/redis.conf
    Change "bind 127.0.0.1" to "bind 0.0.0.0" or to others.
    No configuration change needed.
    Multihost discovery server: enabled
    Discovery authentication:   enabled
    Objects:                    file on 0.0.0.0
    States:                     redis on 0.0.0.0
    pi@Master:~ $ sudo service iobroker restart
    

    Slave:

    pi@second-device:~ $ sudo iobroker setup custom
    Current configuration:
    - Objects database:
      - Type: file
      - Host/Unix Socket: 192.168.178.34
      - Port: 9001
    - States database:
      - Type: redis
      - Host/Unix Socket: 192.168.178.34
      - Port: 6379
    - Data Directory: ../../iobroker-data/
    - Host name: second-device
    
     
    Type of objects DB [(f)ile, (r)edis], default [file]: f
    Host / Unix Socket of objects DB(file), default[192.168.178.34]: 192.168.178.34
    Port of objects DB(file), default[9001]:
    Type of states DB [(f)file, (r)edis], default [redis]: r
    Host / Unix Socket of states DB (redis), default[192.168.178.34]: 192.168.178.34
    Port of states DB (redis), default[6379]:
    Host name of this machine [second-device]:
    
    arteckA Meister MopperM 3 Antworten Letzte Antwort
    0
    • M Mapio90

      Hallo könnt ihr mir sagen wo ich hier den Fehler habe?
      Zur Vorgeschichte.
      Habe ein vollständig laufendes System gehabt. Bin nun von Strech auf Buster (Erst auf dem Slave dann auf dem Master).
      Nutze Redis und nachdem ich den Master "Update auf Buster" erfolgreich abgeschlossen hatte, war die Multihost umgebung dahin.
      Der Slave wird in der Admin Oberfläche offline gezeigt.
      Bin nach folgender Anleitung "Multihost einrichten" vorgegangen:

      Master:

      pi@Master:~ $ iobroker setup custom
      Current configuration:
      - Objects database:
        - Type: file
        - Host/Unix Socket: 0.0.0.0
        - Port: 9001
      - States database:
        - Type: redis
        - Host/Unix Socket: 0.0.0.0
        - Port: 6379
      - Data Directory: ../../iobroker-data/
      - Host name: Master
      Type of objects DB [(f)ile, (r)edis], default [file]: f
      Host / Unix Socket of objects DB(file), default[0.0.0.0]: 0.0.0.0
      Port of objects DB(file), default[9001]:
      Type of states DB [(f)file, (r)edis], default [redis]: r
      Host / Unix Socket of states DB (redis), default[0.0.0.0]:
      Port of states DB (redis), default[6379]:
      Host name of this machine [Master]:
      updating conf/iobroker.json
      
      pi@Master:~ $ iobroker multihost enable
      Please check the binding of redis service. By default it is only local: http://download.redis.io/redis-stable/redis.conf
      Change "bind 127.0.0.1" to "bind 0.0.0.0" or to others.
      No configuration change needed.
      Multihost discovery server: enabled
      Discovery authentication:   enabled
      Objects:                    file on 0.0.0.0
      States:                     redis on 0.0.0.0
      pi@Master:~ $ sudo service iobroker restart
      

      Slave:

      pi@second-device:~ $ sudo iobroker setup custom
      Current configuration:
      - Objects database:
        - Type: file
        - Host/Unix Socket: 192.168.178.34
        - Port: 9001
      - States database:
        - Type: redis
        - Host/Unix Socket: 192.168.178.34
        - Port: 6379
      - Data Directory: ../../iobroker-data/
      - Host name: second-device
      
       
      Type of objects DB [(f)ile, (r)edis], default [file]: f
      Host / Unix Socket of objects DB(file), default[192.168.178.34]: 192.168.178.34
      Port of objects DB(file), default[9001]:
      Type of states DB [(f)file, (r)edis], default [redis]: r
      Host / Unix Socket of states DB (redis), default[192.168.178.34]: 192.168.178.34
      Port of states DB (redis), default[6379]:
      Host name of this machine [second-device]:
      
      arteckA Offline
      arteckA Offline
      arteck
      Developer Most Active
      schrieb am zuletzt editiert von
      #2

      na ja also Redis nutzt du nur für die StatesDB

      zigbee hab ich, zwave auch, nuc's genauso und HA auch

      M 1 Antwort Letzte Antwort
      0
      • M Mapio90

        Hallo könnt ihr mir sagen wo ich hier den Fehler habe?
        Zur Vorgeschichte.
        Habe ein vollständig laufendes System gehabt. Bin nun von Strech auf Buster (Erst auf dem Slave dann auf dem Master).
        Nutze Redis und nachdem ich den Master "Update auf Buster" erfolgreich abgeschlossen hatte, war die Multihost umgebung dahin.
        Der Slave wird in der Admin Oberfläche offline gezeigt.
        Bin nach folgender Anleitung "Multihost einrichten" vorgegangen:

        Master:

        pi@Master:~ $ iobroker setup custom
        Current configuration:
        - Objects database:
          - Type: file
          - Host/Unix Socket: 0.0.0.0
          - Port: 9001
        - States database:
          - Type: redis
          - Host/Unix Socket: 0.0.0.0
          - Port: 6379
        - Data Directory: ../../iobroker-data/
        - Host name: Master
        Type of objects DB [(f)ile, (r)edis], default [file]: f
        Host / Unix Socket of objects DB(file), default[0.0.0.0]: 0.0.0.0
        Port of objects DB(file), default[9001]:
        Type of states DB [(f)file, (r)edis], default [redis]: r
        Host / Unix Socket of states DB (redis), default[0.0.0.0]:
        Port of states DB (redis), default[6379]:
        Host name of this machine [Master]:
        updating conf/iobroker.json
        
        pi@Master:~ $ iobroker multihost enable
        Please check the binding of redis service. By default it is only local: http://download.redis.io/redis-stable/redis.conf
        Change "bind 127.0.0.1" to "bind 0.0.0.0" or to others.
        No configuration change needed.
        Multihost discovery server: enabled
        Discovery authentication:   enabled
        Objects:                    file on 0.0.0.0
        States:                     redis on 0.0.0.0
        pi@Master:~ $ sudo service iobroker restart
        

        Slave:

        pi@second-device:~ $ sudo iobroker setup custom
        Current configuration:
        - Objects database:
          - Type: file
          - Host/Unix Socket: 192.168.178.34
          - Port: 9001
        - States database:
          - Type: redis
          - Host/Unix Socket: 192.168.178.34
          - Port: 6379
        - Data Directory: ../../iobroker-data/
        - Host name: second-device
        
         
        Type of objects DB [(f)ile, (r)edis], default [file]: f
        Host / Unix Socket of objects DB(file), default[192.168.178.34]: 192.168.178.34
        Port of objects DB(file), default[9001]:
        Type of states DB [(f)file, (r)edis], default [redis]: r
        Host / Unix Socket of states DB (redis), default[192.168.178.34]: 192.168.178.34
        Port of states DB (redis), default[6379]:
        Host name of this machine [second-device]:
        
        Meister MopperM Offline
        Meister MopperM Offline
        Meister Mopper
        schrieb am zuletzt editiert von
        #3

        @Mapio90 Läuft denn redis überhaupt?

        Proxmox und HA - dank KI/AI endlich "blocklyfrei"

        M 1 Antwort Letzte Antwort
        0
        • arteckA arteck

          na ja also Redis nutzt du nur für die StatesDB

          M Offline
          M Offline
          Mapio90
          schrieb am zuletzt editiert von
          #4

          @arteck stimmt, sehe gerade dass ich in der ersten Zeile "file" stehen habe.

          1 Antwort Letzte Antwort
          0
          • Meister MopperM Meister Mopper

            @Mapio90 Läuft denn redis überhaupt?

            M Offline
            M Offline
            Mapio90
            schrieb am zuletzt editiert von
            #5

            @Meister-Mopper zuvor ist es gelaufen! Kann man das checken?

            Meister MopperM 1 Antwort Letzte Antwort
            0
            • M Mapio90

              @Meister-Mopper zuvor ist es gelaufen! Kann man das checken?

              Meister MopperM Offline
              Meister MopperM Offline
              Meister Mopper
              schrieb am zuletzt editiert von
              #6

              @Mapio90 iobroker status

              Proxmox und HA - dank KI/AI endlich "blocklyfrei"

              M 1 Antwort Letzte Antwort
              0
              • Meister MopperM Meister Mopper

                @Mapio90 iobroker status

                M Offline
                M Offline
                Mapio90
                schrieb am zuletzt editiert von
                #7

                @Meister-Mopper sagte in Fehler von Multihost nach update auf Buster:

                iobroker status

                
                pi@Master:~ $ iobroker status
                iobroker is running on this host.
                
                At least one iobroker host is running.
                
                Objects type: file
                States  type: redis
                
                
                Meister MopperM 1 Antwort Letzte Antwort
                0
                • M Mapio90

                  @Meister-Mopper sagte in Fehler von Multihost nach update auf Buster:

                  iobroker status

                  
                  pi@Master:~ $ iobroker status
                  iobroker is running on this host.
                  
                  At least one iobroker host is running.
                  
                  Objects type: file
                  States  type: redis
                  
                  
                  Meister MopperM Offline
                  Meister MopperM Offline
                  Meister Mopper
                  schrieb am zuletzt editiert von
                  #8

                  @Mapio90 Dann sollte es laufen.

                  Proxmox und HA - dank KI/AI endlich "blocklyfrei"

                  Meister MopperM M 2 Antworten Letzte Antwort
                  0
                  • Meister MopperM Meister Mopper

                    @Mapio90 Dann sollte es laufen.

                    Meister MopperM Offline
                    Meister MopperM Offline
                    Meister Mopper
                    schrieb am zuletzt editiert von
                    #9

                    @Meister-Mopper Hast Du irrtümlicherweise auf dem Slave die states migriert?

                    Proxmox und HA - dank KI/AI endlich "blocklyfrei"

                    1 Antwort Letzte Antwort
                    0
                    • Meister MopperM Meister Mopper

                      @Mapio90 Dann sollte es laufen.

                      M Offline
                      M Offline
                      Mapio90
                      schrieb am zuletzt editiert von Mapio90
                      #10

                      @Meister-Mopper Der Slave ist leider offline!

                      Meister MopperM 1 Antwort Letzte Antwort
                      0
                      • M Mapio90

                        @Meister-Mopper Der Slave ist leider offline!

                        Meister MopperM Offline
                        Meister MopperM Offline
                        Meister Mopper
                        schrieb am zuletzt editiert von Meister Mopper
                        #11

                        @Mapio90 Neu gestartet, ich meine reboot? Was sagt der status?

                        Proxmox und HA - dank KI/AI endlich "blocklyfrei"

                        M 1 Antwort Letzte Antwort
                        0
                        • M Mapio90

                          Hallo könnt ihr mir sagen wo ich hier den Fehler habe?
                          Zur Vorgeschichte.
                          Habe ein vollständig laufendes System gehabt. Bin nun von Strech auf Buster (Erst auf dem Slave dann auf dem Master).
                          Nutze Redis und nachdem ich den Master "Update auf Buster" erfolgreich abgeschlossen hatte, war die Multihost umgebung dahin.
                          Der Slave wird in der Admin Oberfläche offline gezeigt.
                          Bin nach folgender Anleitung "Multihost einrichten" vorgegangen:

                          Master:

                          pi@Master:~ $ iobroker setup custom
                          Current configuration:
                          - Objects database:
                            - Type: file
                            - Host/Unix Socket: 0.0.0.0
                            - Port: 9001
                          - States database:
                            - Type: redis
                            - Host/Unix Socket: 0.0.0.0
                            - Port: 6379
                          - Data Directory: ../../iobroker-data/
                          - Host name: Master
                          Type of objects DB [(f)ile, (r)edis], default [file]: f
                          Host / Unix Socket of objects DB(file), default[0.0.0.0]: 0.0.0.0
                          Port of objects DB(file), default[9001]:
                          Type of states DB [(f)file, (r)edis], default [redis]: r
                          Host / Unix Socket of states DB (redis), default[0.0.0.0]:
                          Port of states DB (redis), default[6379]:
                          Host name of this machine [Master]:
                          updating conf/iobroker.json
                          
                          pi@Master:~ $ iobroker multihost enable
                          Please check the binding of redis service. By default it is only local: http://download.redis.io/redis-stable/redis.conf
                          Change "bind 127.0.0.1" to "bind 0.0.0.0" or to others.
                          No configuration change needed.
                          Multihost discovery server: enabled
                          Discovery authentication:   enabled
                          Objects:                    file on 0.0.0.0
                          States:                     redis on 0.0.0.0
                          pi@Master:~ $ sudo service iobroker restart
                          

                          Slave:

                          pi@second-device:~ $ sudo iobroker setup custom
                          Current configuration:
                          - Objects database:
                            - Type: file
                            - Host/Unix Socket: 192.168.178.34
                            - Port: 9001
                          - States database:
                            - Type: redis
                            - Host/Unix Socket: 192.168.178.34
                            - Port: 6379
                          - Data Directory: ../../iobroker-data/
                          - Host name: second-device
                          
                           
                          Type of objects DB [(f)ile, (r)edis], default [file]: f
                          Host / Unix Socket of objects DB(file), default[192.168.178.34]: 192.168.178.34
                          Port of objects DB(file), default[9001]:
                          Type of states DB [(f)file, (r)edis], default [redis]: r
                          Host / Unix Socket of states DB (redis), default[192.168.178.34]: 192.168.178.34
                          Port of states DB (redis), default[6379]:
                          Host name of this machine [second-device]:
                          
                          arteckA Offline
                          arteckA Offline
                          arteck
                          Developer Most Active
                          schrieb am zuletzt editiert von
                          #12

                          @Mapio90 sagte in Fehler von Multihost nach update auf Buster:

                          192.168.178.34

                          das dass die IP vom Master.. hat sich die vielleicht geändert ?? oder hast du feste IP für vergeben

                          zigbee hab ich, zwave auch, nuc's genauso und HA auch

                          M 1 Antwort Letzte Antwort
                          0
                          • Meister MopperM Meister Mopper

                            @Mapio90 Neu gestartet, ich meine reboot? Was sagt der status?

                            M Offline
                            M Offline
                            Mapio90
                            schrieb am zuletzt editiert von
                            #13

                            @Meister-Mopper ja habe beide rebootet, der stand ist immer noch wie folgt:

                            
                            pi@Master:~ $ iobroker status
                            iobroker is running on this host.
                            
                            At least one iobroker host is running.
                            
                            Objects type: file
                            States  type: redis
                            
                            
                            1 Antwort Letzte Antwort
                            0
                            • arteckA arteck

                              @Mapio90 sagte in Fehler von Multihost nach update auf Buster:

                              192.168.178.34

                              das dass die IP vom Master.. hat sich die vielleicht geändert ?? oder hast du feste IP für vergeben

                              M Offline
                              M Offline
                              Mapio90
                              schrieb am zuletzt editiert von
                              #14

                              @arteck genau, der Master und der Slave haben beide feste IP´s

                              Meister MopperM 1 Antwort Letzte Antwort
                              0
                              • M Mapio90

                                @arteck genau, der Master und der Slave haben beide feste IP´s

                                Meister MopperM Offline
                                Meister MopperM Offline
                                Meister Mopper
                                schrieb am zuletzt editiert von
                                #15

                                @Mapio90 Ich würde jetzt eine saubere master/slave Situation neu einrichten und redis gemäß Vorgaben zunächst auf dem Master, dann auf dem Slave einrichten.
                                Anschließend bringt ein redis-Backup die letzen states.

                                Proxmox und HA - dank KI/AI endlich "blocklyfrei"

                                M 1 Antwort Letzte Antwort
                                0
                                • Meister MopperM Meister Mopper

                                  @Mapio90 Ich würde jetzt eine saubere master/slave Situation neu einrichten und redis gemäß Vorgaben zunächst auf dem Master, dann auf dem Slave einrichten.
                                  Anschließend bringt ein redis-Backup die letzen states.

                                  M Offline
                                  M Offline
                                  Mapio90
                                  schrieb am zuletzt editiert von
                                  #16

                                  @Meister-Mopper Kann es sein dass Redis nochmals installiert werden muss?

                                  wenn ich auf dem Slave folgendes lese

                                  iobroker multihost browse
                                  No connection to states 192.168.178.34:6379[redis]
                                  
                                  
                                  Meister MopperM 1 Antwort Letzte Antwort
                                  0
                                  • M Mapio90

                                    @Meister-Mopper Kann es sein dass Redis nochmals installiert werden muss?

                                    wenn ich auf dem Slave folgendes lese

                                    iobroker multihost browse
                                    No connection to states 192.168.178.34:6379[redis]
                                    
                                    
                                    Meister MopperM Offline
                                    Meister MopperM Offline
                                    Meister Mopper
                                    schrieb am zuletzt editiert von
                                    #17

                                    @Mapio90 Ich glaube, Du hast, wie @arteck geschrieben hat, ein IP-Problem. Die Maschinen finden sich nicht und können dann auch nicht kommunizieren.

                                    Proxmox und HA - dank KI/AI endlich "blocklyfrei"

                                    M 1 Antwort Letzte Antwort
                                    0
                                    • Meister MopperM Meister Mopper

                                      @Mapio90 Ich glaube, Du hast, wie @arteck geschrieben hat, ein IP-Problem. Die Maschinen finden sich nicht und können dann auch nicht kommunizieren.

                                      M Offline
                                      M Offline
                                      Mapio90
                                      schrieb am zuletzt editiert von
                                      #18

                                      @Meister-Mopper

                                      pi@Master:~ $ iobroker multihost enable
                                      Please check the binding of redis service. By default it is only local: http://download.redis.io/redis-stable/redis.conf
                                      Change "bind 127.0.0.1" to "bind 0.0.0.0" or to others.
                                      No configuration change needed.
                                      
                                      
                                      Multihost discovery server: enabled
                                      Discovery authentication:   enabled
                                      Objects:                    redis on 0.0.0.0
                                      States:                     redis on 0.0.0.0
                                      
                                      
                                      M 1 Antwort Letzte Antwort
                                      0
                                      • M Mapio90

                                        @Meister-Mopper

                                        pi@Master:~ $ iobroker multihost enable
                                        Please check the binding of redis service. By default it is only local: http://download.redis.io/redis-stable/redis.conf
                                        Change "bind 127.0.0.1" to "bind 0.0.0.0" or to others.
                                        No configuration change needed.
                                        
                                        
                                        Multihost discovery server: enabled
                                        Discovery authentication:   enabled
                                        Objects:                    redis on 0.0.0.0
                                        States:                     redis on 0.0.0.0
                                        
                                        
                                        M Offline
                                        M Offline
                                        Mapio90
                                        schrieb am zuletzt editiert von
                                        #19

                                        Jetzt blick ich vollkommen nicht mehr durch, jetzt komm ich nicht mal mehr auf die Weboberfläche....

                                        
                                        pi@Master:~ $ iobroker setup custom
                                        Current configuration:
                                        - Objects database:
                                          - Type: file
                                          - Host/Unix Socket: 0.0.0.0
                                          - Port: 9001
                                        - States database:
                                          - Type: redis
                                          - Host/Unix Socket: 0.0.0.0
                                          - Port: 6379
                                        - Data Directory: ../../iobroker-data/
                                        
                                        Type of objects DB [(f)ile, (r)edis], default [file]: r
                                        
                                        When Objects and Files are stored in a Redis database please consider the following:
                                        1. All data will be stored in RAM, make sure to have enough free RAM available!
                                        2. Make sure to check Redis persistence options to make sure a Redis problem will not cause data loss!
                                        3. The Redis persistence files can get big, make sure not to use an SD card to store them.
                                        
                                        Host / Unix Socket of objects DB(redis), default[127.0.0.1]: 0.0.0.0
                                        Port of objects DB(redis), default[6379]: 9001
                                        Type of states DB [(f)file, (r)edis], default [redis]: r
                                        Host / Unix Socket of states DB (redis), default[0.0.0.0]: 0.0.0.0
                                        Port of states DB (redis), default[9001]: 6379
                                        Host name of this machine [Master]:
                                        Please choose if this is a Master/single host (enter "m") or a Slave host (enter "S") you are about to edit. For Slave hosts the data migration will be skipped. [S/m]: m
                                        
                                        Important: Using Redis for the Objects database is only supported
                                        with js-controller 2.0 or higher!
                                        When your system consists of multiple hosts please make sure to have
                                        js-controller 2.0 or higher installed on ALL hosts *before* continuing!
                                        
                                        
                                        Important #2: If you already did the migration on an other host
                                        please *do not* migrate again! This can destroy your system!
                                        
                                        
                                        Important #3: The process will migrate all files that were officially
                                        uploaded into the ioBroker system. If you have manually copied files into
                                        iobroker-data/files/... into own directories then these files will NOT be
                                        migrated! Make sure all files are in adapter directories inside the files
                                        directory!
                                        
                                        
                                        Do you want to migrate objects and states from "file/redis" to "redis/redis" [y/N]: n
                                        
                                        No Database migration was done.
                                        If this was done on your master host please execute "iobroker setup first" to newly initialize all objects.
                                        
                                        updating conf/iobroker.json
                                        pi@Master:~ $ iobroker multihost enable
                                        Please check the binding of redis service. By default it is only local: http://download.redis.io/redis-stable/redis.conf
                                        Change "bind 127.0.0.1" to "bind 0.0.0.0" or to others.
                                        No configuration change needed.
                                        
                                        
                                        Multihost discovery server: enabled
                                        Discovery authentication:   enabled
                                        Objects:                    redis on 0.0.0.0
                                        States:                     redis on 0.0.0.0
                                        pi@Master:~ $ ^C
                                        pi@Master:~ $ iobroker status
                                        iobroker is running on this host.
                                        
                                        At least one iobroker host is running.
                                        
                                        Objects type: redis
                                        States  type: redis
                                        pi@Master:~ $ sudo service iobroker restart
                                        
                                        
                                        M 1 Antwort Letzte Antwort
                                        0
                                        • M Mapio90

                                          Jetzt blick ich vollkommen nicht mehr durch, jetzt komm ich nicht mal mehr auf die Weboberfläche....

                                          
                                          pi@Master:~ $ iobroker setup custom
                                          Current configuration:
                                          - Objects database:
                                            - Type: file
                                            - Host/Unix Socket: 0.0.0.0
                                            - Port: 9001
                                          - States database:
                                            - Type: redis
                                            - Host/Unix Socket: 0.0.0.0
                                            - Port: 6379
                                          - Data Directory: ../../iobroker-data/
                                          
                                          Type of objects DB [(f)ile, (r)edis], default [file]: r
                                          
                                          When Objects and Files are stored in a Redis database please consider the following:
                                          1. All data will be stored in RAM, make sure to have enough free RAM available!
                                          2. Make sure to check Redis persistence options to make sure a Redis problem will not cause data loss!
                                          3. The Redis persistence files can get big, make sure not to use an SD card to store them.
                                          
                                          Host / Unix Socket of objects DB(redis), default[127.0.0.1]: 0.0.0.0
                                          Port of objects DB(redis), default[6379]: 9001
                                          Type of states DB [(f)file, (r)edis], default [redis]: r
                                          Host / Unix Socket of states DB (redis), default[0.0.0.0]: 0.0.0.0
                                          Port of states DB (redis), default[9001]: 6379
                                          Host name of this machine [Master]:
                                          Please choose if this is a Master/single host (enter "m") or a Slave host (enter "S") you are about to edit. For Slave hosts the data migration will be skipped. [S/m]: m
                                          
                                          Important: Using Redis for the Objects database is only supported
                                          with js-controller 2.0 or higher!
                                          When your system consists of multiple hosts please make sure to have
                                          js-controller 2.0 or higher installed on ALL hosts *before* continuing!
                                          
                                          
                                          Important #2: If you already did the migration on an other host
                                          please *do not* migrate again! This can destroy your system!
                                          
                                          
                                          Important #3: The process will migrate all files that were officially
                                          uploaded into the ioBroker system. If you have manually copied files into
                                          iobroker-data/files/... into own directories then these files will NOT be
                                          migrated! Make sure all files are in adapter directories inside the files
                                          directory!
                                          
                                          
                                          Do you want to migrate objects and states from "file/redis" to "redis/redis" [y/N]: n
                                          
                                          No Database migration was done.
                                          If this was done on your master host please execute "iobroker setup first" to newly initialize all objects.
                                          
                                          updating conf/iobroker.json
                                          pi@Master:~ $ iobroker multihost enable
                                          Please check the binding of redis service. By default it is only local: http://download.redis.io/redis-stable/redis.conf
                                          Change "bind 127.0.0.1" to "bind 0.0.0.0" or to others.
                                          No configuration change needed.
                                          
                                          
                                          Multihost discovery server: enabled
                                          Discovery authentication:   enabled
                                          Objects:                    redis on 0.0.0.0
                                          States:                     redis on 0.0.0.0
                                          pi@Master:~ $ ^C
                                          pi@Master:~ $ iobroker status
                                          iobroker is running on this host.
                                          
                                          At least one iobroker host is running.
                                          
                                          Objects type: redis
                                          States  type: redis
                                          pi@Master:~ $ sudo service iobroker restart
                                          
                                          
                                          M Offline
                                          M Offline
                                          Mapio90
                                          schrieb am zuletzt editiert von
                                          #20

                                          @Meister-Mopper
                                          @arteck

                                          Habe den Master nun komplett runter geschmissen und ein backup drauf gemacht.

                                          Wie würdet ihr jetzt vorgehen, dass mir bestmöglich ein backup wieder erspart bleibt?

                                          auf dem Slave zeigt es folgendes an:

                                          pi@second-device:~ $ iobroker status
                                          No connection to states 192.168.178.34:6379[redis]
                                          
                                          

                                          auf dem Master:

                                          
                                          pi@Master:~ $ iobroker status
                                          
                                          iobroker is running on this host.
                                          
                                          At least one iobroker host is running.
                                          
                                          Objects type: file
                                          States  type: redis
                                          
                                          
                                          Meister MopperM HomoranH 2 Antworten Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          560

                                          Online

                                          32.7k

                                          Benutzer

                                          82.6k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe