Hi all,
i have installed oracle 11g (11.2.0.3.0) on single machine Oracle Enterprise linux 5 with database software only option. i have created ASM parameter file in $ORACLE_HOME/dbs/init+ASM.ora
but when i try to start asm instance its throwing below error
[oracle@rac3 dbs]$ cat init+ASM.ora
instance_type=asm
instance_name=+ASM
asm_diskstring= '/dev/sdb*'
asm_power_limit=2
diagnostic_dest='/u01/app/oracle/product/11.2.0/asmdemo'
shared_pool_size=100m
large_pool_size=40m
[oracle@rac3 dbs]$ pwd
/u01/app/oracle/product/11.2.0/dbhome_1/dbs
[oracle@rac3 dbs]$ export ORACLE_SID=+ASM
[oracle@rac3 dbs]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Wed Oct 9 20:23:43 2013
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup nomount
ORA-01078: failure in processing system parameters
ORA-29701: unable to connect to Cluster Synchronization Service
i try to start CSS service by $crsctlc check crs but its showing command not found.
As root user i did
[root@rac3 bin]# pwd
/u01/app/oracle/product/11.2.0/dbhome_1/bin
[root@rac3 bin]# ./localconfig add Here i dont get any file like localconfig
bash: ./localconfig: No such file or directory
[root@rac3 bin]#
any help or suggestion will be highly appreciated.
thanks