Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ASM Home Installation root.sh fails

user4566776Feb 23 2011 — edited Feb 23 2011
Hello Experts,

I intended to create a separate Oracle_home and an ASM home.

OS - OEL 6

1. Oracle 11gR2 was successfully installed and a DB was created using DBCA

The Disks were configured for ASM using the oracleasm commands as mentioned in the URL below.
http://blogs.oracle.com/simonthorpe/2009/06/configuring_oracle_asm_disks_i.html

2. When I wanted to install a separate ASM home
I downloaded 11gR1 and unzipped the binaries
[ii] I choose configure ASM option
[iii] Installation went fine till I executed root.sh script. The details of the error mentioned below.

Problems faced :-

1. The ASM Disk discovery was unable to detect the Disk Labels (the Disk names displayed by "oracleasm listdisk" Eg: DATADISK1) but it could identify the candidates after giving the full-path /dev/oracleasm/.../DATADISK1
2. After proceeding further I reached to execute root.sh script. The CSS was unable to start.

Please suggets me as to how I can proceed with installing and creating an ASM Instance.

Thanks in advance.

Regards,

Valli
Running Oracle 11g root.sh script...
 
The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /opt/app/ASM_HOME/product/11.1.0/db_2
 
Enter the full pathname of the local bin directory: [/usr/local/bin]:
The file "dbhome" already exists in /usr/local/bin.  Overwrite it? (y/n)
[n]: y
   Copying dbhome to /usr/local/bin ...
The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
[n]: y
   Copying oraenv to /usr/local/bin ...
The file "coraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
[n]: y
   Copying coraenv to /usr/local/bin ...
 
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
Configuration for local CSS has been initialized
 
Cleaning up Network socket directories
Setting up Network socket directories
Adding to inittab
Startup will be queued to init within 30 seconds.
Checking the status of new Oracle init process...
Expecting the CRS daemons to be up within 600 seconds.
Giving up: Oracle CSS stack appears NOT to be running.
Oracle CSS service would not start as installed
Automatic Storage Management(ASM) cannot be used until Oracle CSS service is started
Finished product-specific root actions.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2011
Added on Feb 23 2011
2 comments
449 views