Monday, July 25, 2011

OUI-25023 When Trying To Install A Patchset On RAC


when i was trying to upgrade the RAC database on the linux server, i got the error(OUI-25023)
OUI-25023 When Trying To Install A Patchset On RAC

I got this error message while selecting the node selection page in the database upgrade.

ERROR: OUI-2502: The local node is not selected for installing this product. Include the local node in the cluster list or perform the installation on the node on which the install is to be performed.

Below command will list the nodes available in the cluster database
$ORA_CRS_HOME/bin/olsnodes -n

Below command will update the cluster node details in the inventory folder. Please take a backup of your inventory.xml file from your oracle central inventory folder ($CENTRAL_Inventory_Path/ContentsXML/inventory.xml)
Update the node list on each node by running the following command:

./runInstaller -updateNodeList "CLUSTER_NODES={bhuvan1,bhuvan2,bhuvan3}" LOCAL_NODE="bhuvan1" "ORACLE_HOME=/opt/oracle/product/DB10gR2" –local


OUTPUT
$ cd $ORACLE_HOME/oui/bin/
$ ./runInstaller -updateNodeList "CLUSTER_NODES={bhuvan1,bhuvan2,bhuvan3}" LOCAL_NODE="bhuvan1" "ORACLE_HOME=/opt/oracle/product/DB10gR2" -local
Starting Oracle Universal Installer...

No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
The inventory pointer is located at /etc/oraInst.loc
The inventory is located at /opt/oracle/product/oraInventory
'UpdateNodeList' was successful.



ORACLE METALINK NOTE: OUI-25023 When Trying To Install A Patchset On RAC [ID 394868.1]

No comments:

Post a Comment