CRS5008: Invalid attribute value

在用oifcfg修改一个11.2.0.2  RAC的public interface的时候遇到了该错误,该错误常见的原因是: 1. BUG 12559708 BUG 11077013 BUG 12888041 BUG 12870719 bug 12876147 bug 13425057 bug 13738734 bug 13846043 2. 用oifcfg 修改public 后未为使用 svrctl modify nodeapps -n <nodename> -A 90.224.207.150/255.255.255.224/nxge0\|nxge2 修改network服务资源属性 3. 子网掩码搞错,如果mask是 255.255.255.128,则网段结尾要求也是128 常见的诊断步骤是观察: 1.crsctl status resource  ora.net1.network -p 2.  $GRID_HOME/log/<hostname>/agent/crsd/orarootagent_root/orarootagent_root.log 3.考虑reboot node可能可以解决,最主要的仍是保证网段和掩码正确   常见错误信息为 orarootagent_root.log中出现: 2011-08-15 18:43:44.105: [ora.net1.network][21] {1:1729:2} [check] subnetmask=0.0.0.0 2011-08-15 18:43:44.105: [ora.net1.network][21] {1:1729:2} [check] subnetnumber=0.0.0.0 2011-08-15 18:43:44.105: [ AGENT][21] {1:1729:2} UserErrorException: Locale is 2011-08-15 18:43:44.106: [ora.net1.network][21] {1:1729:2} [check] CRS-5008: Invalid attribute value: lan900 for the network interface  
原文地址:https://www.cnblogs.com/macleanoracle/p/2968128.html