Ectd安裝方式

2021-08-30 16:28:09 字數 2304 閱讀 7831

上傳到伺服器、uer/local/etcd 目錄下且解壓

[root@localhost etcd]# pwd

/usr/local/etcd

[root@localhost etcd]# ls

etcd-v3.3.10-linux-amd64.tar.gz

[root@localhost etcd]# tar zxvf etcd-v3.3.10-linux-amd64.tar.gz

[root@localhost etcd]# ls

etcd-v3.3.10-linux-amd64  etcd-v3.3.10-linux-amd64.tar.gz

解壓後將

etcd

、etcdctl

二進位制檔案複製到

/usr/bin

目錄

[root@localhost etcd]# cd etcd-v3.3.10-linux-amd64

[root@localhost etcd-v3.3.10-linux-amd64]# ls

documentation  etcd  etcdctl  readme-etcdctl.md  readme.md  readmev2-etcdctl.md

[root@localhost etcd-v3.3.10-linux-amd64]# cp etcd etcdctl /usr/bin/

/etc/systemd/system/

目錄裡建立

etcd.service

[unit]

description=etcd.service

[service]

type=notify

timeoutstartsec=0

restart=always

workingdirectory=/var/lib/etcd

environmentfile=-/etc/etcd/etcd.conf

execstart=/usr/bin/etcd

[install]

wantedby=multi-user.target

建立配置/etc/etcd/etcd.conf檔案

etcd_name=etcd server

etcd_data_dir="/var/lib/etcd/"

etcd_listen_client_urls=""

etcd_advertise_client_urls="http://本機ip:2379"

檢視執行狀態

#systemctl status etcd.service
設定開機啟動

#systemctl daemon-reload

#systemctl enable etcd.service

#systemctl start etcd.service

查詢是否自啟動

systemctl is-enabled  etcd.service
關閉開機自啟服務

# systemctl disable  etcd.service

removed symlink /etc/systemd/system/multi-user.target.wants/etcd.service.

# systemctl is-enabled etcd.service

disabled

驗證是否正確安裝

[root@localhost etcd]# etcdctl cluster-health

member 8e9e05c52164694d is healthy: got healthy result from

cluster is healthy

yum install etcd –y

vi /etc/etcd/etcd.conf 

etcd_name="default"

etcd_data_dir="/var/lib/etcd/default"

etcd_listen_client_urls=""

etcd_advertise_client_urls=

systemctl enable etcd

systemctl start etcd

太美醫療eTMF已經準備好迎接eCTD的時代了!

etmf臨床研究主文件管理系統 據調研,etmf臨床研究主文件管理系統,是繼edc及ctms之後使用最為廣泛的臨床研究資訊化系統,是為臨床研究高度定製的成熟臨床試驗文件管理解決方案。作為臨床研究過程一體化的重要元素,能幫助企業及時 合規 安全有效地收集管理文件。臨床研究電子化註冊申報時代來臨 日前,...

mysql 安裝方式

1 rpm 安裝 配置檔案在 etc my.cnf 2 source code 安裝 4 yum 安裝 配置檔案在 etc my.cnf 4.1 安裝完後需要初始化化密碼等 mysql預設root使用者沒有密碼,輸入mysql u root 進入mysql 1 mysql初始化root密碼 進入my...

elcipse dropin安裝方式

以前安裝eclipse外掛程式無非兩種方式,直接copy外掛程式到features plugins目錄或者在links目錄下建立鏈結檔案.剛剛發布的eclipse 3.5又推出另一種新的安裝途徑,更加靈活。eclipse 3.5下有個dropins目錄,只要把外掛程式放到該目錄下就可以載入,有幾種格...