Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. history macht Probleme, wie InfluxDB installieren?

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    history macht Probleme, wie InfluxDB installieren?

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

      @crunchip

      das ist richtig, man soll ja auch influx aufrufen, um einen user mit passwort und eine Datenbank anzulegen. Und eben das funktioniert nicht.

      Beim Aufruf von influxd:

      root@debianioBroker:~# influxd
      
       8888888           .d888 888                   8888888b.  888888b.
         888            d88P"  888                   888  "Y88b 888  "88b
         888            888    888                   888    888 888  .88P
         888   88888b.  888888 888 888  888 888  888 888    888 8888888K.
         888   888 "88b 888    888 888  888  Y8bd8P' 888    888 888  "Y88b
         888   888  888 888    888 888  888   X88K   888    888 888    888
         888   888  888 888    888 Y88b 888 .d8""8b. 888  .d88P 888   d88P
       8888888 888  888 888    888  "Y88888 888  888 8888888P"  8888888P"
      
      2019-06-30T10:29:07.285747Z     info    InfluxDB starting       {"log_id": "0GLzkALG000", "version": "1.7.6", "branch": "1.7", "commit": "01c8dd416270f424ab0c40f9291e269ac6921964"}
      2019-06-30T10:29:07.285846Z     info    Go runtime      {"log_id": "0GLzkALG000", "version": "go1.11", "maxprocs": 4}
      run: open server: listen: listen tcp 127.0.0.1:8088: bind: address already in use
      root@debianioBroker:~#
      
      
      crunchip 1 Reply Last reply Reply Quote 0
      • crunchip
        crunchip Forum Testing Most Active @XxJooO last edited by

        @XxJooO dein port 8088 wird von 1565/io.terminal.0 belegt

        XxJooO 2 Replies Last reply Reply Quote 1
        • XxJooO
          XxJooO @crunchip last edited by

          @crunchip

          kennst Du das Gefühl, sich heftig zu schämen und man sich fragt: "bist du dumm?"

          Ich war mir 150% sicher, dass es nicht am belegten Port liegt

          Ich habe terminal auf 8090 umgebogen, influxdb restartet und jetzt:

          root@debianioBroker:~# netstat -tulpen
          Aktive Internetverbindungen (Nur Server)
          Proto Recv-Q Send-Q Local Address           Foreign Address         State       Benutzer   Inode      PID/Program name
          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       16482      500/iobroker.js-con
          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       16483      500/iobroker.js-con
          tcp        0      0 192.168.178.205:12010   0.0.0.0:*               LISTEN      1001       16124      1407/io.hm-rpc.2
          tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          13306      253/rpcbind
          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          15623      507/sshd
          tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        1471257    27403/influxd
          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       16576      610/io.sonoff.0
          tcp6       0      0 :::61991                :::*                    LISTEN      1001       18476      1887/io.harmony.0
          tcp6       0      0 :::111                  :::*                    LISTEN      0          13309      253/rpcbind
          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       15732      527/io.admin.0
          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       17579      543/io.web.0
          tcp6       0      0 :::8086                 :::*                    LISTEN      999        1471261    27403/influxd
          tcp6       0      0 :::22                   :::*                    LISTEN      0          15625      507/sshd
          tcp6       0      0 :::8090                 :::*                    LISTEN      1001       1471294    27420/io.terminal.0
          udp        0      0 0.0.0.0:55664           0.0.0.0:*                           107        10050      309/avahi-daemon: r
          udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       18477      1887/io.harmony.0
          udp        0      0 0.0.0.0:853             0.0.0.0:*                           0          13305      253/rpcbind
          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           107        10048      309/avahi-daemon: r
          udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       17053      2208/io.shelly.0
          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          17419      459/dhclient
          udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          13301      253/rpcbind
          udp6       0      0 :::853                  :::*                                0          13308      253/rpcbind
          udp6       0      0 :::5353                 :::*                                107        10049      309/avahi-daemon: r
          udp6       0      0 :::111                  :::*                                0          13307      253/rpcbind
          udp6       0      0 :::36979                :::*                                107        10051      309/avahi-daemon: r
          root@debianioBroker:~# sudo systemctl restart influxdb
          root@debianioBroker:~# influx
          Connected to http://localhost:8086 version 1.7.6
          InfluxDB shell version: 1.7.6
          Enter an InfluxQL query
          >
          

          Zu meiner Entlastung muss ich aber sagen, dass ich mit einer anderen Variante des Befehls nestat keine Verbindung zu 8088 angezeigt bekommen hatte. Deine Variante von netstat hat das jetzt erst gezeigt und ich habe es übersehen.

          Jetzt kann ich meinen anderen Post löschen und mich weiter mit influx beschäftigen.

          Somit 1000 Dank und Prost zum Bier!!!

          Erlaube mir aber noch eine Frage zu influxDB: da es bei Dir läuft würde mich interessieren, ob Du damit zufrieden bist. Wenn man nach influxDB sucht findet man ziemlich viele Leute, bei denen die Datenbank ausgestiegen ist, die Daten verloren haben und bei denen Probleme sind. Wie ist das bei Dir?

          crunchip 1 Reply Last reply Reply Quote 0
          • XxJooO
            XxJooO @crunchip last edited by

            @crunchip

            Der Adapter influxdb ist grün!!!!

            crunchip 1 Reply Last reply Reply Quote 0
            • crunchip
              crunchip Forum Testing Most Active @XxJooO last edited by

              @XxJooO 🤝

              1 Reply Last reply Reply Quote 0
              • crunchip
                crunchip Forum Testing Most Active @XxJooO last edited by

                @XxJooO Ausfälle habe ich bis dato noch keine.
                hab mir mehrere Datenbanken angelegt, unter anderem auch extra für Proxmox (dafür muss proxmox udp eingerichtet und datenbank proxmox) eingerichtet werden
                und Prometheus hab ich mir noch mit angelegt

                XxJooO 1 Reply Last reply Reply Quote 0
                • XxJooO
                  XxJooO @crunchip last edited by

                  @crunchip

                  Dann beschreib mir doch noch bitte, wie Du ein Backup der Datenbank machst. Kopierst Du den Ordner /var/lib/influxdb einfach z.B. auf ein NAS?

                  crunchip 1 Reply Last reply Reply Quote 0
                  • crunchip
                    crunchip Forum Testing Most Active @XxJooO last edited by

                    @XxJooO hab ich bis jetzt noch nicht gemacht😂

                    XxJooO 1 Reply Last reply Reply Quote 0
                    • XxJooO
                      XxJooO @crunchip last edited by

                      @crunchip

                      Ok, dann die letzte Frage für heute, es wird zu warm...

                      Wie beendest Du influxDB, wenn Du z.B. Dein System rebooten musst?

                      z.B.

                      sudo systemctl stop influxdb
                      
                      crunchip 1 Reply Last reply Reply Quote 0
                      • crunchip
                        crunchip Forum Testing Most Active @XxJooO last edited by

                        @XxJooO mach ich direkt mit proxmox...beende nichts extra

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

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        938
                        Online

                        31.7k
                        Users

                        79.7k
                        Topics

                        1.3m
                        Posts

                        datenbank einrichten history error influxdb
                        3
                        22
                        3466
                        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