91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Redis Sentinel--運維管理

發布時間:2020-07-03 22:04:01 來源:網絡 閱讀:2996 作者:Darren_Chen 欄目:關系型數據庫

上一篇博客我們介紹了Redis Sentinel的安裝配置,詳情可參考鏈接:Redis Sentinel--安裝配置,今天主要做幾個簡單的測試Case


Redis Sentinel API

ping 正常會返回pong
sentinel masters  返回被監視的所有master及狀態
sentinel master <master name> 返回指定的master及狀態
setntinel slaves <master name> 返回slave及狀態
sentinel sentinels <master name> 返回sentinel及狀態
sentinel get-master-addr-by-name mymaster 返回現在的master IP和Port
sentinel reset * 清理已經移除的master-slave或者sentinel信息
sentinel failover <master name>手動執行故障轉移
sentinel ckquorum <master name> 返回(OK 3 usable Sentinels. Quorum and failover authorization can be reached)
sentinel flushconfig 如果sentinel.conf丟失,可以使用這個命令生成新的配置文件


添加Sentinel

增加一個sentinel很簡單,直接配置好sentinel.conf文件,開啟一個sentinel即可;

添加時最好一個添加結束后,再添加另外一個,不要同時添加,可以每隔30秒添加一個sentinel;

通過SENTINEL MASTER mastername中的num-other-sentinels來查看是否成功添加sentinel。


[root@sht-sgmhadoopdn-04 redis]# cat sentinel.conf
daemonize yes
port 26379
logfile "sentinel.log"
dir "/usr/local/redis"
protected-mode no
sentinel myid 79393e76e002cb64db92fb8bcb88d79f2d85a82b
sentinel monitor mymaster 172.16.101.59 6379 2

[root@sht-sgmhadoopdn-04 redis]# src/redis-sentinel sentinel.conf

172.16.101.54:26379> sentinel master mymaster
33) "num-other-sentinels"
34) "3"


移除Sentinel

刪除一個sentinel稍微復雜一點,sentinel永遠不會刪除一個已經存在過的sentinel,即使它已經與組織失去聯系

Step:

(1) Stop the Sentinel process of the Sentinel you want to remove.


(2) Send a SENTINEL RESET * command to all the other Sentinel instances (instead of * you can use the exact master name if you want to reset just a single master). One after the other, waiting at least 30 seconds between instances.


(3) Check that all the Sentinels agree about the number of Sentinels currently active, by inspecting the output of SENTINEL MASTER mastername of every Sentinel.


[root@sht-sgmhadoopdn-04 redis]# ps -ef|grep redis
root     17510     1  0 18:34 ?        00:00:03 src/redis-sentinel *:26379 [sentinel]
[root@sht-sgmhadoopdn-04 redis]# kill -9 17510

在其他的每個sentinel節點上,每個隔30s執行

172.16.101.54:26379> sentinel reset *
172.16.101.55:26379> sentinel reset *
172.16.101.56:26379> sentinel reset *
172.16.101.54:26379> sentinel master mymaster
33) "num-other-sentinels"
34) "2"


移除一個老的master或不可用的slave

[root@sht-sgmhadoopdn-01 redis]# ps -ef|grep redis
root     15261     1  0 Aug05 ?        00:05:55 src/redis-server 172.16.101.58:6379
root     19768 19394  0 21:09 pts/2    00:00:00 grep --color=auto redis
[root@sht-sgmhadoopdn-01 redis]# kill -9 15261
172.16.101.54:26379> sentinel masters
   31) "num-slaves"
   32) "2"


在每個sentinel節點上,每個隔30s執行

172.16.101.54:26379> sentinel reset mymaster
172.16.101.55:26379> sentinel reset mymaster
172.16.101.56:26379> sentinel reset mymaster

172.16.101.54:26379> sentinel masters
   31) "num-slaves"
   32) "1"



向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

双峰县| 南充市| 历史| 长子县| 顺义区| 禄劝| 普安县| 墨玉县| 昆明市| 合山市| 阜阳市| 海原县| 新化县| 克什克腾旗| 皮山县| 枞阳县| 乌鲁木齐市| 新余市| 西畴县| 旅游| 丰镇市| 苍梧县| 江城| 漳州市| 金川县| 宜兰市| 湟中县| 达日县| 织金县| 惠东县| 巴楚县| 陆良县| 寿光市| 天等县| 砀山县| 承德市| 怀集县| 武强县| 宜州市| 南涧| 西华县|