To configure ASMLIB to select multipath disks first, complete the following procedure.
/dev/mapper/multipathX
value. It then scans all disks with the prefix string sd
. However, because ASMLIB recognizes that these disks have already been labeled with the /dev/mapper/multipath
string values, it ignores these disks. After scanning for the prefix strings multipath
and sd
, Oracle ASM then scans for any other disks that do not match the scan order.
multipath
is actually the alias for multipath devices configured in /etc/multipath.conf
under the multipaths section. The default device name is in the format /dev/mapper/mpath*
(or a similar path). For example:
multipaths { multipath { wwid 3600508b4000156d700012000000b0000 alias multipath ... } multipath { ... alias mympath ... } ... }