Centos7 mariadb 10.5集群式部署常见故障处理
一二三5年前 (2020-11-28)500
1、It may not be safe to bootstrap the cluster from this node. It was not the last one一、故障现象查看mysql错误...
Centos7 mariadb 10.5集群式部署
一二三5年前 (2020-11-28)485
1、环境准备准备三台虚拟机,分别安装CentOS7-7.7。服务器A:10.88.1.14 node1服务器B:10.88.1.15 node2服务器C:10.88.1.16 node3三台虚机上关闭...
Centos7 LVS+Keepalived+Nginx基于DR模式构建高可用方案
一二三5年前 (2020-11-28)577
1、准备机器名称网卡0网卡1VIPlvsmaster192.218.92.185(网关:192.218.92.1)10.88.1.20(无网关)内网通信使用192.218.92.187lvsbacku...
Centos7 LVS+Keepalived+Nginx基于NAT模式构建高可用方案
一二三5年前 (2020-11-27)493
1、准备机器名称网卡0网卡1VIPlvsmaster58.218.92.185(网关:58.218.92.1)10.77.1.20(不配置网关)58.218.92.187lvsbackup58.218...
Centos7 yum 安装 keepalived
一二三5年前 (2020-11-27)304
1、安装epel源,方便后面安装keepalivedyum install epel-release -y2、安装keepalivedyum install keepalived -y3、常用命令开机...
Centos7 nginx配置负载均衡
一二三5年前 (2020-11-27)298
编辑配置文件vim /etc/nginx/conf.d/default.confupstream web_backends_80 { ip_hash;&n...
Centos7 安装nginx服务
一二三5年前 (2020-11-27)243
1、安装前准备:yum install yum-utils2、配置nginx源vim /etc/yum.repos.d/nginx.repo[nginx-stable] name=nginx&nbs...
CentOS7 配置163 yum源
一二三5年前 (2020-11-27)295
1、下载repo文件 wget http://mirrors.163.com/.help/CentOS7-Base-163.repo2、备份并替换系统的repo文件 cp Cent...
Centos7 使用scp命令进行数据迁移
一二三5年前 (2020-11-27)321
复制文件(本地>>远程):scp -P 33699 /etc/nginx/conf.d/default.conf root@10.88.1.23:/...
CentOS7双网关双IP配置
一二三5年前 (2020-11-27)320
eth0:10.88.1.22 gw :10.88.1.1 netmask:255.255.255.0eth1:10.77.1.22 gw :10.77.1.200&nb...