tiup 搭建集群报错

  • Detecting node 1.1.1.34 OS info … Done

  • Detecting node 1.1.1.62 OS info … Done

  • Detecting node 1.1.1.63 OS info … Done

  • Detecting node 1.1.1.83 OS info … Done

  • Detecting node 1.1.1.84 OS info … Done

  • Downloading check tools for linux/amd64 … Done

  • Getting system info of 1.1.1.34:789 … Error

  • Getting system info of 1.1.1.62:789 … Error

  • Getting system info of 1.1.1.63:789 … Error

  • Getting system info of 1.1.1.83:789 … Error

  • Getting system info of 1.1.1.84:789 … Error

Error: stderr: rm: cannot remove ‘/tmp/tiup/bin/insight-v0.4.2-linux-amd64.tar.gz’: No such file or directory
: executor.ssh.execute_failed: Failed to execute command over SSH for ‘tikvmanager@1.1.1.83:789’ {ssh_stderr: rm: cannot remove ‘/tmp/tiup/bin/insight-v0.4.2-linux-amd64.tar.gz’: No such file or directory
, ssh_stdout: , ssh_command: export LANG=C; PATH=$PATH:/bin:/sbin:/usr/bin:/usr/sbin /usr/bin/sudo -H bash -c “tar --no-same-owner -zxf /tmp/tiup/bin/insight-v0.4.2-linux-amd64.tar.gz -C /tmp/tiup/bin && rm /tmp/tiup/bin/insight-v0.4.2-linux-amd64.tar.gz”}, cause: Process exited with status 1

使用tiup部署报错,麻烦大佬看下什么错误

你system info获取不到 你用的是什么操作系统?

你ssh能连到1.1.1.83:789这些机器吗?

感觉就是用户名密码错了,或者权限有问题,安装如果能用-u root最好

每次遇到ssh问题,就又重新看了一遍这个

1 个赞

如果登录不了,上面os检测怎么能完成

  • Detecting node 1.1.1.34 OS info … Done
  • Detecting node 1.1.1.62 OS info … Done
  • Detecting node 1.1.1.63 OS info … Done
  • Detecting node 1.1.1.83 OS info … Done
  • Detecting node 1.1.1.84 OS info … Done

cannot remove ‘/tmp/tiup/bin/insight-v0.4.2-linux-amd64.tar.gz’: No such file or directory

这个错误应该是没下载安装包,多试几次,或者检查下各个主机的网络

os=linux, arch=amd64

这个文件要远程下载的吗?可以做成离线包吗?

tiup cluster check做下 是不是ssh登录权限问题

这个报错就是check的时候报错的哈!感谢

是要看什么配置信息呢?tikv,还是pd?

用什么方式部署的?

用tiup部署,执行tiup cluster check的时候报错

看上去和这个是一样的问题,都是权限问题。

我是有配置这个的
/etc/sudoers文件
tikvadmin ALL=(ALL) NOPASSWD: ALL

而且如果是因为没有ssh权限,按理说os检测也会是失败的,怎么会成功呢?

  • Detecting node 1.1.1.34 OS info … Done
  • Detecting node 1.1.1.62 OS info … Done
  • Detecting node 1.1.1.63 OS info … Done
  • Detecting node 1.1.1.83 OS info … Done
  • Detecting node 1.1.1.84 OS info … Done

可以用这个方式验证一下。

https://docs.pingcap.com/zh/tidb/stable/check-before-deployment#手动配置-ssh-互信及-sudo-免密码

你看链接里是一样的,第一步不报错,第二步才报的错。
应该是需要的权限不一样。

你这个不会是每个节点的用户都不一样吧。不会还有tidbadmin,pdadmin吧?