11G RAC 安装

一、修改系统相关参数

1.修改主机名

vi /etc/hostname 

临时方案

hostname rac1

2.关闭防火墙:
systemctl status firewalld
systemctl stop firewalld
systemctl disable firewalld

3.关闭 selinux 

vi  /etc/selinux/config 

SELINUX=disabled

[root@localhost soft]# setenforce 0
setenforce: SELinux is disabled

4.配置主机名和IP地址对应关系
vi /etc/hosts 添加如下内容

 

posted @ 2018-11-08 18:24  钱若梨花落  阅读(85)  评论(0编辑  收藏  举报