【问题澄清】
- TiUP 升级集群出现报错:Failed to start node_exporter-9100.service : Unit not found
【解决思路】
- 检查对于服务器是否存在该 service 文件
- 检查 node_exporter 在对应服务器是否已经生成 deploy/data dir
- 将现有的其他端口的 node_exporter-xxx.service 文件 cp 到 /etc/systemd/system 目录下,并赋予相应的权限和所属,同时注意上层目录的权限是否正确。需要修改文件中对应的 bin 位置。
【解决方案】
- 通过 scp 文件到 /etc/systemd/system 目录并且赋予相应的权限得到解决