Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

localconfig is not found out in the new grid Oracle_HOME

user618594Sep 20 2010 — edited Sep 20 2010
Hi There,

Ifollowed the metalink Note ID 736121.1 to upgrad ASM for Non-RAC from 10gr2 to 11gr2. The 11gr2 Grid installation is successful, which is on a different directory from the current ASM directory. What I did for insallation is software only installation. However, when I'm doing step 4 in the Note, localconfig is not found out in the now Grid home directory(/ora/fs0000/app/grid/11.2.0/bin). even no DBUA is found out either. I'm unable to upgrade ASM for non-RAC from 10r2 to 11gr2.
With the successful installation of 11rr2 grid, the CSS is running in 11gr2, but No DBUA is found out in the new Grid Oracle_HOME directory.

$ ps -ef | grep d.bin | grep -v grep
oracle 7751 1 0 Sep 17 ? 40:56 /ora/fs0000/app/grid/11.2.0/bin/ocssd.bin
oracle 7618 1 0 Sep 17 ? 27:32 /ora/fs0000/app/grid/11.2.0/bin/ohasd.bin reboot

$ ls -ltr /ora/fs0000/app/grid/11.2.0/bin/local*
/ora/fs0000/app/grid/11.2.0/bin/local*: No such file or directory

$ ls -ltr /ora/fs0000/app/grid/11.2.0/bin/db*
-rwxr-x--- 1 oracle dba 13790 Jan 1 2000 /ora/fs0000/app/grid/11.2.0/bin/dbstart
-rwxr-x--- 1 oracle dba 6074 Jan 1 2000 /ora/fs0000/app/grid/11.2.0/bin/dbshut
-rwxr-xr-x 1 oracle dba 2426 Jan 1 2000 /ora/fs0000/app/grid/11.2.0/bin/dbhome
-rw-r--r-- 1 oracle dba 5297 Oct 3 2006 /ora/fs0000/app/grid/11.2.0/bin/dbgeu_run_action.pl
-rwxr-x--- 1 oracle dba 666264 Nov 2 2009 /ora/fs0000/app/grid/11.2.0/bin/dbfs_client
-rwxr-x--- 1 oracle dba 0 Nov 3 2009 /ora/fs0000/app/grid/11.2.0/bin/dbvO
-rwxr-x--- 1 oracle dba 0 Nov 3 2009 /ora/fs0000/app/grid/11.2.0/bin/dbfsizeO
-rwxr-x--x 1 oracle dba 554200 Sep 17 16:00 /ora/fs0000/app/grid/11.2.0/bin/dbv
-rwxr-x--x 1 oracle dba 11680 Sep 17 16:00 /ora/fs0000/app/grid/11.2.0/bin/dbfsize

Here are the steps in Note 736121.1:
1) Install the new 11g ASM Oracle Home (on a different directory) as described in the Installation Guide associated with your specific platform :

http://www.oracle.com/pls/db111/portal.portal_db?selected=11&frame=

==)> Installation Guide for <your platform/Os>

2) Shutdown all the database instances that are using ASM as storage option.

3) Shutdown the ASM instance.

4) Reconfigure the CSS service:

Connect as root OS user and execute:

$ORACLE_HOME/bin/localconfig reset

Where: $ORACLE_HOME is the new 11g ASM Oracle Home

5) Startup the ASM instance (connected as Oracle OS user) as usual (using the 10g Oracle Home).

6) From another graphical session, set the environment variables (ORACLE_HOME, PATH, etc.) pointing to your new 11 ASM Oracle Home.

7) Then execute the DBUA from the new ASM 11gOracle_Home/bin/dbua:

DBUA will show 2 options:

=)> upgrade ASM instance.
=)> upgrade the database

8) Select [upgrade ASM instance] option. The DBUA will upgrade your ASM instance to release 11g automatically.

9) Finally, please startup the databases that are using ASM as storage option.

Does anyone has experience upgrading 10g ASM for Non-RAC to 11gR2?

Thanks in advance.

Edited by: user618594 on 20-Sep-2010 4:17 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 18 2010
Added on Sep 20 2010
0 comments
716 views