This repository was archived by the owner on Oct 31, 2023. It is now read-only.
Replies: 4 comments 1 reply
-
同时起了两个 lotus-miner(他们 ID 一样),遇到了时空证明失败,lotus-miner 的日志里可以找到报错
关掉一个就好了 |
Beta Was this translation helpful? Give feedback.
0 replies
-
爆块异常怎么检查。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
可以将以上各项检查用python脚本,加入corn计划任务定时执行吧? |
Beta Was this translation helpful? Give feedback.
1 reply
-
查看指定状态的扇区: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Lotus日常运维巡检列表
作为一个Lotus的日(ku)常(bi)运维,每天应该做哪些事情,保证调度正常、不掉算力、机器乖乖听话呢?
下面为大家整理了一份日常运维巡检手册,前几条加粗的是重点要关注的,社区里面运维老鸟的更多经验,欢迎下面留言跟帖呀。
lotus-miner actor control list
lotus sync wait
lotus-miner storage list
lotus-miner sealing workers | grep hostname | sort -k4
: 是否有disable
状态lotus mpool pending -local | grep Message | wc -l
lotus-miner sealing jobs 与 lotus-miner sealing workers | grep hostname
lotus sync wait
,查看是否同步到最新高度nvidia-smi
看一下驱动是否正常lotus-miner sealing job
看进程在不在)lotus-miner info
lotus-miner sectors remove --really-do-it <sectorId>
lotus-miner sectors remove --really-do-it <sectorId>
lotus-miner sectors update-state --really-do-it <sectorId> Committing
ps -ef | grep 程序名称
Beta Was this translation helpful? Give feedback.
All reactions