Hi,
Oracle Version:11gR2
Operating System:Cent Os
we are unable to start the CRS after rebooting the server and finally came to know that ASM DISKS are not visible after nodes reboot here we are using power path for storage accessing what setup do we need to put in the /etc/sysconfig/oracleasm
here is the content of my /etc/sysconfig/oracleasm
[root@rac2 disks]# cat /etc/sysconfig/oracleasm
#
# This is a configuration file for automatic loading of the Oracle
# Automatic Storage Management library kernel driver. It is generated
# By running /etc/init.d/oracleasm configure. Please use that method
# to modify this file
#
# ORACLEASM_ENABELED: 'true' means to load the driver on boot.
ORACLEASM_ENABLED=true
# ORACLEASM_UID: Default user owning the /dev/oracleasm mount point.
ORACLEASM_UID=grid
# ORACLEASM_GID: Default group owning the /dev/oracleasm mount point.
ORACLEASM_GID=asmdba
# ORACLEASM_SCANBOOT: 'true' means scan for ASM disks on boot.
ORACLEASM_SCANBOOT=true
# ORACLEASM_SCANORDER: Matching patterns to order disk scanning
ORACLEASM_SCANORDER=""
# ORACLEASM_SCANEXCLUDE: Matching patterns to exclude disks from scan
ORACLEASM_SCANEXCLUDE=""
Please help me how to solve this problem.
Thanks & Regards,
Poorna Prasad.S