离线安装

root@dev-dbteam-143104 ~]# sh tidb-community-server-${version}-linux-amd64/local_install.sh
Disable telemetry success
Successfully set mirror to /root/tidb-community-server–linux-amd64
Detected shell: bash
Shell profile: /root/.bash_profile
Installed path: /root/.tiup/bin/tiup

  1. source /root/.bash_profile
  2. Have a try: tiup playground
    ===============================================
    [root@dev-dbteam-143104 ~]# source /root/.bash_profile
    [root@dev-dbteam-143104 ~]# ll
    total 6672
    -rw-r–r-- 1 root root 22 Nov 8 11:10 1.test
    -rw-------. 1 root root 1521 Nov 8 11:10 anaconda-ks.cfg
    drwxr-xr-x 2 root root 59 Dec 7 2020 iaas
    -rw-r–r-- 1 root root 4488 Feb 11 01:00 ntpdate.log
    drwxr-xr-x 3 root root 172 Feb 11 09:41 tidb-community-server–linux-amd64
    -rw-r–r-- 1 root root 6809228 Feb 11 09:43 tidb-community-server–linux-amd64.tar.gz
    drwxr-xr-x 3 root root 172 Feb 11 09:41 tidbsetup
    -rw-r–r-- 1 root root 438 Feb 11 09:52 topology.yaml
    [root@dev-dbteam-143104 ~]# cp topology.yaml 1.yaml
    [root@dev-dbteam-143104 ~]# tiup cluster template > topology.yaml
    tiup is checking updates for component cluster …timeout!
    Error: unknown component
    [root@dev-dbteam-143104 ~]# tiup mirror show
    /root/tidb-community-server–linux-amd64
    [root@dev-dbteam-143104 ~]# tiup mirror show
    /root/tidb-community-server–linux-amd64
    [root@dev-dbteam-143104 ~]# tiup cluster check ./topology.yaml
    tiup is checking updates for component cluster …timeout!
    Error: unknown component
    [root@dev-dbteam-143104 ~]# tiup cluster
    tiup is checking updates for component cluster …timeout!
    Error: unknown component
    [root@dev-dbteam-143104 ~]#

不知道为什么安装官方安装方法 tiup cluster 就是没有。后面的步骤做不下去。

把问题的复现步骤贴一下

这个文章可以看一下~参考一下

https://asktug.com/t/topic/95777

或者你可以试试先手动创建一个配置文件

global:
  user: "tidb"
  ssh_port: 22
  deploy_dir: "/tidb-deploy"
  data_dir: "/tidb-data"
server_configs: {}
pd_servers:
  - host: 10.0.1.4
  - host: 10.0.1.5
  - host: 10.0.1.6
tidb_servers:
  - host: 10.0.1.7
  - host: 10.0.1.8
  - host: 10.0.1.9
tikv_servers:
  - host: 10.0.1.1
  - host: 10.0.1.2
  - host: 10.0.1.3
monitoring_servers:
  - host: 10.0.1.4
grafana_servers:
  - host: 10.0.1.4
alertmanager_servers:
  - host: 10.0.1.4

具体的IP地址可以参照你自己的环境修改

一般按照文档做,安装应该是能成功的

你这个机器是不是连不上外网?我怀疑运行tiup cluster的时候,需要联网检查新版本,不知道我这个怀疑对不对,我查了文档也没查到相关资料,你要不要实时tiup cluster:v1.9.0 这种带版本号的方式试试?

应该是不用,我的测试机也连不上外网,从官网下载离线包直接就可以成功。是不是topology.yaml写的有问题~

此话题已在最后回复的 1 分钟后被自动关闭。不再允许新回复。