ora.net1.network Could not Start

ora.net1.network Could not Start


[grid@node01 bin]$ ./srvctl start nodeapps -n node01
PRCR-1013 : Failed to start resource ora.net1.network
PRCR-1064 : Failed to start resource ora.net1.network on node node01
CRS-2674: Start of 'ora.net1.network' on 'node01' failed


crsd.log shows:

2010-11-07 23:07:45.066: [ CRSPE][1542510912] Sequencer for [ora.net1.network node01 1] has completed with error: CRS-0215: Could not start resource 'ora.net1.network'.

2010-11-07 23:07:45.066: [UiServer][1546713408] Container [ Name: ORDER
   MESSAGE:
   TextMessage[CRS-2674: Start of 'ora.net1.network' on 'node01' failed]
   MSGTYPE:
   TextMessage[1]
   OBJID:
   TextMessage[ora.ons node01 1]
   WAIT:
   TextMessage[0]
]

Cause

The problem is caused by netmask mismatch between ifconfig and OCR config.

In OCR:

node01_OCRDUMP
---------
[SYSTEM.CRSD.RESOURCES.ora!net1!network.CONFIG]
USR_ORA_IF=bond0~USR_ORA_NETMASK=255.255.255.192~USR_ORA_SUBNET=192.168.1.0~VERSION=11.2.0.1.0


# ifconfig

bond0 Link encap:Ethernet HWaddr 00:00:49:6F:E3:A5
inet addr:192.168.1.7 Bcast:192.168.1.127 Mask:255.255.255.128


OCR shows  netmask of 255.255.255.192 and ifconfig shows netmask of 255.255.255.128. Due to this mismatch, the ora.net1.network resource cannot be started.

Solution

1. If OCR entry is correct, modify NETMASK setting for bond0 interface
in /etc/sysconfig/network-scripts/ifcfg-bond0, change NETMASK value from 255.255.255.128 to 255.255.255.192.

2. If OCR entry needs to be modified to match the OS setting, then use srvctl modify nodeapps command as root user. For example:

# srvctl modify nodeapps -n node01 -A /255.255.255.128/bond0

For 11.2.0.2 onward, one can modify the network resource directly:
# srvctl modify network -k 1 -S /255.255.255.128/bond0

Once network resource is modified, node VIP netmask will be changed automatically.

3. After they match, network resource should be able to start.
$ ./srvctl start nodeapps -n node01

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/24996904/viewspace-775327/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/24996904/viewspace-775327/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值