真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Redhat6.5forRAC11g

Red hat 6.5 for RAC 11g

文檔WORD版下載:https://down.51cto.com/data/2465319
需求:
IP地址需求:
業(yè)務(wù)IP 5個(gè):

192.168.30.201 rac-a

成都創(chuàng)新互聯(lián)公司專注于紅河哈尼網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗(yàn)。 熱誠(chéng)為您提供紅河哈尼營(yíng)銷(xiāo)型網(wǎng)站建設(shè),紅河哈尼網(wǎng)站制作、紅河哈尼網(wǎng)頁(yè)設(shè)計(jì)、紅河哈尼網(wǎng)站官網(wǎng)定制、成都微信小程序服務(wù),打造紅河哈尼網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供紅河哈尼網(wǎng)站排名全網(wǎng)營(yíng)銷(xiāo)落地服務(wù)。

192.168.30.202 rac-b

10.10.10.10 rac-a-pri

10.10.10.11 rac-b-pri

192.168.30.203 rac-a-vip

192.168.30.204 rac-b-vip

192.168.30.206 scanip

心跳IP2個(gè):

10.10.10.10 RAC-1-pri

10.10.10.11 RAC-2-pri

磁盤(pán)需求
ASM磁盤(pán)說(shuō)明

ASM磁盤(pán)需要3個(gè)共享磁盤(pán),測(cè)試環(huán)境ISCSI 現(xiàn)實(shí)中FC映射

DATA_DG 用于存放ORACLE數(shù)據(jù)庫(kù) 注:oracle軟件安裝在主機(jī)本地

GRID_DG 用于存放GRID軟件 注:在A機(jī)執(zhí)行軟件自動(dòng)復(fù)制到B機(jī)

FLASH_DG 用于存放歸檔日記 注:歸檔必須放置共享磁盤(pán)中

注:下文A機(jī)為RAC-1 B機(jī)為RAC-2

配置過(guò)程
1、修改設(shè)置網(wǎng)卡IP

#############################

###### 修改設(shè)置網(wǎng)卡IP #######

#############################

A、B機(jī)器均需要執(zhí)行

網(wǎng)卡配置文件位置

/etc/sysconfig/network-scripts

Red hat 6.5 for RAC 11g ?

2、添加A B Host解析

#############################

###### 添加Host解析 #######

#############################

A、B機(jī)器均需要執(zhí)行

[root@RAC-1 ~]# vi /etc/hosts

192.168.30.201 RAC-A

192.168.30.202 RAC-B

10.10.10.10 RAC-A-pri

10.10.10.11 RAC-B-pri

192.168.30.203 RAC-A-vip

192.168.30.204 RAC-B-vip

192.168.30.200 scanip

Red hat 6.5 for RAC 11g ?

3、關(guān)閉防火墻

###########################

###### 關(guān)閉防火墻 #######

###########################

A節(jié)點(diǎn)執(zhí)行

service iptables stop

chkconfig iptables off

service iptables status

B節(jié)點(diǎn)執(zhí)行;

service iptables stop

chkconfig iptables off

service iptables status

注:如遇到如下?tīng)顟B(tài)使用以下代碼

Red hat 6.5 for RAC 11g ?

systemctl stop iptables.service

systemctl status iptables.service

4、關(guān)閉SEliux

##########################

###### 關(guān)閉SEliux ######

##########################

A、B均需執(zhí)行 ?

vi /etc/selinux/config

###############################################################################

# This file controls the state of SELinux on the system.

# SELINUX= can take one of these three values:

# enforcing - SELinux security policy is enforced.

# permissive - SELinux prints warnings instead of enforcing.

# disabled - No SELinux policy is loaded.

SELINUX=disabled ######(將enable改成disabled)###

# SELINUXTYPE= can take one of these two values:

# targeted - Targeted processes are protected,

# mls - Multi Level Security protection.

SELINUXTYPE=targeted

###############################################################################

Red hat 6.5 for RAC 11g ?

