Oracle unable to start with system boot due to ownership of volumes

book

Article ID: 100027257

calendar_today

Updated On:

Description

Error Message

Apr 12 11:58:57 da004p05 oracle: [ID 702911 user.error] exec /oracle/g01/software/grid/11.2.0/perl/bin/perl -I/oracle/g01/software/grid/11.2.0/perl/lib /oracle/g01/software/grid/11.2.0/bin/crswrapexece.pl /oracle/g01/software/grid/11.2.0/crs/install/s_crsconfig_da004p05_env.txt /oracle/g01/software/grid/11.2.0/bin/ohasd.bin "reboot"

Cause

The ownership of volumes was not set for Oracle to have access to start the database upon system reboot.

Resolution

Change volumes ownership so Oracle can access volumes and start database with system boot up.

Syntax:

# vxedit -g set user= group=

Example:
# vxedit -g RAW_DATA_125a set user=oracle group=dba rawdata125a
# vxedit -g RAW_DATA_125b set user=oracle group=dba rawdata125b
# vxedit -g RAW_DATA_125c set user=oracle group=dba rawdata125c
# vxedit -g RAW_DATA_125d set user=oracle group=dba rawdata125d
# vxedit -g RAW_FRA_10a set user=oracle group=dba rawfra10a
# vxedit -g RAW_FRA_10b set user=oracle group=dba rawfra10b


Issue/Introduction

Oracle unable to start with system boot.