Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: tiup 搭建集群报错

Error occurred during deployment with tiup, could you please check what went wrong?
Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: tiup 搭建集群报错
Error occurred during deployment with tiup, could you please check what went wrong?
What operating system are you using if you can’t get the system info?
It feels like either the username or password is incorrect, or there is a permissions issue. If possible, it’s best to use -u root during installation.
If you can’t log in, how can the OS detection above be completed?
This error is likely due to the installation package not being downloaded. Try a few more times, or check the network of each host.
Does this file need to be downloaded remotely? Can it be made into an offline package?
Try running tiup cluster check
to see if it’s an SSH login permission issue.
What configuration information do you need to look at? TiKV or PD?
When deploying with tiup, an error occurs when executing tiup cluster check.
I have configured this in the /etc/sudoers file:
tikvadmin ALL=(ALL) NOPASSWD: ALL
Moreover, if it’s due to the lack of SSH permissions, logically the OS detection should also fail. How could it succeed then?
You see, the link is the same. The first step does not report an error, but the second step does.
It should be that the required permissions are different.
You’re not saying that each node has a different user, right? There aren’t also tidbadmin and pdadmin, are there?