---
title: 启动etcd集群
description: "执行启动命令（在三个节点Node1、Node2和Node3同时启动）。```"
url: https://www.hikunpeng.com/document/detail/zh/kunpengdbs/ecosystemEnable/Etcd/openmind_etcds3120_04_0015.html
sourcePath: /source/zh/kunpengdbs/ecosystemEnable/Etcd/openmind_etcds3120_04_0015.html
indexId: b9edb3ec27b320cbf1073e1e249df1fa60381f1f4f5739ab4ee1a2d492169f7574
---
# 启动etcd集群

执行启动命令（在三个节点Node1、Node2和Node3同时启动）。```
/usr/local/etcd/bin/etcd --config-file=/usr/local/etcd/conf.yml
```

- 若启动失败，则需删除各节点数据后重新启动。
  1 rm -rf /usr/local/etcd/data/*

- 执行集群其他操作命令，需要打开新窗口。
