Dears,
I'm trying to install RAC 11.2 (Grid Infrastructure version is 11.2.0.1) on two linux nodes (OS version is Oracle Linux 5.11 2.6.39-400.215.10.el5uek)
SELinux + Firewall are stopped, ASM works fine (listdisks and querydisk shows my disks correctly), ping between both nodes on public and private IPs is OK, hosts file configured well.
ASM owner is user grid, and this user is the same used while installation of grid infrastructure.
# /sbin/modinfo oracleasm
filename: /lib/modules/2.6.39-400.215.10.el5uek/kernel/drivers/block/oracleasm/oracleasm.ko
description: Kernel driver backing the Generic Linux ASM Library.
author: Joel Becker <joel.becker@oracle.com>
version: 2.0.8
license: GPL
srcversion: 28484D2A43A6D981AAB9246
depends:
vermagic: 2.6.39-400.215.10.el5uek SMP mod_unload modversions
parm: use_logical_block_size:Prefer logical block size over physical (Y=logical, N=physical [default]) (bool)
Installation was fine, without any errors or warnings until executing root.sh, the result was:
# /opt/app/grid/product/11.2.0/grid/root.sh
Running Oracle 11g root.sh script...
The following environment variables are set as:
ORACLE_OWNER= grid
ORACLE_HOME= /opt/app/grid/product/11.2.0/grid
Enter the full pathname of the local bin directory: [/usr/local/bin]:
Copying dbhome to /usr/local/bin ...
Copying oraenv to /usr/local/bin ...
Copying coraenv to /usr/local/bin ...
Creating /etc/oratab file...
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.
2015-04-20 17:06:03: Parsing the host name
2015-04-20 17:06:03: Checking for super user privileges
2015-04-20 17:06:03: User has super user privileges
Using configuration parameter file: /opt/app/grid/product/11.2.0/grid/crs/install/crsconfig_params
Creating trace directory
LOCAL ADD MODE
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
root wallet
root wallet cert
root cert export
peer wallet
profile reader wallet
pa wallet
peer wallet keys
pa wallet keys
peer cert request
pa cert request
peer cert
pa cert
peer root cert TP
profile reader root cert TP
pa root cert TP
peer pa cert TP
pa peer cert TP
profile reader pa cert TP
profile reader peer cert TP
peer user cert
pa user cert
Adding daemon to inittab
CRS-4123: Oracle High Availability Services has been started.
ohasd is starting
acfsroot: ACFS-9301: ADVM/ACFS installation can not proceed:
acfsroot: ACFS-9302: No installation files found at /opt/app/grid/product/11.2.0/grid/install/usm/EL5/x86_64/2.6.18-8/2.6.18-8.el5uek-x86_64/bin.
CRS-2672: Attempting to start 'ora.gipcd' on 'node01'
CRS-2672: Attempting to start 'ora.mdnsd' on 'node01'
CRS-2676: Start of 'ora.gipcd' on 'node01' succeeded
CRS-2676: Start of 'ora.mdnsd' on 'node01' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'node01'
CRS-2676: Start of 'ora.gpnpd' on 'node01' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'node01'
CRS-2676: Start of 'ora.cssdmonitor' on 'node01' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'node01'
CRS-2672: Attempting to start 'ora.diskmon' on 'node01'
CRS-2676: Start of 'ora.diskmon' on 'node01' succeeded
CRS-2676: Start of 'ora.cssd' on 'node01' succeeded
CRS-2672: Attempting to start 'ora.ctssd' on 'node01'
CRS-2676: Start of 'ora.ctssd' on 'node01' succeeded
DiskGroup DATA creation failed with the following message:
ORA-15018: diskgroup cannot be created
ORA-15130: diskgroup "DATA" is being dismounted
Configuration of ASM failed, see logs for details
Did not succssfully configure and start ASM
CRS-2500: Cannot stop resource 'ora.crsd' as it is not running
CRS-4000: Command Stop failed, or completed with errors.
Command return code of 1 (256) from command: /opt/app/grid/product/11.2.0/grid/bin/crsctl stop resource ora.crsd -init
Stop of resource "ora.crsd -init" failed
Failed to stop CRSD
CRS-2673: Attempting to stop 'ora.asm' on 'node01'
CRS-2677: Stop of 'ora.asm' on 'node01' succeeded
CRS-2673: Attempting to stop 'ora.ctssd' on 'node01'
CRS-2677: Stop of 'ora.ctssd' on 'node01' succeeded
CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'node01'
CRS-2677: Stop of 'ora.cssdmonitor' on 'node01' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'node01'
CRS-2677: Stop of 'ora.cssd' on 'node01' succeeded
CRS-2673: Attempting to stop 'ora.gpnpd' on 'node01'
CRS-2677: Stop of 'ora.gpnpd' on 'node01' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'node01'
CRS-2677: Stop of 'ora.gipcd' on 'node01' succeeded
CRS-2673: Attempting to stop 'ora.mdnsd' on 'node01'
CRS-2677: Stop of 'ora.mdnsd' on 'node01' succeeded
Initial cluster configuration failed. See /opt/app/grid/product/11.2.0/grid/cfgtoollogs/crsconfig/rootcrs_node01.log for details
On rootcrs_node01.log file I found:
2015-04-20 17:06:20: Removing "/etc/rc.d/rc3.d/S96ohasd"
2015-04-20 17:06:20: Removing file /etc/rc.d/rc3.d/S96ohasd
2015-04-20 17:06:20: Failure with return code 1 from command rm /etc/rc.d/rc3.d/S96ohasd
2015-04-20 17:06:20: Failed to remove file:
2015-04-20 17:06:20: Creating a link "/etc/rc.d/rc3.d/S96ohasd" pointing to /etc/init.d/ohasd
2015-04-20 17:06:20: Removing "/etc/rc.d/rc5.d/S96ohasd"
2015-04-20 17:06:20: Removing file /etc/rc.d/rc5.d/S96ohasd
2015-04-20 17:06:20: Failure with return code 1 from command rm /etc/rc.d/rc5.d/S96ohasd
2015-04-20 17:06:20: Failed to remove file:
2015-04-20 17:06:20: Creating a link "/etc/rc.d/rc5.d/S96ohasd" pointing to /etc/init.d/ohasd
2015-04-20 17:06:20: Removing "/etc/rc.d/rc0.d/K19ohasd"
2015-04-20 17:06:20: Removing file /etc/rc.d/rc0.d/K19ohasd
2015-04-20 17:06:20: Failure with return code 1 from command rm /etc/rc.d/rc0.d/K19ohasd
2015-04-20 17:06:20: Failed to remove file:
2015-04-20 17:06:20: Creating a link "/etc/rc.d/rc0.d/K19ohasd" pointing to /etc/init.d/ohasd
2015-04-20 17:06:20: Removing "/etc/rc.d/rc1.d/K19ohasd"
2015-04-20 17:06:20: Removing file /etc/rc.d/rc1.d/K19ohasd
2015-04-20 17:06:20: Failure with return code 1 from command rm /etc/rc.d/rc1.d/K19ohasd
2015-04-20 17:06:20: Failed to remove file:
2015-04-20 17:06:20: Creating a link "/etc/rc.d/rc1.d/K19ohasd" pointing to /etc/init.d/ohasd
2015-04-20 17:06:20: Removing "/etc/rc.d/rc2.d/K19ohasd"
2015-04-20 17:06:20: Removing file /etc/rc.d/rc2.d/K19ohasd
2015-04-20 17:06:20: Failure with return code 1 from command rm /etc/rc.d/rc2.d/K19ohasd
2015-04-20 17:06:20: Failed to remove file:
2015-04-20 17:06:20: Creating a link "/etc/rc.d/rc2.d/K19ohasd" pointing to /etc/init.d/ohasd
2015-04-20 17:06:20: Removing "/etc/rc.d/rc4.d/K19ohasd"
2015-04-20 17:06:20: Removing file /etc/rc.d/rc4.d/K19ohasd
2015-04-20 17:06:20: Failure with return code 1 from command rm /etc/rc.d/rc4.d/K19ohasd
2015-04-20 17:06:20: Failed to remove file:
2015-04-20 17:06:20: Creating a link "/etc/rc.d/rc4.d/K19ohasd" pointing to /etc/init.d/ohasd
2015-04-20 17:06:20: Removing "/etc/rc.d/rc6.d/K19ohasd"
2015-04-20 17:06:20: Removing file /etc/rc.d/rc6.d/K19ohasd
2015-04-20 17:06:20: Failure with return code 1 from command rm /etc/rc.d/rc6.d/K19ohasd
2015-04-20 17:06:20: Failed to remove file:
2015-04-20 17:06:20: Creating a link "/etc/rc.d/rc6.d/K19ohasd" pointing to /etc/init.d/ohasd
2015-04-20 17:06:20: The file ohasd has been successfully linked to the RC directories
What did I missed ?
Kindly advice ...
Best regards