分享

欧拉服务器操作系统集群高可用测试

李白 2021-11-4 11:11:43 发表于 已解决 [显示全部楼层] 回帖奖励 阅读模式 关闭右栏 0 1115
    目
集群高可用测试
测试目的
是否支持集群高可用软件Pacemaker
预置条件
node1192.168.10.100
node2192.168.10.111
测试步骤
1.先关闭selinux和防火墙并进行时间同步
# systemctl stop firewalld.service
# systemctl disable firewalld.service
# setenforce 0
2.分别设置主机名
# hostnamectl set-hostname node1
# hostnamectl set-hostname node2
分别在/etc/hosts文件内增加如下内容:
# vim /etc/hosts
192.168.10.100  node1
192.168.10.111  node2
3.分别安装httpd pacemaker pcs corosync组件
# yum -y install httpd pacemaker pcs corosync

pcs配置
1.密码配置及pcs服务启动
软件安装完成后,主机上会自动增加有hacluster用户,分别修改hacluster用户密码:
# echo "mytest12#$" |passwd --stdin hacluster
# echo "mytest12#$" |passwd --stdin hacluster
分别在两个节点上启用pcsd服务:
# systemctl restart pcsd.service
# systemctl status pcsd.service

pcs集群服务启动
认证配置和conf文件生成只需要在一个节点上执行,另一个节点会自动产生该文件:
# pcs host auth node1 node2
Username: hacluster
Password:
server: Authorized
client: Authorized

访问https://node1ip:2224
输入账号密码:hacluster,mytest12#$
预期结果
可以成功打开网站
测试结果

    注

版权说明:论坛帖子主题均由合作第三方提供并上传,若内容存在侵权,请进行举报

没找到任何评论,期待你打破沉寂

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

联系在线客服