Find out the devices of an ASM Diskgroup in Oracle Linux
Hi
I want to drop an ASM Diskgroup and I want to find out what are the devices attached to that Disk group that I am going to drop.
I am in RAC 10.2.0.4 on Oracle Linux
When I query with this:
SELECT name, header_status, path FROM V$ASM_DISK;
The column path says:
ORCL:FRA1
ORCL:FRA2
but really what I want to know what is the real device in the OS that represent that ASM Disk.
How can i find out the name of my real devices ?
Thanks