Mount ASM Disk Group Fails : ORA-15186, ORA-15025, ORA-15063

Upgraded operating system afterly case this alerts.
Database asm diskgroup information not value and output errors.

SQL>  select group_number, name, type, total_mb, free_mb from v$asm_diskgroup;
 select group_number, name, type, total_mb, free_mb from v$asm_diskgroup
                                            *
ERROR at line 1:
ORA-00600: internal error code, arguments: [17147], [0x7FA6FB6F4DF8], [], [],
[], [], [], [], [], [], [], []
ORA-00600: internal error code, arguments: [17147], [0x7FA6FB6F4DF8], [], [],
[], [], [], [], [], [], [], []
ORA-00600: internal error code, arguments: [17182], [0x7FA6FB6F4E48], [], [],
[], [], [], [], [], [], [], []

Closed ASM instance and startup afterly check ASM alert log.

ORA-15186: ASMLIB error function = [asm_open(global)],  error = [1],  mesg = [Operation not permitted]
ORA-15025: could not open disk "ORCL:VOLUME1"
2022-06-27T11:17:42.411323+03:00
ORA-15186: ASMLIB error function = [asm_open(global)],  error = [1],  mesg = [Operation not permitted]
ORA-15025: could not open disk "ORCL:VOLUME2"
2022-06-27T11:17:42.411516+03:00
ORA-15186: ASMLIB error function = [asm_open(global)],  error = [1],  mesg = [Operation not permitted]
ORA-15025: could not open disk "ORCL:VOLUME3"
2022-06-27T11:17:42.411706+03:00
ORA-15186: ASMLIB error function = [asm_open(global)],  error = [1],  mesg = [Operation not permitted]
ORA-15025: could not open disk "ORCL:VOLUME4"
2022-06-27T11:17:42.411886+03:00
ORA-15186: ASMLIB error function = [asm_open(global)],  error = [1],  mesg = [Operation not permitted]
ORA-15025: could not open disk "ORCL:VOLUME5"
2022-06-27T11:17:42.412064+03:00
ORA-15186: ASMLIB error function = [asm_open(global)],  error = [1],  mesg = [Operation not permitted]
ORA-15025: could not open disk "ORCL:VOLUME6"
2022-06-27T11:17:42.412242+03:00
ORA-15186: ASMLIB error function = [asm_open(global)],  error = [1],  mesg = [Operation not permitted]
ORA-15025: could not open disk "ORCL:VOLUME7"

Use this steps and solved problems.

Solution

[oracle@db ~]$ 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_ENABLED: 'true' means to load the driver on boot.
ORACLEASM_ENABLED=true

# ORACLEASM_UID: Default user owning the /dev/oracleasm mount point.
ORACLEASM_UID=oracle

# ORACLEASM_GID: Default group owning the /dev/oracleasm mount point.
ORACLEASM_GID=oinstall

# 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=""

# ORACLEASM_SCAN_DIRECTORIES: Scan disks under these directories
ORACLEASM_SCAN_DIRECTORIES=""

# ORACLEASM_USE_LOGICAL_BLOCK_SIZE: 'true' means use the logical block size
# reported by the underlying disk instead of the physical. The default
# is 'false'
ORACLEASM_USE_LOGICAL_BLOCK_SIZE=false

ORACLEASM_SCANORDER="mpath dm"
ORACLEASM_SCANEXCLUDE="sd"

(Doc ID 1384504.1)

Bir cevap yazın

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir