ASM Disks details
we have an ASM DISKGROUP +DATA which is made up of RAID-1 LUNS / Logical Volumes
how can we find out as to what underlying partitions a particular disk group is made up of?
When we query v$asm_disk, we see the following
ORCL:DTVOL1 1 0
ORCL:DTVOL2 1 1
ORCL:DTVOL3 1 2
ORCL:DTVOL4 1 3
Now how can we find out if what partition (e,g, /dev/sda, /dev/sdb etc) does ORCL:DTVOL1 is made up of?
Thanks