oracle rac集群

  • 操作系统:centos7.6

  • oracle: 19c

两台主机共同的配置

RAC 服务器配置 hosts 文件

# cat /etc/hosts
192.168.3.37    rac1
192.168.3.105   rac2


192.168.2.2     racprv1
192.168.2.3     racprv2


192.168.3.201   racvip1
192.168.3.202   racvip2


192.168.3.200   scanip

关闭selinux和防火墙

# sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config
# systemctl disable --now firewalld

关闭时钟同步服务

# systemctl disable --now ntpd
# systemctl disable --now chronyd
# rm /etc/chrony.conf -f
posted @ 2023-10-24 21:42  原来是你~~~  阅读(69)  评论(0)    收藏  举报