setup etcd cluster
来源:4-10 Docker Overlay网络和etcd实现多机容器通信
慕粉1907
2018-10-30
setup etcd cluster这一步执行后让其在后台运行是直接enter么?我enter直接退出了,再执行./etcdctl cluster-health报cluster may be unhealthy: failed to list members Error: client: etcd cluster is unavailable or misconfigured error #0: client: endpoint http://127.0.0.1:2379 exceeded header timeout error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused,啥问题呢,谢谢
写回答
2回答
-
是的,nohup会挂起,enter会就直接结束了,您可以通过 ps -ef | grep etcd看看后台有没有运行,或者看看nouhup,out的log
012018-11-08 -
慕慕1312781
2018-10-31
nohup是挂起,启动时会在当前目录下生成一个nohup.out的日志,可查看具体报错信息。
012018-11-01
相似问题