![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Problem Resolution Sure Solution 1644043.1 : ODA : 24 Extra Disk paths exists in ASM with group_number 0 and without suffix p1 or p2
Applies to:Oracle Database Appliance - Version All Versions to All Versions [Release All Releases]Information in this document applies to any platform. SymptomsIn ODA system there are 24 extra ASM disk path exist as given below.
e.g. from v$asm_disk output there are 24 extra disk with group number 0 and without p1 or p2 as suffix in path. Group# PATH
ChangesThis issue is due to incorrect asm_diskstring parameter. Current asm_diskstring parameter is set to '/dev/mapper/*D_*' which must be set to '/dev/mapper/*D_*p*' for ODA system . Causeasm_diskstring parameter is changed to '/dev/mapper/*D_*' . On ODA system there are three multipath created for one disk. e.g. /dev/mapper/HDD_E0_S00_979817979 /dev/mapper/HDD_E0_S00_979817979p1 /dev/mapper/HDD_E0_S00_979817979p2
Suffix p1 is for disks belong to DATA or REDO(in case SSD) and p2 for disks belong to RECO. asm_diskstring to '/dev/mapper/*D_*p*' removes the disk path without suffix p1 or p2 to be visible from asm side. SolutionTo resolve this issue change asm_diskstring parameter back to '/dev/mapper/*D_*p*' . Run following action plan on both the nodes.
On ASM instance : connect as SYSASM SQL> alter system set asm_diskstring= '/dev/mapper/*D_*p*' ;
***This action plan can be executed on running system*** Now check v$asm_disk output, all the disks with group_number '0' and without suffix p1 or p2 are removed now. Attachments This solution has no attachment |
||||||||||||
|