RedHat EL5 安装Oracle 10g RAC之--系统环境配置(2)

简介:

系统环境:

操作系统:RedHat EL5

Cluster: Oracle CRS 10.2.0.1.0

Oracle:  Oracle 10.2.0.1.0


如图所示:RAC 系统架构

wKioL1Np8LPjaUsWAAGvUOVml00805.jpg


6、通过SSH配置主机间的信任关系

node1:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[oracle@node1 ~]$ mkdir .ssh
[oracle@node1 ~]$ ssh-keygen -t rsa
Generating  public / private  rsa key pair.
Enter file  in  which to save the key (/home/oracle/.ssh/id_rsa):
Enter passphrase (empty  for  no passphrase):
Enter same passphrase again:
Your identification has been saved  in  /home/oracle/.ssh/id_rsa.
Your  public  key has been saved  in  /home/oracle/.ssh/id_rsa.pub.
The key fingerprint is:
fa: 82 :c7: 18 : 88 :6f:f0:c8:a4:cf:2e: 69 :a3:f8: 36 :ad oracle@rac1
[oracle@node1 ~]$ ssh-keygen -t dsa
Generating  public / private  dsa key pair.
Enter file  in  which to save the key (/home/oracle/.ssh/id_dsa):
Enter passphrase (empty  for  no passphrase):
Enter same passphrase again:
Your identification has been saved  in  /home/oracle/.ssh/id_dsa.
Your  public  key has been saved  in  /home/oracle/.ssh/id_dsa.pub.
The key fingerprint is:
3c: 81 : 49 :df:a0:c6: 12 :7c:2a:ae:d1: 48 :f2:5b: 37 : 78  oracle@rac1

node2:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[root@node2 asm]# su - oracle
[oracle@node2 ~]$ mkdir .ssh
[oracle@node2 ~]$ ssh-keygen -t rsa
Generating  public / private  rsa key pair.
Enter file  in  which to save the key (/home/oracle/.ssh/id_rsa):
Enter passphrase (empty  for  no passphrase):
Enter same passphrase again:
Your identification has been saved  in  /home/oracle/.ssh/id_rsa.
Your  public  key has been saved  in  /home/oracle/.ssh/id_rsa.pub.
The key fingerprint is:
5b:6b:f5: 61 : 54 :0c:5a:8d:b5: 14 :b3: 35 : 91 :2e:0b: 31  oracle@rac2
[oracle@node2 ~]$ ssh-keygen -t dsa
Generating  public / private  dsa key pair.
Enter file  in  which to save the key (/home/oracle/.ssh/id_dsa): Enter passphrase (empty  for  no passphrase):
Enter same passphrase again:
Your identification has been saved  in  /home/oracle/.ssh/id_dsa.
Your  public  key has been saved  in  /home/oracle/.ssh/id_dsa.pub.
The key fingerprint is:
5f: 82 : 67 :d0:4a:da:e7:8b: 43 :1a:cf: 41 :dc:8e:9b:c1 oracle@rac2

node1:

1
2
3
4
5
6
7
8
9
10
11
12
13
[oracle@node1 ~]$ cat .ssh/id_rsa.pub >> .ssh/authorized_keys
[oracle@node1 ~]$ cat .ssh/id_dsa.pub >> .ssh/authorized_keys
[oracle@node1 ~]$ ssh node2 cat .ssh/id_rsa.pub >> .ssh/authorized_keys
The authenticity of host  'node2 (192.168.8.11)'  can't be established.
RSA key fingerprint is 1c:b2: 66 :d8:fc:a9: 29 : 45 : 73 :dd:ca: 92 :ca:b8:0a: 20.
Are you sure you want to  continue  connecting (yes/no)? yes
Warning: Permanently added  'node2,192.168.8.11'  (RSA) to the list of known hosts.
oracle@node2's password:
[oracle@node1 ~]$ ssh node2 cat .ssh/id_dsa.pub >>.ssh/authorized_keys
oracle@node2's password:
[oracle@node1 ~]$ scp .ssh/authorized_keys  node2:~/.ssh
oracle@node2's password:
authorized_keys                                                      100 %

