Install the influxdb sequential database in RedHat and CentOS

RedHat and CentOS install influxdb

Redhat and centos belong to the same family, which you should know. Redhat is the commercial version of centos.

You can use the yum installer in redhat and centos.

Wget https://dl.influxdata.com/influxdb/releases/influxdb-1.8.3.x86_64.rpm sudo yum - y localinstall Influxdb - 1.8.3. X86_64. RPM sleep 5# start
influxd
Copy the code

Influxdb After the installation is complete, if the following information is displayed, the installation is successful

Fastestmirror Checking influxDB-1.8.3.x86_64. RPM: Resolving dependencies --> Checking transactions --> Software package Influxdb.x86_64.0.1.8.3-1 Is being installed --> Resolving dependencies Completes dependency resolution = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Package structure Version of the source size = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Installing: Influxdb x86_64 1.8.3-1 / Influxdb-1.8.3. x86_64 166 M Transaction summary = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 1 installation package Is this OK [Y/D /N]: Y Downloading packages: Running Transaction check Running Transactiontest
Transaction testSucceeded Running Transaction Installing: Influxdb 1.8.3-1. 1/1 x86_64 Created symlink from/etc/systemd/system/influxd. Service to /usr/lib/systemd/system/influxdb.service. Created symlink from /etc/systemd/system/multi-user.target.wants/influxdb.service to /usr/lib/systemd/system/influxdb.service. Verify: Influxdb-1.8.3-1. X86_64 1/1 Installed: Influxdb.x86_64 0:1.1.3-1 End! [root@ecs-3f37-0001 ~]# 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 888888 888 "Y88888 888888 888 8888888P" 888888888p "8888888P" 2021-01-27T14:29:32.184116z info InfluxDB Starting {" log_id ":" 0 ry3q1b0000 ", "version" : "1.8.3", "branch" : "1.8", "commit" : "563 e6c3d1a7a2790763c6289501095dbec19244e"}Copy the code

Influxd is successfully started. The following screenshot is displayed:

If the installation package is not available at the above address, you can download it here:

Influxdb installation package of centos-Redhat

The resources

  • See website 2 for an example. Network-influxdb Learning community

  • Refer to website 2 Installing the InfluxDB sequential database on a Windows PC