1、安装拓扑图:

2、安装环境:

主机操作系统:

windows 10

虚拟机软件:

vmware workstation 14

Rac 节点操作系统:

Redhat Enterprise Linux5 x86_64

Oracle Database software :

Oracle11gr2

Cluster software :

Oracle grid infrastructure 11gr2

共享存储:

虚拟机模拟存储

3、网络配置:

两个 Oracle RAC 节点和网络存储服务器配置如下:

4、设置本地hosts:

vi /etc/hosts

内容如下:

127.0.0.1 localhost

# Public Network - (eth0)

192.168.186.11  rac1

192.168.186.12  rac2

# Private Interconnect - (eth1)

192.168.40.11  rac1-priv

192.168.40.12  rac2-priv

# Public Virtual IP (VIP) addresses - (eth0:1)

192.168.186.13  rac1-vip

192.168.186.14  rac2-vip

# Single Client Access Name (SCAN)

192.168.186.10 racscan

# Private Storage Network

192.168.186.15  storage

192.168.40.15  storage

 

5、安装补丁包: 

yum -y install gcc elfutils-libelf-devel gcc-c++ libaio-devel libstdc++-devel sysstat unixODBC unixODBC-devel glibc-devel-2.5 compat-libstdc++* ksh compat-libcap*

6、关闭防火墙和 SEILINXU:

关闭防火墙:

service iptables status 
service iptables stop 
chkconfig iptables off 
chkconfig iptables --list

关闭SEILINXU:

 

7、时间同步配置:

停止ntp服务:

在安装Grid组件后,要确认 ctssd 处于活动状态,用 grid 所有者输入以下命令:

 

GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