Received error: Failed to initialize GPnP, during Oracle 11gR2 Grid installation.
This failure occurred in the step after running the root.sh, "Oracle Private Interconnect Configuration Assistant".
This error occurs when oracle tries to execute "oifcfg setif".
Error Stack:
INFO: Started Plugin named: Oracle Private Interconnect Configuration Assistant
INFO: Found associated job
INFO: Starting 'Oracle Private Interconnect Configuration Assistant'
INFO: Starting 'Oracle Private Interconnect Configuration Assistant'
INFO: Failed to initialize GPnP
WARNING:
INFO:
INFO: Completed Plugin named: Oracle Private Interconnect Configuration Assistant
INFO: Oracle Private Interconnect Configuration Assistant failed.
INFO: Oracle Private Interconnect Configuration Assistant failed.
The issue occurs when we start installation with a wrong ORA_NLS10 environment parameter. Best is to unset the variable before installation or change it to point to $GRID_HOME/nls/data:
unset ORA_NLS10
or
export ORA_NLS10=$GRID_HOME/nls/data
After doing that run the command:
[root@node1 oracle]# oifcfg setif -global eth1/10.100.3.0:cluster_interconnect
[root@node2 oracle]# oifcfg setif -global eth1/10.100.3.0:cluster_interconnect
Here eth1 is interconnect interface, 10.100.3.0 is the subnet for the interconnect IP address.
Syntax details for oifcfg command:
Name:
oifcfg - Oracle Interface Configuration Tool.
Usage: oifcfg iflist [-p [-n]]
oifcfg setif {-node
oifcfg getif [-node
oifcfg delif [{-node
oifcfg [-help]
Saturday, August 28, 2010
Oracle: Failed to initialize GPnP
Posted by Apun Hiran at 5:44 AM
Labels: 11gr2, Failed to initialize GPnP, grid, install, oifcfg setif, oracle, Oracle Private Interconnect Configuration Assistant
Subscribe to:
Post Comments (Atom)
0 Comments:
Post a Comment