I hit this error during try to start my ASM instance
I am working standalone Oracle 11.2.0.1 database with ASM option on AIX 6.1.
I this error after I reboot my server.
$export ORACLE_SID=+ASM $sqlplus "/as sysasm" SQL> startup ORA-01078: failure in processing system parameters ORA-29701: unable to connect to Cluster Synchronization Service
I checked services by using:
$crs_stat –t Name Type Target State Host ------------------------------------------------------------ ora.asm ora.asm.type OFFLINE OFFLINE ora.cssd ora.cssd.type ONLINE OFFLINE ora.diskmon ora....on.type ONLINE OFFLINE
Then I am going to start ora.cssd services by using below syntax
crsctl start resource ora.cssd
Than i run below command:
$crs_stat -t Name Type Target State Host ------------------------------------------------------------ ora.asm ora.asm.type OFFLINE OFFLINE oracle ora.cssd ora.cssd.type ONLINE ONLINE oracle ora.diskmon ora....on.type ONLINE ONLINE oracle $ sqlplus "/as sysasm" SQL> startup ORA-00099: warning: no parameter file specified for ASM instance ASM instance started Total System Global Area 283930624 bytes Fixed Size 2206088 bytes Variable Size 256558712 bytes ASM Cache 25165824 bytes ORA-15110: no diskgroups mounted SQL> select group_number, name, total_mb, free_mb, state from v$asm_diskgroup; GROUP_NUMBER NAME TOTAL_MB FREE_MB STATE ------------ -------------------------------- ---------- --------- ---- 0 ORADATA 0 0 DISMOUNTED SQL> alter diskgroup ORAODM mount; Diskgroup altered.
Yorum bırakın
Comments feed for this article