CRS-5008: Invalid attribute value: ce0 for the network interface
757781Oct 4 2010 — edited Oct 22 2010Hi all,
we try to install grid infrastructure 11GR2 (11.2.0.1) into Solaris Zone with shared network interface.
We also modified scirpt racgvip, so it will be able to login (via ssh with key authorization) to the global zone and add or remove interface on zone. Script itself works fine.
But it seems that orarootagent some how checks the interface, and returned error.
In the log of the orarootagent I can see error:
2010-10-01 21:38:49.573: [ AGFW][9] CHECK initiated by timer for: ora.net1.network sapdr2db2 1
2010-10-01 21:38:50.473: [ora.net1.network][17] [check] NetworkAgent::checkLink returned false
2010-10-01 21:38:50.474: [ora.net1.network][17] [check] NetInterface::sGetIpAddress {
2010-10-01 21:38:50.474: [ora.net1.network][17] [check] netInterfaceName empty.
2010-10-01 21:38:50.474: [ora.net1.network][17] [check] NetInterface::sGetIpAddress }
2010-10-01 21:38:50.474: [ AGFW][17] check for resource: ora.net1.network sapdr2db2 1 completed with status: OFFLINE
2010-10-01 21:38:50.476: [ AGFW][17] Executing command: check for resource: ora.net1.network sapdr2db2 1
2010-10-01 21:38:50.477: [ora.net1.network][17] [check] NetworkAgent::init enter {
2010-10-01 21:38:50.478: [ora.net1.network][17] [check] Checking if ce0 Interface is fine
2010-10-01 21:38:50.479: [ora.net1.network][17] [check] NetInterface::scheckNetInterface returned 0
2010-10-01 21:38:50.480: [ora.net1.network][17] [check] CRS-5008: Invalid attribute value: ce0 for the network interface
2010-10-01 21:38:50.480: [ora.net1.network][17] [check] NetworkAgent::init exit }
2010-10-01 21:38:50.480: [ora.net1.network][17] [check] NetInterface::scheckNetInterface returned 0
2010-10-01 21:38:50.480: [ora.net1.network][17] [check] NetworkAgent::checkInterface returned false
Does anybody know how the orarootagent checks for the network resource?
It seems that there are some procedures (NetworkAgent::checkLink, NetInterface::sGetIpAddress) inside it. But the problem is that this file is binary.
Or may be there are some ways to track how orarootagent checks?