设为首页 加入收藏

TOP

Oracle RAC集群添加节点(八)
2019-03-21 00:08:22 】 浏览:643
Tags:Oracle RAC 集群 添加 节点
e Partitioning 11.2.0.4.0
      Enterprise Edition Options 11.2.0.4.0
-----------------------------------------------------------------------------



Instantiating scripts for add node (Thursday, March 14, 2019 5:02:43 PM CST)
.                                                                1% Done.
Instantiation of add node scripts complete
SEVERE:Abnormal program termination. An internal error has occured. Please provide thefollowing files to Oracle Support :


"/oracle/app/oraInventory/logs/addNodeActions2019-03-14_05-02-33PM.log"
"/oracle/app/oraInventory/logs/oraInstall2019-03-14_05-02-33PM.err"
"/oracle/app/oraInventory/logs/oraInstall2019-03-14_05-02-33PM.out"
[grid@node1 bin]$


二,添加节点(二)


新节点配置--->>节点配置前请看往期RAC基础配置,一些基础环境需要先配置好,共享磁盘也需要完成


01,配置互信


node3(新节点)--oracle用户:
su - oracle
mkdir ~/.ssh
ssh-keygen -t rsa
ssh-keygen -t dsa


在存活的节点操作:
su - oracle
ssh node3 cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
ssh node3 cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys
scp ~/.ssh/authorized_keys node3:~/.ssh/authorized_keys


node3(新节点)--grid用户:
su - grid
mkdir ~/.ssh
ssh-keygen -t rsa
ssh-keygen -t dsa


在存活的节点操作:
su - grid
ssh node3 cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
ssh node3 cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys
scp ~/.ssh/authorized_keys node3:~/.ssh/authorized_keys


02,验证节点是否符合要求


在存活节点操作


[grid@node1 ~]$ cluvfy stage -pre nodeadd -n node3


Performing pre-checks for node addition


Checking node reachability...
Node reachability check passed from node "node1"



Checking user equivalence...
User equivalence check passed for user "grid"


WARNING:
Unable to obtain VIP information from node "node1".



Checking CRS integrity...


Clusterware version consistency passed


CRS integrity check passed


Checking shared resources...


Checking CRS home location...
"/oracle/11.2.0/grid/crs" is shared
Shared resources check for node addition passed



Checking node connectivity...


Checking hosts config file...


Verification of the hosts config file successful


Check: Node connectivity for interface "eth0"
Node connectivity passed for interface "eth0"
TCP connectivity check passed for subnet "192.168.0.0"



Check: Node connectivity for interface "eth1"
Node connectivity passed for interface "eth1"
TCP connectivity check passed for subnet "172.168.0.0"


Checking subnet mask consistency...
Subnet mask consistency check passed for subnet "192.168.0.0".
Subnet mask consistency check passed for subnet "172.168.0.0".
Subnet mask consistency check passed.


Node connectivity check passed


Checking multicast communication...


Checking subnet "192.168.0.0" for multicast communication with multicast group "230.0.1.0"...
Check of subnet "192.168.0.0" for multicast communication with multicast group "230.0.1.0" passed.


Checking subnet "172.168.0.0" for multicast communication with multicast group "230.0.1.0"...
Check of subnet "172.168.0.0" for multicast communication with multicast group "230.0.1.0&q

首页 上一页 5 6 7 8 9 10 11 下一页 尾页 8/13/13
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇Oracle RAC集群删除节点 下一篇Oracle broker 详解

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目