- 1、本文档共10页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Oracle 11g RAC环境下Private IP修改方法及异常处理
Oracle 11g RAC 环境下Private IP 修改方法及异常处理
一、 修改方法
1. 确认所有节点CRS 服务以启动
# olsnodes -s -n –i
host1 1 host1-vip Active
host2 2 host2-vip Active
2. 修改Private IP 配置信息
如果之前只有一个私有网卡,则直接删除时会报错,如:PRIF-31: Failed to delete the
specified network interface because it is the last private interface.所以如果只是修改Private IP
而不用更改网卡时,可以参考以下操作命令:
oifcfg getif //查看Private IP 配置
oifcfg setif -global en1/:cluster_interconnect //添加en1 新的Private IP
oifcfg delif -global en1/10.10.1 1.0 //删除en1 旧的Private IP
oifcfg getif //查看Private IP 配置
如果需要更改Private IP 网卡时,可以参考如下命令:
oifcfg getif //查看Private IP 配置
oifcfg setif -global en2/:cluster_interconnect //增加新的en2 上的Private IP
oifcfg delif -global en1 //删除旧的en1 上的Private IP
oifcfg getif //查看Private IP 配
3. 关闭CRS 服务(所有节点都要执行):
参考命令:
#crsctl stop crs -f
4. 修改私有网络物理网卡IP 地址和/etc/hosts 文件(所有节点都要执行):
参考命令:
# smit tcpip- Minimum Configuration Startup-en1
#vi /etc/hosts
5. 启动和查看CRS 服务
参考命令:
#crsctl start crs
#crs_stat -t
二、异常处理
1. 问题描述
如果使用oifcfg setif 命令修改Private IP 配置信息时,subnet 与实际配置的物理IP 不致,
则重启CRS 服务时会导致CRS 无法启动,如下所示:
oifcfg setif 命令配置:
oifcfg setif -global en1/:cluster_interconnect //subnet 为
物理IP 配置:
1/ //subnet 为
日志错误信息:
Alert*.log
2013-12-08 12:38:41.795
[ohasd(8388676)]CRS-2765:Resource ora.crsd has failed on server host1.
2013-12-08 12:38:43.189
[crsd]CRS-0804:Cluster Ready Service aborted due to Oracle Cluster Registry error
[PROC-44: Error in network address and interface operations Network address and interface
operations error
文档评论(0)