5、掛載鏡像

#############################

###### 掛載安裝盤(pán) #########

#############################

[root@ola ~]# umount /dev/sr0

[root@ola ~]# mount /dev/cdrom /mnt

或掛載鏡像文件

mount rhel-server-7.3-x86_64-dvd.iso /mnt

Red hat 6.5 for RAC 11g ?

6、配置yum源與安裝依賴包

###########################

###### 編輯yum源########

###########################

cd /etc/yum.repos.d/

vi public-yum-ol6.repo

內(nèi)容如下:

#############################

[dvd]

name=mydvd

baseurl=file:///mnt

enable=1

gpgcheck=0

#############################

測(cè)試yum源

yum clean all

yum update

yum repolist

yum install -y compat-libstdc++* compat-libstdc++* gcc-* gcc-c* glibc-* glibc-devel-* glibc-devel-* ksh-* libgcc-* libgcc-* libstdc++-docs-* libstdc++-devel* libstdc* libstdc++* libaio-* elfutils-* make sysstat compat-* perl unzip* openssh*

注:如下代碼可不執(zhí)行,已整合到上面的代碼中。

yum install -y libstdc*

yum install -y libstdc++*

yum install -y libaio-* ########

yum install -y elfutils-* #######

yum install -y make sysstat

yum install -y compat-* ########

yum install -y perl

yum install unixODBC* #########

安裝cvuqdisk-1.0.9-1.rpm 包依賴

yum search smartctl

yum install -y smartmontools

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

7、新增組

######################

###### 新增組 ######

######################

A、B都需執(zhí)行

groupadd -g 501 oinstall

groupadd -g 502 dba

groupadd -g 503 oper

groupadd -g 504 asmadmin

groupadd -g 505 asmoper

groupadd -g 506 asmdba

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

##############################################################################################################################################################

useradd -g oinstall -G dba,asmdba,oper oracle

useradd -g oinstall -G asmadmin,asmdba,asmoper,oper,dba grid

Red hat 6.5 for RAC 11g Red hat 6.5 for RAC 11g ?

8、創(chuàng)建需要的目錄

##############################

###### 創(chuàng)建需要的目錄 ######

##############################

mkdir -p /u01/app/oracle/product/11.2.0/db1

mkdir -p /u01/app/grid/product/11.2.0/crs

mkdir -p /u01/app/oraInventory

mkdir -p /u01/app/11.2.0/grid

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

##########################

###### 文件夾賦權(quán) ######

##########################

chown -R grid:oinstall /u01/app/oraInventory

chown -R grid:oinstall /u01/app/grid

chown -R oracle:oinstall /u01/app/oracle

chmod -R 775 /u01/app/oracle

chmod -R 775 /u01/app/

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

chown -R grid:oinstall /u01/app/11.2.0/grid/

chmod -R 775 /u01/app/11.2.0/grid/

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

9、設(shè)置賬戶密碼

############################

###### 設(shè)置賬戶密碼 ######

############################

[root@ola ~]# passwd oracle

[root@ola ~]# passwd grid

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

10、更改grid oracle的環(huán)境變量

##########################################

###### 更改grid oracle的環(huán)境變量 ######

1、登入grid用戶A機(jī)配置

#################

#### A機(jī)配置 ####

#################

vi .bash_profile

PATH=$PATH:$HOME/bin

TMP=/tmp; export TMP

TMPDIR=$TMP; export TMPDIR

ORACLE_BASE=/u01/app/grid; export ORACLE_BASE

ORACLE_HOME=/u01/app/11.2.0/grid; export ORACLE_HOME

ORACLE_SID=+ASM1; export ORACLE_SID

ORACLE_TERM=xterm; export ORACLE_TERM

PATH=/usr/sbin:$PATH; export PATH

PATH=$ORACLE_HOME/bin:$PATH; export PATH

LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH

CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;

export CLASSPATH

NLS_DATE_FORMAT="yyyy-mm-dd HH24:MI:SS"; export NLS_DATE_FORMAT

