Hi,
I have this error in Oracle when I want to create ASM instance using ASMCA and last time when I did this it worked just fine. Maybe I missed something this time but I can’t figure what. Any solution ? Please tell me what I did wrong.
Thank you !
Â
Â
Create ASM
Oracle Grid Infrastructure is not configured properly. ASMCA needs Oracle Grid infrastructure to configure ASM.
OK
ASM Configuration Assistant Create ASM error
Hello,
Login as root user and execute the "root.sh". It is on grid home.
—————–
[root@coltdb08 grid]# ./opt/11.2.0/grid/root.sh
Â
The following environment are set as:
  ORACLE_OWNER= oracle
  ORACLE_HOME=  /opt/11.2.0/grid
Â
Go to the local bin directory and Enter the full pathname :
The contents of "dbhome" have not changed. No need to overwrite.
The contents of "oraenv" have not changed. No need to overwrite.
The contents of "coraenv" have not changed. No need to overwrite.
Â
To configure Grid Infrastructure following command as the root:
/opt/11.2.0/grid/perl/bin/perl -I/opt/11.2.0/grid/perl/lib -I/opt/11.2.0/grid/crs/install /opt/11.2.0/grid/crs/install/roothas.pl
Â
To configure Grid Infrastructure:
/opt/11.2.0/grid/crs/config/config.sh
The parameters can be passed through the response.
———————
script for creating Grid Infrastructure for stand-alone server :
——————–
[root@coltdb08 grid]# /opt/11.2.0/grid/perl/bin/perl -I/opt/11.2.0/grid/perl/lib -I/opt/11.2.0/grid/crs/install /opt/11.2.0/grid/crs/install/roothas.pl
Using configuration parameter file: /opt/11.2.0/grid/crs/install/crsconfig_params
Creating trace directory
User ignored Prerequisites during installation
LOCAL ADD MODE
Creating OCR keys for user 'oracle', privgrp 'oinstall'..
Operation successful.
LOCAL ONLY MODE
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
CRS-4664: Node coltdb08 successfully pinned.
Adding Clusterware entries to inittab
Â
coltdb08 Â Â 2012/08/23 16:56:53 Â Â /opt/11.2.0/grid/cdata/coltdb08/backup_20120823_165653.olr
Successfully configured Oracle Grid Infrastructure for a Standalone Server
————
Finally try to create the ASM instance using "asmca".
Â