Solution: Native: listNetInterfaces: [3]
Solution: Native: listNetInterfaces: [3] When Oracle 10201 RAC is root
Solution: Native: listNetInterfaces: [3] When Oracle 10201 RAC is root
I. Problem
10201 when RAC is installed on OEL5, the following error is reported for the root 2nd nodes:
[Root @ o10n2 install] #/oracle/product/10.2.0/crs/root. sh
WARNING: directory '/oracle/product/10.2.0' is not owned by root
WARNING: directory '/oracle/product' is not owned by root
WARNING: directory '/oracle' is not owned by root
Checking to see if Oracle CRS stack is already configured
Setting the permissions on OCR backup directory
Setting up NS directories
Oracle Cluster Registry configuration upgraded successfully
WARNING: directory '/oracle/product/10.2.0' is not owned by root
WARNING: directory '/oracle/product' is not owned by root
WARNING: directory '/oracle' is not owned by root
Clscfg: EXISTING configuration version 3 detected.
Clscfg: version 3 is 10G Release 2.
Successfully accumulated necessary OCR keys.
Using ports: CSS = 49895 CRS = 49896 EVMC = 49898 and EVMR = 49897.
Node :
Nodes 1: o10n1 o10n1-priv o10n1
Node 2: o10n2 o10n2-priv o10n2
Clscfg: Arguments check out successfully.
No keys were written. Supply-force parameter to override.
-Force is destructive and will destroy any previous cluster
Configuration.
Oracle Cluster Registry for cluster has already been initialized
Startup will be queued to init within 90 seconds.
Adding daemons to inittab
Expecting the CRS daemons to be up within 600 seconds.
CSS is active on these nodes.
O10n1
O10n2
CSS is active on all nodes.
Oracle CRS stack installed and running under init (1 M)
Running vipca (silent) for processing nodeapps
Error 0 (Native: listNetInterfaces: [3])
[Error 0 (Native: listNetInterfaces: [3])]
Running the graphical vipca will also report:
Rfaces (VipCA. java: 614)
Oracle. ops. vipca. VipCA. processGUIArgs (VipCA. java: 452)
Oracle. ops. vipca. VipCA. runApplication (VipCA. java: 2841)
Oracle. ops. vipca. VipCA. main (VipCA. java: 3147)
Error 0 (Native: listNetInterfaces: [3])
[Error 0 (Native: listNetInterfaces: [3])]
II. Solution
[Root @ o10n2 bin] #./oifcfg iflist
Eth0 192.168.150.0
Eth1 172.16146.0
[Root @ o10n2 bin] #./oifcfg setif-global eth0/192.168.150.0: public
[Root @ o10n2 bin] #./oifcfg setif-global eth1/171_146.0: cluster_interconnect
[Root @ o10n2 bin] #./oifcfg iflist
Eth0 192.168.150.0
Eth1 172.16146.0
[Root @ o10n2 bin] #./oifcfg getif
Eth0 192.168.150.0 global public
Eth1 172.16146.0 global cluster_interconnect
The graphical vipca can be opened. Run rootdelete. sh and then run root. sh. The above error is missing.
Related reading:
Handle several minor errors when installing Oracle RAC 10g on RHEL5