Owner's Manual

Troubleshooting 13
You can do this on RHEL4 by entering the following lines:
dd if=/dev/zero of=/dev/raw/ocr.dbf
dd if=/dev/zero of=/dev/raw/votingdisk
Attempt to start the service again by rebooting the node or by running
root.sh from /crs/oracle/product/11.1.0/crs/.
The Oracle User does not have permissions on
/var/tmp
(specifically
/var/tmp/.oracle
).
a
Make User Oracle the owner of
/var/tmp/.oracle
by entering the
following command:
chown oracle.oinstall /var/tmp/.oracle
b
Attempt to start the service again by rebooting the node or by running
root.sh from: /crs/oracle/product/11.1.0/crs/.
If all the other CRS troubleshooting steps fail, then perform the following:
a
Enable debugging by adding the following line:
to root.sh:
set -x
b
Attempt to start the service again by running
root.sh
from:
/crs/oracle/product/11.1.0/crs/
c
Check log files in the following directories to diagnose the issue:
$ORA_CRS_HOME/crs/log
$ORA_CRS_HOME/crs/init
$ORA_CRS_HOME/css/log
$ORA_CRS_HOME/css/init
$ORA_CRS_HOME/evm/log
$ORA_CRS_HOME/evm/init
$ORA_CRS_HOME/srvm/log
d
Check
/var/log/messages
for any error messages regarding
CRS
init scripts.
e
Capture all log files for support diagnosis.