Issue with OraInventory location during upgrade [message #420849] |
Wed, 02 September 2009 11:12  |
divroro12
Messages: 105 Registered: March 2008 Location: Laurel, MD USA
|
Senior Member |
|
|
Hi All,
I'm trying to upgrade my RAC database from 10.2.0.3 to 10.2.0.4 & am getting the following message after launching OUI
"Central Inventory '/u01/app/oracle/oraInventory' is on a shared drive. Each node 'lbdbora1, lbdbora2' should have its own central Inventory. Central Inventory cannot be shared, this is not supported".
My central Inventory is definitely not on a shared drive. Each of the nodes has a separate central inventory located on the path shown above.
Can anyone tell me why i'm getting this error message & how it can be corrected?
Thanks,
divroro12
|
|
|
|
Re: Issue with OraInventory location during upgrade [message #420857 is a reply to message #420852] |
Wed, 02 September 2009 11:29   |
divroro12
Messages: 105 Registered: March 2008 Location: Laurel, MD USA
|
Senior Member |
|
|
BlackSwan,
Can you please tell me where i went wrong with my posting? (this is not the 1st time i'm posting on this forum & i try as much as possible to follow the guidelines).
Your advice will be very much appreciated.
Thanks,
divroro12
|
|
|
Re: Issue with OraInventory location during upgrade [message #420864 is a reply to message #420857] |
Wed, 02 September 2009 12:52   |
divroro12
Messages: 105 Registered: March 2008 Location: Laurel, MD USA
|
Senior Member |
|
|
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
PL/SQL Release 10.2.0.3.0 - Production
CORE 10.2.0.3.0 Production
TNS for IBM/AIX RISC System/6000: Version 10.2.0.3.0 - Productio
NLSRTL Version 10.2.0.3.0 - Production
|
|
|
|
|
|
|
|
|
|
Re: Issue with OraInventory location during upgrade [message #421492 is a reply to message #420849] |
Tue, 08 September 2009 13:31   |
divroro12
Messages: 105 Registered: March 2008 Location: Laurel, MD USA
|
Senior Member |
|
|
Node1
------
(oracle@lbdbora1) /home/oracle > cat /etc/oraInst.loc
inventory_loc=/u01/app/oracle/oraInventory
inst_group=dba
Node2:
-------
(oracle@lbdbora2) /sw/Oracle/AIX/oracle_10204/Disk1 > cat /etc/oraInst.loc
inventory_loc=/u01/app/oracle/oraInventory
inst_group=dba
__________________
Regards,
divroro12
|
|
|
|
Re: Issue with OraInventory location during upgrade [message #421787 is a reply to message #420849] |
Thu, 10 September 2009 10:09   |
divroro12
Messages: 105 Registered: March 2008 Location: Laurel, MD USA
|
Senior Member |
|
|
Node1
======
(oracle@lbdbora1) /home/oracle > echo $ORACLE_HOME
/u01/app/oracle/product/10.2.0_db
(oracle@lbdbora1) /home/oracle > echo $ORACLE_CRS_HOME
/u01/crs/oracle/product/10.2.0
Node2
======
(oracle@lbdbora2) /home/oracle > echo $ORACLE_HOME
/u01/app/oracle/product/10.2.0_db
(oracle@lbdbora2) /home/oracle > echo $ORACLE_CRS_HOME
/u01/crs/oracle/product/10.2.0
|
|
|
|