在两个节点上测试信任关系:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[oracle@node1 ~]$ ssh node2 date
Mon Sep   3  07 : 47 : 14  CST  2012
 
[oracle@node1 ~]$ ssh node2-priv date
The authenticity of host  'node2-priv (10.10.10.2)'  can't be established.
RSA key fingerprint is 1c:b2: 66 :d8:fc:a9: 29 : 45 : 73 :dd:ca: 92 :ca:b8:0a: 20.
Are you sure you want to  continue  connecting (yes/no)? yes
Warning: Permanently added  'node2-priv,10.10.10.2'  (RSA) to the list of known hosts.
Mon Sep   3  07 : 47 : 37  CST  2012
 
[oracle@node1 ~]$ ssh node1-priv date
Mon Sep   3  07 : 47 : 42  CST  2012
 
[oracle@node1 ~]$ ssh node1 date
The authenticity of host  'node1 (192.168.8.10)'  can't be established.
RSA key fingerprint is 6d:1d:6b:1a: 34 : 63 :f2:f4:4c: 15 :0d:eb: 60 :e0: 13 :4d.
Are you sure you want to  continue  connecting (yes/no)? yes
Warning: Permanently added  'node1,192.168.8.10'  (RSA) to the list of known hosts.
Mon Sep   3  07 : 48 : 57  CST  2012
 
node2:
[oracle@node2 ~]$ ssh node1 date
Mon Sep   3  07 : 48 : 58  CST  2012
 
[oracle@node2 ~]$ ssh node1-priv date
The authenticity of host  'node1-priv (10.10.10.1)'  can't be established.
RSA key fingerprint is 6d:1d:6b:1a: 34 : 63 :f2:f4:4c: 15 :0d:eb: 60 :e0: 13 :4d.
Are you sure you want to  continue  connecting (yes/no)? yes
Warning: Permanently added  'node1-priv,10.10.10.1'  (RSA) to the list of known hosts.
Mon Sep   3  07 : 49 : 08  CST  2012
 
[oracle@node2 ~]$ ssh node2-priv date
Mon Sep   3  07 : 49 : 09  CST  2012
 
[oracle@node2 ~]$ ssh node2 date
Mon Sep   3  07 : 49 : 09  CST  2012


注意:一定保证通过ssh连接时不需要输入任何东东


7、配置Oracle ASM

在Linux 需要安装ASM软件(注意要和内核匹配,在所有节点)

所需的软件包:

[root@rac1 ASM]# ls -l

1
2
3
4
total  236
-rwxr--r--   1  oracle oinstall  129340  Sep   3   2012  oracleasm -2.6. 9 -67. ELsmp -2.0. 3 -1. i686.rpm
-rwxr--r--   1  oracle oinstall   13105  Sep   3   2012  oracleasmlib -2.0. 4 -1. el4.i386.rpm
-rwxr--r--   1  oracle oinstall   83255  Sep   3   2012  oracleasm-support -2.1. 4 -1. el4.i386.rpm

linux 内核版本:

[root@rac1 ASM]# uname -a

1
2
3
Linux rac1 
2.6. 9 -67. ELsmp # 1  SMP
  Wed Nov  7  13 : 58 : 04  EST  2007  i686 i686 i386 GNU/Linux

安装:

[root@rac1 ASM]# rpm -ivh *

1
2
3
4
5
warning: oracleasmlib -2.0. 4 -1. el4.i386.rpm: V3 DSA signature: NOKEY, key ID b38a8516
Preparing...                ########################################### [ 100 %]
   1 :oracleasm-support      ########################################### [  33 %]
   2 :oracleasm -2.6. 9 -67. ELsm########################################### [  67 %]
   3 :oracleasmlib           ########################################### [ 100 %]

配置Oracle ASM:

[root@rac1 ASM]# service oracleasm configure

