13537891894 commented on issue #8456:
URL: https://github.com/apache/iotdb/issues/8456#issuecomment-2535447352

   Confignode节点启动失败
   
   步骤 1: 请查看启动日志,检查是否修改了某些首次启动后不可改的参数。
   
   步骤 2: 请查看启动日志,检查是否出现其他异常。日志中若存在异常现象,请联系天谋技术支持人员咨询解决方案。
   
   步骤 3: 如果是首次部署或者数据可删除,也可按下述步骤清理环境,重新部署后,再次启动。
   
   步骤 4: 清理环境:
   
   a. 结束所有 ConfigNode 和 DataNode 进程。
   
   
       # 1. 停止 ConfigNode 和 DataNode 服务
       sbin/stop-standalone.sh
   
       # 2. 检查是否还有进程残留
       jps
       # 或者
       ps -ef|gerp iotdb
   
       # 3. 如果有进程残留,则手动kill
       kill -9 <pid>
       # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
       ps -ef|grep iotdb|grep -v grep|tr -s '  ' ' ' |cut -d ' ' -f2|xargs kill 
-9
   b. 删除 data 和 logs 目录。
   
   说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
   
   
       cd /data/iotdb
       rm -rf data logs


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to