SQL2019 on Linux
-
SQL Server 2019 for Linux – 创建always on群集
激活 SQL always on 此命令需要在每个节点上运行。 /opt/mssql/bin/mssql-conf set hadr.hadrenabled 1 systemctl restart mssql-server.service 为Pacemaker创建SQL登陆名 此命令需要在每个节点上运行。 Use [mast…
-
SQL Server 2019 for Linux – 创建Pacemaker群集
安装Pacemaker 此命令需要在每个节点上运行。 yum install -y pacemaker pcs fence-agents-all resource-agents 重启相关服务 systemctl start pcsd systemctl enable pcsd systemctl enable pacemaker.service sys…
-
SQL Server 2019 for Linux – 安装SQL2019 on Linux
部署前提 关闭防火墙服务(生产环境建议开放对应通信端口,不要关闭防火墙及相关安全服务) # 检查防火墙状态 systemctl status firewalld # 停止防火墙服务 systemctl stop firewalld #关于防火墙服务 systemctl d…