NLS_LANG=AMERICAN_AMERICA.ZHS16GBK;export NLS_LANG

export PATH

if [ $USER = "oracle" ]; then

if [ $SHELL = "/bin/ksh" ]; then

ulimit -p 16384

ulimit -n 65536

else

ulimit -u 16384 -n 65536

fi

umask 022

fi

B機(jī)配置

#################

#### B機(jī)配置 ####

#################

vi .bash_profile

PATH=$PATH:$HOME/bin

TMP=/tmp; export TMP

TMPDIR=$TMP; export TMPDIR

ORACLE_BASE=/u01/app/grid; export ORACLE_BASE

ORACLE_HOME=/u01/app/11.2.0/grid; export ORACLE_HOME

ORACLE_SID=+ASM2; export ORACLE_SID

ORACLE_TERM=xterm; export ORACLE_TERM

PATH=/usr/sbin:$PATH; export PATH

PATH=$ORACLE_HOME/bin:$PATH; export PATH

LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH

CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;

export CLASSPATH

NLS_DATE_FORMAT="yyyy-mm-dd HH24:MI:SS"; export NLS_DATE_FORMAT

NLS_LANG=AMERICAN_AMERICA.ZHS16GBK;export NLS_LANG

export PATH

if [ $USER = "oracle" ]; then

if [ $SHELL = "/bin/ksh" ]; then

ulimit -p 16384

ulimit -n 65536

else

ulimit -u 16384 -n 65536

fi

umask 022

fi

###############################################################################################################################################################

1、登入oracle用戶A機(jī)配置

#################

#### A機(jī)配置 ####

#################

vi .bash_profile

######################

PATH=$PATH:$HOME/bin

TMP=/tmp; export TMP

TMPDIR=$TMP; export TMPDIR

ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE

ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db1; export ORACLE_HOME

ORACLE_SID=orcl1; export ORACLE_SID

ORACLE_TERM=xterm; export ORACLE_TERM

PATH=/usr/sbin:$PATH; export PATH

PATH=$ORACLE_HOME/bin:$PATH; export PATH

LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH

CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;

export CLASSPATH

NLS_DATE_FORMAT="yyyy-mm-dd HH24:MI:SS"; export NLS_DATE_FORMAT

NLS_LANG=AMERICAN_AMERICA.ZHS16GBK;export NLS_LANG

export PATH

if [ $USER = "oracle" ]; then

if [ $SHELL = "/bin/ksh" ]; then

ulimit -p 16384

ulimit -n 65536

else

ulimit -u 16384 -n 65536

fi

umask 022

fi

B機(jī)配置

#################

#### B機(jī)配置 ####

#################

su – oracle

vi .bash_ profile

PATH=$PATH:$HOME/bin

TMP=/tmp; export TMP

TMPDIR=$TMP; export TMPDIR

ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE

ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db1; export ORACLE_HOME

ORACLE_SID=orcl2; export ORACLE_SID

ORACLE_TERM=xterm; export ORACLE_TERM

PATH=/usr/sbin:$PATH; export PATH

PATH=$ORACLE_HOME/bin:$PATH; export PATH

LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH

CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;

export CLASSPATH

NLS_DATE_FORMAT="yyyy-mm-dd HH24:MI:SS"; export NLS_DATE_FORMAT

NLS_LANG=AMERICAN_AMERICA.ZHS16GBK;export NLS_LANG

export PATH

if [ $USER = "oracle" ]; then

if [ $SHELL = "/bin/ksh" ]; then

ulimit -p 16384

ulimit -n 65536

else

ulimit -u 16384 -n 65536

fi

umask 022

fi

完成grid與oracle的環(huán)境變量更改

使環(huán)境變量生效

$ source .bash_profile

更改系統(tǒng)變量

####更改系統(tǒng)變量#####

#####################

root用戶視圖下

A、B均執(zhí)行

vi /etc/sysctl.conf

# Controls the maximum shared segment size, in bytes

#kernel.shmmax = 68719476736

