ASM Configuration Assistant Create ASM error

Asked By 0 points N/A Posted on -
qa-featured

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

SHARE
Answered By 0 points N/A #179407

ASM Configuration Assistant Create ASM error

qa-featured

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".

 

Related Questions