首页
点滴
Nginx高可用集群配置-Keepalived安装
#### 安装命令 ``` yum install -y keepalived ```  #### 安装完毕后检查是否已安装 ``` rpm -qa keepalived ```  #### 查找安装目录 ``` find / -name keepalived ```  #### keepalived常用命令 ##### 启动 `systemctl start keepalived.service` ##### 停止 `systemctl stop keepalived.service` > 发现stop这个命令无法停止的话,可以用kill这个命令来停止 `systemctl kill keepalived.service` ##### 重启 `systemctl restart keepalived.service`
博客分类
源码解析 (1)
多线程 (5)
Linux (7)
Java (9)
Docker (7)
SpringBoot (14)
微服务 (1)
Redis (15)
MySQL (7)
VMware (3)
Nginx (12)
MyBatis (2)
Git (7)
RabbitMQ (1)
工具类 (12)
友情链接
layui
© 2020-2021 www.chenhuazhan.com All Rights Reserved 备案号:
桂ICP备17004487号-1