# Controls the maximum number of shared memory segments, in pages

#kernel.shmall = 4294967296

fs.aio-max-nr = 1048576

fs.file-max = 6815744

kernel.shmall = 8388608

kernel.shmmax = 19327352832

kernel.shmmni = 4096

kernel.sem = 250 32000 100 128

net.ipv4.ip_local_port_range = 9000 65500

net.core.rmem_default = 262144

net.core.rmem_max = 4194304

net.core.wmem_default = 262144

net.core.wmem_max = 1048586

vm.min_free_kbytes = 102400

Red hat 6.5 for RAC 11g ?

vi /etc/security/limits.conf

oracle soft nproc 2047

oracle hard nproc 16384

oracle soft nofile 1024

oracle hard nofile 65536

oracle hard stack 10240

grid soft nproc 2047

grid hard nproc 16384

grid soft nofile 1024

grid hard nofile 65536

grid hard stack 10240

Red hat 6.5 for RAC 11g ?

vi /etc/pam.d/login

session required pam_limits.so

Red hat 6.5 for RAC 11g ?

11、可選添加ISCSI磁盤(pán)

注:現(xiàn)實(shí)環(huán)境大多屬于FC映射,無(wú)需此操作。

#########################

####可選添加ISCSI磁盤(pán)####

安裝ISCSI服務(wù)

yum install -y iscsi*

啟動(dòng)服務(wù)

[root@orcl1 ~]# service iscsi start

設(shè)置開(kāi)機(jī)啟動(dòng)

[root@orcl1 ~]# chkconfig --list | grep iscsi

iscsi 0:off 1:off 2:off 3:on 4:on 5:on 6:off

iscsid 0:off 1:off 2:off 3:on 4:on 5:on 6:off

發(fā)現(xiàn)ISCSI服務(wù)器

[root@orcl1 ~]# iscsiadm -m discovery -t sendtargets -p 192.168.30.210[周書(shū)軒1] :3260

Starting iscsid: [ OK ]

^Ciscsiadm: caught SIGINT, exiting...

[root@orcl1 ~]# iscsiadm -m discovery -t sendtargets -p 192.168.30.210:3260

192.168.30.210:3260,-1 iqn.2005-10.org.freenas.ctl:data

192.168.30.210:3260,-1 iqn.2005-10.org.freenas.ctl:flash

192.168.30.210:3260,-1 iqn.2005-10.org.freenas.ctl:grid

掛載磁盤(pán)

[root@orcl1 ~]# iscsiadm -m node -T iqn.2005-10.org.freenas.ctl:data -p 192.168.30.205:3260 -l

Logging in to [iface: default, target: iqn.2005-10.org.freenas.ctl:data, portal: 192.168.30.210,3260] (multiple)

Login to [iface: default, target: iqn.2005-10.org.freenas.ctl:data, portal: 192.168.30.210,3260] successful.

[root@orcl1 ~]# iscsiadm -m node -T iqn.2005-10.org.freenas.ctl:flash -p 192.168.30.210:3260 -l

Logging in to [iface: default, target: iqn.2005-10.org.freenas.ctl:flash, portal: 192.168.30.210,3260] (multiple)

Login to [iface: default, target: iqn.2005-10.org.freenas.ctl:flash, portal: 192.168.30.210,3260] successful.

[root@orcl1 ~]# iscsiadm -m node -T iqn.2005-10.org.freenas.ctl:grid -p 192.168.30.210:3260 -l

Logging in to [iface: default, target: iqn.2005-10.org.freenas.ctl:grid, portal: 192.168.30.210,3260] (multiple)

Login to [iface: default, target: iqn.2005-10.org.freenas.ctl:grid, portal: 192.168.30.210,3260] successful.

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

12、SSH密鑰更改

###########################

###### SSH密鑰更改 ######

###########################

Oracle用戶執(zhí)行兩臺(tái)都需執(zhí)行

su - oracle

mkdir ~/.ssh