1
2
3
4
5
6
7
8
9
10
11
12
13
Configuring the Oracle ASM library driver.
This will configure the  on -boot properties of the Oracle ASM library
driver.  The following questions will determine whether the driver is
loaded  on  boot  and  what permissions it will have.  The current values
will be shown  in  brackets ( '[]' ).  Hitting <ENTER> without typing an
answer will keep that current value.  Ctrl-C will abort.
Default user to own the driver interface []: oracle
Default group to own the driver interface []: dba
Start Oracle ASM library driver  on  boot (y/n) [n]: y
Scan  for  Oracle ASM disks  on  boot (y/n) [y]:
Writing Oracle ASM library driver configuration: done
Initializing the Oracle ASMLib driver: [  OK  ]
Scanning the system  for  Oracle ASMLib disks: [  OK  ]

@至此Oracle 10g RAC安装和配置前的准备工作准备就绪










本文转自 客居天涯 51CTO博客,原文链接:http://blog.51cto.com/tiany/1408000,如需转载请自行联系原作者
目录
相关文章
|
4天前
|
Oracle 关系型数据库 Linux
linux8安装oracle 11g遇到的问题记录
Oracle 11g在Linux 8上安装时会遇到link编译环节的问题。官方建议忽略安装中的链接错误,安装完成后应用DBPSU 11.2.0.4.240716补丁及一次性补丁33991024,再重新编译二进制文件,并配置监听器和数据库。但因11g已退出服务期,这些补丁需付费获取。网上信息显示22年1月的PSU补丁也可解决问题,找到该补丁后按常规方式打补丁即可。如有需求或疑问可咨询我。
36 20
|
3月前
|
存储 Oracle 关系型数据库
|
3月前
|
Oracle 关系型数据库 网络安全
Oracle 19c 安装教程学习
Oracle 19c 安装教程学习
120 2
|
5月前
|
机器学习/深度学习 Oracle 关系型数据库
Oracle 19c单机一键安装脚本分享
Oracle 19c单机一键安装脚本分享
276 2
|
Oracle 关系型数据库 Linux
Oracle RAC 11GR2 在RedHat 6.4 安装中运行root.sh 报错提示libcap.so.1找不到
******场景描述: Linux 操作系统:Linux RHEL 6.4 数据库:Oracle 11GR2 11.2.0.4******问题描述: 运行root.sh 的时候 出现如下内容: /u01/app/11.
834 0
|
Oracle 关系型数据库 Linux
牛刀小试Oracle之RedHat 5.4安装Oracle 11gR2(一)
检查系列: 1.    以root用户登录系统 2.    检查硬件需求 2.1    内存需求            最小:1GB内存            推荐:2GB 内存或者更多      查看内存命令:     # grep MemTotal /proc/me...
866 0
|
3月前
|
存储 Oracle 关系型数据库
Oracle数据库的应用场景有哪些?
【10月更文挑战第15天】Oracle数据库的应用场景有哪些?
239 64
|
1月前
|
存储 Oracle 关系型数据库
数据库数据恢复—ORACLE常见故障的数据恢复方案
Oracle数据库常见故障表现: 1、ORACLE数据库无法启动或无法正常工作。 2、ORACLE ASM存储破坏。 3、ORACLE数据文件丢失。 4、ORACLE数据文件部分损坏。 5、ORACLE DUMP文件损坏。
103 11
|
2月前
|
Oracle 关系型数据库 数据库
Oracle数据恢复—Oracle数据库文件有坏快损坏的数据恢复案例
一台Oracle数据库打开报错,报错信息: “system01.dbf需要更多的恢复来保持一致性,数据库无法打开”。管理员联系我们数据恢复中心寻求帮助,并提供了Oracle_Home目录的所有文件。用户方要求恢复zxfg用户下的数据。 由于数据库没有备份,无法通过备份去恢复数据库。
|
2月前
|
存储 Oracle 关系型数据库
oracle数据恢复—Oracle数据库文件大小变为0kb的数据恢复案例
存储掉盘超过上限,lun无法识别。管理员重组存储的位图信息并导出lun,发现linux操作系统上部署的oracle数据库中有上百个数据文件的大小变为0kb。数据库的大小缩水了80%以上。 取出&并分析oracle数据库的控制文件。重组存储位图信息,重新导出控制文件中记录的数据文件,发现这些文件的大小依然为0kb。

推荐镜像

更多