Wednesday, September 21, 2011

Finding Cluster node details from RDBMS binary

I am trying to upgrade a Cluster database with  3 nodes from 10.2.0.4.0 to 10.2.05.0. i have a 10205 Cluster & ASM running on it. This is on the test server. i have taken the live copy of binary & oracle inventory to  simulate the live envionment. when i try to upgrade the oracle binary after relink. i got the cluster node entries when i try to upgrade the oracle RDBMS binary.

After a long search, i have found that Oracle RDBMS installer takes the server node details from the below file.


$ /opt/oracle/product/DB10gR2/inventory/ContentsXML> more oraclehomeproperties.xml
<?xml version="1.0" standalone="yes" ?>
<!-- Copyright (c) 2005 Oracle Corporation. All rights Reserved -->
<!-- Do not modify the contents of this file by hand. -->
<ORACLEHOME_INFO>
   <GUID>392927504#.#1664361443</GUID>
   <HOME/>
   <ARU_PLATFORM_INFO>
      <ARU_ID>226</ARU_ID>
      <ARU_ID_DESCRIPTION>Linux x86-64</ARU_ID_DESCRIPTION>
   </ARU_PLATFORM_INFO>
   <CLUSTER_INFO>
      <LOCAL_NODE NAME="bhuvan-21"/>
      <NODE_LIST>
         <NODE NAME="bhuvan-21/>
         <NODE NAME="bhuvan-22"/>
         <NODE NAME="bhuvan-23"/>
      </NODE_LIST>
   </CLUSTER_INFO>
</ORACLEHOME_INFO>


Happy Reading!!!!!!!!!!!

No comments:

Post a Comment