chmod 700 ~/.ssh

cd ~/.ssh

ssh-keygen -t rsa

Red hat 6.5 for RAC 11g ?

單臺(tái)執(zhí)行scp到RAC-B (逐條執(zhí)行)

ssh rac-a cat /home/oracle/.ssh/id_rsa.pub >> authorized_keys

ssh rac-b cat /home/oracle/.ssh/id_rsa.pub >> authorized_keys

chmod 600 ~/.ssh/authorized_keys

scp authorized_keys rac-b:/home/oracle/.ssh/

Red hat 6.5 for RAC 11g ?

測(cè)試:

RAC-A# ssh RAC-B

無(wú)需密碼直接進(jìn)入

Red hat 6.5 for RAC 11g ?

grid用戶下執(zhí)行

#####################################

####### grid用戶下執(zhí)行 ############

#####################################

兩臺(tái)都需執(zhí)行

su - grid

mkdir ~/.ssh

chmod 700 ~/.ssh

cd ~/.ssh

ssh-keygen -t rsa

Red hat 6.5 for RAC 11g ?

單臺(tái)執(zhí)行scp到RAC-B (逐條執(zhí)行)

ssh rac-a cat /home/grid/.ssh/id_rsa.pub >> authorized_keys

ssh rac-b cat /home/grid/.ssh/id_rsa.pub >> authorized_keys

chmod 600 ~/.ssh/authorized_keys

scp authorized_keys rac-b:/home/grid/.ssh/

Red hat 6.5 for RAC 11g ?

root視圖 (可以不執(zhí)行)

echo "options=--whitelisted --replace-whitespace" >> /etc/scsi_id.config

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

13、制作ASM磁盤(pán)

###########################

###### 制作ASM磁盤(pán) ######

###########################

su - root

進(jìn)入dev目錄

cd /dev

ls

查看是否又sdb、sdc、sdd 磁盤(pán)

Red hat 6.5 for RAC 11g ?

執(zhí)行如下 RAC-A執(zhí)行 SCP到RAC-B

for i in b c d;

> do

> echo "KERNEL==\"sd*\", BUS==\"scsi\", PROGRAM==\"/sbin/scsi_id --whitelisted --replace-whitespace --device=/dev/\$name\", RESULT==\"`/sbin/scsi_id --whitelisted --replace-whitespace --device=/dev/sd$i`\", NAME=\"asm-disk$i\", OWNER=\"grid\", GROUP=\"asmadmin\", MODE=\"0660\"" >> /etc/udev/rules.d/99-oracle-asmdevices.rules

> done

Red hat 6.5 for RAC 11g ?

SCP到RAC-B機(jī)器

scp /etc/udev/rules.d/99-oracle-asmdevices.rules rac-b:/etc/udev/rules.d/

制作ASM磁盤(pán)(RAC-A、B執(zhí)行)

/sbin/start_udev

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

cd /dev/

ls

brw-rw---- 1 oracle oinstall 8, 16 Feb 26 23:54 asm-diskb datadg

brw-rw---- 1 oracle oinstall 8, 32 Feb 26 23:54 asm-diskc

brw-rw---- 1 oracle oinstall 8, 48 Feb 26 23:54 asm-diskd

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

14、上傳grid oracle12C文件

#################################################

#### 上傳grid oracle12C文件 ####

## 文件列表 ##

##p13390677_112040_Linux-x86-64_1of7##oracle12C##

##p13390677_112040_Linux-x86-64_2of7##oracle12C##

##p13390677_112040_Linux-x86-64_3of7## grid ##

#################################################

注:文件只需要上傳到RAC-A,軟件安裝會(huì)自動(dòng)安裝到RAC-B機(jī)器

Red hat 6.5 for RAC 11g ?

15、測(cè)試兩端機(jī)器的配置一致性
進(jìn)入解壓的GRID目錄執(zhí)行檢測(cè)解壓文件

tar -xvf Oracle_linux_11.2.0.4_grid.tar

Red hat 6.5 for RAC 11g ?

