Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: 10g ASM instance startup issue
I checked alertlog but no error
Sat Aug 14 15:11:24 2004
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 2
KCCDEBUG_LEVEL = 0
Using LOG_ARCHIVE_DEST_1 parameter default value as /u01/app/oracle/product/10.1.0/db_1/dbs/arch
Autotune of undo retention is turned off.
LICENSE_MAX_USERS = 0
SYS auditing is disabled
> Hi All,
>
> I did install CRS then removed. Now I am trying to create
> standalone DB using ASM but getting
> "ORA-29701: unable to connect to Cluster Manager" error
>
>
> [oracle_at_linux1 dbs]$ mv spfile+ASM.ora spfile+ASM.ora_orig
> [oracle_at_linux1 dbs]$ export ORACLE_SID=+ASM
> [oracle_at_linux1 dbs]$ cat init+ASM.ora
> *.background_dump_dest='/u01/app/oracle/admin/+ASM/bdump'
> *.core_dump_dest='/u01/app/oracle/admin/+ASM/cdump'
> *.instance_type='asm'
> *.large_pool_size=12M
> *.remote_login_passwordfile='SHARED'
> *.user_dump_dest='/u01/app/oracle/admin/+ASM/udump'
> [oracle_at_linux1 dbs]$ sqlplus /nolog
>
> SQL*Plus: Release 10.1.0.2.0 - Production on Sat Aug 14 14:51:26 2004
>
> Copyright (c) 1982, 2004, Oracle. All rights reserved.
>
> SQL> connect / as sysdba
> Connected to an idle instance.
> SQL> startup nomount pfile=init+ASM.ora
> ORA-29701: unable to connect to Cluster Manager
> SQL> exit
> Disconnected
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Sat Aug 14 2004 - 14:20:24 CDT
![]() |
![]() |