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!

Installation with option HA_CONFIG is failing during root.sh execution in 19c

3373116Jan 2 2020 — edited Jan 8 2020

Hi,

Installation with option HA_CONFIG is failing during root.sh execution in 19c.

ASM Standalone installation for 19c - root.sh failing

Problem Description
---------------------------------------------------
Trying to install ASM standalone for 19c on RHEL7 machine. Getting below error with root.sh execution.

# cat /optware/grid/19.0.0.0/install/root_*_2019-11-28_05-43-29-138069953.log
Performing root user operation.

The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /optware/grid/19.0.0.0
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 script.
Now product-specific root actions will be performed.
Using configuration parameter file: /optware/grid/19.0.0.0/crs/install/crsconfig_params
The log of current session can be found at:
/optware/orabase/grid/crsdata/*/crsconfig/roothas_2019-11-28_05-43-29AM.log
2019/11/28 05:43:35 CLSRSC-363: User ignored prerequisites during installation
LOCAL ADD MODE
Creating OCR keys for user 'oracle', privgrp 'dba'..
Operation successful.
LOCAL ONLY MODE
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
CRS-4664: Node oraas-lb-01-01 successfully pinned.
2019/11/28 05:43:54 CLSRSC-330: Adding Clusterware entries to file 'oracle-ohasd.service'
2019/11/28 05:46:08 CLSRSC-214: Failed to start the resource 'ohasd'
Failed to start the Clusterware. Last 20 lines of the alert log follow:
2019-11-28 05:43:35.801 [CLSECHO(16454)]CLSRSC-0567: Beginning Oracle Grid Infrastructure configuration.
2019-11-28 05:43:46.924 [OCRCONFIG(17145)]CRS-2101: The OLR was formatted using version 4.
2019-11-28 05:43:49.757 [CLSCFG(17250)]CRS-1001: The OCR was formatted using version 4.

2019/11/28 05:46:09 CLSRSC-318: Failed to start Oracle OHASD service
Died at /optware/grid/19.0.0.0/crs/install/crsinstall.pm line 3209.

Response file used:

oracle.install.option=HA_CONFIG

SELECTED_LANGUAGES=en

oracle.install.responseFileVersion=/oracle/install/rspfmt_crsinstall_response_schema_v19.0.0.0

INVENTORY_LOCATION=/optware/grid/oraInventory

ORACLE_BASE=/optware/orabase/grid

ORACLE_HOME=/optware/grid/19.0.0.0

oracle.install.asm.OSDBA=dba

oracle.install.asm.OSOPER=dba

oracle.install.asm.OSASM=dba

oracle.install.crs.config.clusterName=GRID02

ORACLE_HOSTNAME=<hostname.domain>

oracle.install.asm.SYSASMPassword=****

oracle.install.asm.diskGroup.name=DATA_DB19ASM

oracle.install.asm.diskGroup.redundancy=EXTERNAL

oracle.install.asm.diskGroup.AUSize=1

oracle.install.asm.diskGroup.disks=/dev/asmdisks/asm_ocr1,/dev/asmdisks/asm_ocr2

oracle.install.asm.diskGroup.diskDiscoveryString=/dev/asmdisks/*

oracle.install.asm.monitorPassword=****

oracle.install.config.managementOption=NONE

oracle.install.crs.config.sharedFileSystemStorage.votingDiskLocations=

oracle.install.crs.config.sharedFileSystemStorage.votingDiskRedundancy=NORMAL

oracle.install.crs.config.sharedFileSystemStorage.ocrLocations=

oracle.install.crs.config.sharedFileSystemStorage.ocrRedundancy=NORMAL

Comments
Post Details
Added on Jan 2 2020
10 comments
5,021 views