Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: 执行tiup dmctl命令报错
【TiDB Usage Environment】Production Environment
【TiDB Version】v4.0.11
【DM Version】v2.0.1
【Encountered Problem】
Using the tiup dmctl command reports an error. For example:
tiup dmctl --help
fetch /832.dmctl.json from mirror(https://tiup-mirrors.pingcap.com) failed: url https://tiup-mirrors.pingcap.com/832.dmctl.json: not found
When using the tiup dmctl --master-addr=xxx.xx.xxx.xx command, it also reports an error:
Failed to start component dmctl
Error: fetch /832.dmctl.json from mirror(https://tiup-mirrors.pingcap.com) failed: url https://tiup-mirrors.pingcap.com/832.dmctl.json: not found
However, executing other tiup commands works fine, such as:
tiup cluster display
tiup dm display
There is an issue with the online mirror source, and it is being fixed.
If you need to use it urgently, you can download the offline package and create a local mirror source to use.
Okay, waiting for the result.
Thank you for your hard work.
There were network fluctuations from the mirror server to the vendor CDN, causing the component release to fail. The issue has been resolved, and the mirror has been restored. Please clean up and try again.
The following error occurred:
Failed to start component dmctl
Error: timestamp manifest has a version number < the old manifest (34458, 34477)
How should it be cleaned?
Delete the dm directory and then run tiup install dm
.
Automatically recovered, thank you.
It has automatically recovered, thank you.
This topic was automatically closed 1 minute after the last reply. No new replies are allowed.