What device path do you have to specify in ASM, if you want to use the multipath device?
/dev/sdc/ = first path
/dev/sdd = second path
/dev/multipatha = path of the multipath OS driver
A.
Only /dev/sdc is enough, because asmlib knows it is a multipath device.
B.
/dev/sdc as disk group and /dev/sdd as failure group.
C.
You need to specify all the three devices and only then ASM will know this is a multipath device.
D.
Only /dev/multipatha is enough.
Explanation:
http://www.oracle.com/technetwork/topics/linux/asmlib/multipath-097959.html
D is correct
http://mirrors.iyunwei.com/oracle/docs/12.1-E16655-01/install.121/e17888/storage.htm#CWLIN301
D is correct
D
https://docs.oracle.com/database/121/OSTMG/GUID-DA8FBBB8-9831-44D1-AA41-5890B829CAEE.htm#OSTMG02500
[..]
If Oracle ASM discovers multiple paths to the same disk device, Oracle ASM then raises an error. Because a single disk can appear multiple times in a multipath configuration, you must configure Oracle ASM to discover only the multipath disk.
[..]
D