TDengine 安装 爬坑
使用安装包立即开始 | TDengine 文档 | 涛思数据 (taosdata.com)
linux 服务端版本
-
TDengine-server-3.2.3.0-Linux-x64.rpm (61.2 M)
-
taosTools-2.5.2-Linux-x64-comp3.rpm (0.2 M)
windows 客户端版本
- TDengine-client-3.2.3.0-Windows-x64.exe (9.8 M)
问题
然而 在连接的过程中 一直报
tdengine Failed to check Server Edition, Reason:0x80002662:Fail to get table info, error: some vnode/qnode/mnode(s) out of service
解决方案
使用TDengine | FastBee文档
客户端
修改windows C:\Windows\System32\drivers\etc 下
hosts 文件如下
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
服务器ip db01 //记住 该文件为 服务端的hostname,即在linux 上输如 hostname 命令出现的名字
# Added by Docker Desktop
10.72.33.120 host.docker.internal
10.72.33.120 gateway.docker.internal
# To allow the same kube context to work on the host and the container:
127.0.0.1 kubernetes.docker.internal
# End of section
服务端
找到 etc/taos/taos.cfg 文件
修改 firstEp 为 hostname 即linux服务器中 输入hostname 出现的名字, 特别注意和 下边的格式对齐
############### 1. Cluster End point ############################# The end point of the first dnode in the cluster to be connected to when this dnode or the CLI utility is startedfirstEp db01:6030# The end point of the second dnode to be connected to if the firstEp is not available
# secondEp