Hello,
I hope you can help me with this issue:
I'm installing CRM and ERP High Availability systems with ORACLE ASM in Red Hat Linux. In SWPM the DB Instance installation (2 nodes) fails in "Create Database" phase. The ora_sql_results.log throws the following:
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options
CREATE DATABASE CAP CONTROLFILE REUSE MAXLOGFILES 255 MAXLOGMEMBERS 3 MAXLOGHISTORY 1000 MAXDATAFILES 1000 MAXINSTANCES 50 NOARCHIVELOG CHARACTER SET UTF8 NATIONAL CHARACTER SET UTF8 DATAFILE '+DATA' SIZE 350M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M EXTENT MANAGEMENT LOCAL DEFAULT TEMPORARY TABLESPACE PSAPTEMP TEMPFILE '+DATA' SIZE 1210M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M UNDO TABLESPACE PSAPUNDO001 DATAFILE '+DATA' SIZE 8192M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 32700M SYSAUX DATAFILE '+DATA' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
*
ERROR at line 1:
ORA-01501: CREATE DATABASE failed
ORA-00200: control file could not be created
ORA-00202: control file: '+DATA/cap/cntrlcap.dbf'
ORA-17502: ksfdcre:3 Failed to create file +DATA/cap/cntrlcap.dbf
ORA-15001: diskgroup "DATA" does not exist or is not mounted
ORA-15040: diskgroup is incomplete
ORA-15040: diskgroup is incomplete
ORA-15040: diskgroup is incomplete
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options
SAPINST: End of output of SQL executing program /oracle/CAP/112/bin/sqlplus.
SAPINST found errors.
SAPINST The current process environment may be found in sapinst_ora_environment.log.
2014-10-31, 13:58:25 SAPINST ORACLE stop logging
The strange thing is that the diskgroups are mounted:
In node 1:
In node 2:
I hope you can help me and share your experience.
Thanks a lot.
Dario.