注:由于上文配置oracle、grid 環(huán)境變量為能生效,此處重啟兩天機(jī)器。

Reboot

Red hat 6.5 for RAC 11g ?

測(cè)試兩端機(jī)器的配置一致性

###################################################

########## 測(cè)試兩端機(jī)器的配置一致性 #############

###################################################

su - grid

cd /soft/grid

./runcluvfy.sh stage -pre crsinst -n RAC-A,RAC-2 -fixup –verbose

Red hat 6.5 for RAC 11g ?

16、配置ASM磁盤(pán)
安裝ASM依賴包

yum install -y libaio-0.3.105 (i386)

yum install -y compat-libstdc++-*

yum install -y libaio-devel-*

yum install -y libgcc-*

yum install -y libstdc++-*

yum install -y unixODBC-*

yum install -y unixODBC-devel-*

yum install -y pdksh-*

Red hat 6.5 for RAC 11g ?

安裝集群管理

############################

###### 安裝集群管理 ######

安裝集群管理時(shí)設(shè)置ASM磁盤(pán)密碼

######################

##### ASM密碼 ######

######################

asm盤(pán)密碼;Admin123

安裝ASM磁盤(pán)管理包

################################

##### 安裝ASM磁盤(pán)管理包 ######

################################

文件位置:

cd /soft/grid/rpm

rpm -ivh cvuqdisk-1.0.9-1.rpm

傳到RAC-B安裝

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

安裝軟件

#######################

##### 安裝軟件 ######

#######################

su - grid

export LANG=C

export DISPLAY=本地IP地址:0.0

./runInstaller

如出現(xiàn)下圖狀態(tài),安裝java即可

yum install –y java*

Red hat 6.5 for RAC 11g ?

設(shè)置郵件通知跳過(guò)

Red hat 6.5 for RAC 11g ?

選擇配置oracle集群

Red hat 6.5 for RAC 11g ?

選擇高級(jí)安裝設(shè)置(注:必須選擇高級(jí)安裝,否則無(wú)法將軟件安裝到ASM磁盤(pán))

Red hat 6.5 for RAC 11g ?

設(shè)置語(yǔ)言

Red hat 6.5 for RAC 11g ?

配置集群名稱、scanip 集群IP

Red hat 6.5 for RAC 11g ?

配置添加RAC節(jié)點(diǎn)

Red hat 6.5 for RAC 11g ?

注:RAC-A、RAC-B節(jié)點(diǎn)都需要點(diǎn)擊SSH Connectiv 之后Setup下

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

如Next點(diǎn)擊報(bào)如下錯(cuò)誤,將HOSTS解析,與軟件中主機(jī)名都設(shè)置為小寫(xiě)即可

Red hat 6.5 for RAC 11g ?

設(shè)置網(wǎng)卡屬性

Red hat 6.5 for RAC 11g ?

設(shè)置安裝路徑選擇ASM磁盤(pán)

Red hat 6.5 for RAC 11g ?

選擇ASM磁盤(pán)

Red hat 6.5 for RAC 11g ?

ru檢索不到需要點(diǎn)擊Change Discovery Path 按鈕,設(shè)置路徑 設(shè)置為/dev/*

Red hat 6.5 for RAC 11g ?

選擇參數(shù)

Red hat 6.5 for RAC 11g ?

設(shè)置ASM磁盤(pán)密碼

Red hat 6.5 for RAC 11g ?

設(shè)置IPMI智能管理 跳過(guò)

Red hat 6.5 for RAC 11g ?

設(shè)置ASM磁盤(pán)管理組保持默認(rèn)

Red hat 6.5 for RAC 11g ?

設(shè)置安裝位置

Red hat 6.5 for RAC 11g ?

設(shè)置庫(kù)存目錄 保持默認(rèn)

Red hat 6.5 for RAC 11g ?

查找缺少依賴包

Red hat 6.5 for RAC 11g ?

勾選我知道 然后安裝

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

執(zhí)行腳本 r

安裝完成后提示運(yùn)行兩個(gè)腳本 需要在RAC-A機(jī)器上完全執(zhí)行完畢后 在再RAC-B機(jī)器上運(yùn)行否則ASM建立失敗

root視圖下執(zhí)行

/u01/app/11.2.0.0/oraInventory/orainstRoot.sh

/u01/app/11.2.0.0/oracle/product/db_1/root.sh

Red hat 6.5 for RAC 11g ?

移除節(jié)點(diǎn)

注:如果集群創(chuàng)建有問(wèn)題,或者移除節(jié)點(diǎn),使用如下代碼移除節(jié)點(diǎn)。

cd /u01/app/11.2.0.0/oracle/product/db_1/crs/install

./rootcrs.pl -deconfig -force -verbose

Red hat 6.5 for RAC 11g ?

注:此報(bào)錯(cuò)為集群驗(yàn)證失敗可以忽略

Red hat 6.5 for RAC 11g ?

點(diǎn)擊yes 完成安裝

Red hat 6.5 for RAC 11g ?

17、檢查ASM在哪個(gè)節(jié)點(diǎn)運(yùn)行

#####################################

###### 檢查ASM在哪個(gè)節(jié)點(diǎn)運(yùn)行 ######

#####################################

env | grep ASM

Red hat 6.5 for RAC 11g ?

ps -ef | grep ASM

grid 1713 1 0 22:34 ? 00:00:00 asm_pmon_+ASM1

grid 1715 1 0 22:34 ? 00:00:00 asm_psp0_+ASM1

grid 1717 1 1 22:34 ? 00:00:02 asm_vktm_+ASM1

Red hat 6.5 for RAC 11g ?

節(jié)點(diǎn)2

Red hat 6.5 for RAC 11g ?

Asmca磁盤(pán)管理

#############################

###### Asmca磁盤(pán)管理 ######

#############################

安裝檢查

使用grid用戶:

$crsctl start crs

$crsctl check crs

$crsctl start cluster

$crsctl start cluster

$crs_stat –t

查看集群服務(wù)

$crs_stat -t

啟停:

./crsctl stop cluster

./crsctl stop crs

Red hat 6.5 for RAC 11g ?

創(chuàng)建ASM磁盤(pán)

[grid@RAC-A grid]$ export LANG=CN

[grid@RAC-A grid]$ export DISPLAY=192.168.30.12:0.0

[grid@RAC-A grid]$ asmca

創(chuàng)建ASM磁盤(pán) Flash、Data

#####################################

###### 創(chuàng)建ASM磁盤(pán) Flash、Data ######

創(chuàng)建Flash、Date磁盤(pán)

Red hat 6.5 for RAC 11g ?

點(diǎn)擊Create,進(jìn)入磁盤(pán)設(shè)置頁(yè)面,輸入磁盤(pán)名稱,選擇磁盤(pán)。

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

Flash創(chuàng)建完成(存放歸檔)

Red hat 6.5 for RAC 11g ?

創(chuàng)建Data ASM磁盤(pán)

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

ASM磁盤(pán)配置完成

Red hat 6.5 for RAC 11g ?

18、安裝oracle

###################################

###### 安裝oracle ###############

###################################

安裝oracle數(shù)據(jù)庫(kù)軟件

解壓軟件包

tar -xvf Oracle_linux_11.2.0.4_database.tar

Red hat 6.5 for RAC 11g ?

切換到Oracle用戶

su - oracle

cd /soft/database

./runInstaller

去掉郵件通知

Red hat 6.5 for RAC 11g ?

跳過(guò)升級(jí)

Red hat 6.5 for RAC 11g ?

選擇只安裝數(shù)據(jù)庫(kù)軟件

Red hat 6.5 for RAC 11g ?

選擇服務(wù)器版

Red hat 6.5 for RAC 11g ?

添加節(jié)點(diǎn),點(diǎn)擊SSH 連接 輸入oacle 密碼 注:SSH服務(wù)會(huì)將文件復(fù)制到RAC-B

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

選擇高級(jí)安裝

Red hat 6.5 for RAC 11g ?

選擇企業(yè)版數(shù)據(jù)庫(kù)

Red hat 6.5 for RAC 11g ?

選擇軟件安裝的目錄

Red hat 6.5 for RAC 11g ?

設(shè)置系統(tǒng)組

Red hat 6.5 for RAC 11g ?

先決條件檢查

Red hat 6.5 for RAC 11g ?

選擇忽略所有

Red hat 6.5 for RAC 11g ?

點(diǎn)擊下一步,點(diǎn)擊YES

Red hat 6.5 for RAC 11g點(diǎn)擊install安裝軟件

Red hat 6.5 for RAC 11g ?

等待安裝完成

Red hat 6.5 for RAC 11g ?

RAC-A 、RAC-B執(zhí)行腳本

/u01/app/oracle/product/11.2.0/db1/root.sh

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

軟件安裝完成

Red hat 6.5 for RAC 11g ?

19、建庫(kù)

#####################

####### 建庫(kù) ######

su - oracle

export LANG=CN

export DISPLAY=192.168.30.12:0.0

dbca

建立RAC數(shù)據(jù)庫(kù)

Red hat 6.5 for RAC 11g ?

建立數(shù)據(jù)庫(kù)

Red hat 6.5 for RAC 11g ?

選擇一般事務(wù)

Red hat 6.5 for RAC 11g ?

1. 數(shù)據(jù)庫(kù)名稱填寫(xiě)test,點(diǎn)擊select all?

Red hat 6.5 for RAC 11g ?

2. 去掉configure enterprise manager,如果需要不用去除?

Red hat 6.5 for RAC 11g ?

3. sys/system用戶密碼設(shè)置相同?

Red hat 6.5 for RAC 11g ?

4. [grid@node1 ~]$ id oracle?

uid=1200(oracle) gid=1000(oinstall) groups=1000(oinstall),1100(dba)

[grid@node1 ~]$ su -

Password:

[root@node1 ~]# usermod -a -G asmdba oracle?

[root@node1 ~]# id oracle

uid=1200(oracle) gid=1000(oinstall) groups=1000(oinstall),1100(dba),1302(asmdba)

兩個(gè)節(jié)點(diǎn)都要

點(diǎn)擊cancel,重新dbca?

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

5. 去掉 special fast recovery area,如果需要這一功能,可以不用去除?

Red hat 6.5 for RAC 11g ?

6. 將復(fù)選框都去掉?

Red hat 6.5 for RAC 11g ?

7. 選擇 ZHS16GBK-GBK 16 - bit simplified chinese 字符集?

Red hat 6.5 for RAC 11g ?

8. 開(kāi)始安裝數(shù)據(jù)庫(kù)?

Red hat 6.5 for RAC 11g ?

Red hat 6.5 for RAC 11g ?

9. 安裝完成之后,檢查是否安裝成功?

Red hat 6.5 for RAC 11g

查看oracle是否在asmadmin權(quán)限組內(nèi)

[root@orcl2 ~]# id oracle

uid=500(oracle) gid=501(oinstall) groups=501(oinstall),502(dba),503(oper),504(asmadmin),506(asmdba)

如果沒(méi)有asmadmin權(quán)限需要加入

[root@orcl2 ~]# usermod -G asmadmin -a oracle

dbca

ssh racl1 date

ssh racl1-priv date

ssh racl2 date

ssh racl2-priv date

chown -R oracle:oinstall /soft/database/

chmod -R 775 /soft/

sql>show user;查看當(dāng)前用戶

sql>show parameter instance_name;查看當(dāng)前數(shù)據(jù)庫(kù)實(shí)例


[周書(shū)軒1]ISCSI服務(wù)器IP地址


當(dāng)前題目:Redhat6.5forRAC11g
網(wǎng)頁(yè)路徑:http://weahome.cn/article/jodois.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部