We have created diskgroup which contains 3 volume.. One is created with filesystem and other two volume we used for ASM.
eg. datadg - diskgroup
/dev/vx/dsk/datadg/datavol - filesystem
/dev/vx/dsk/datadg/dataasm1 - asm disk (device path to configure asm disk group at DB end)
/dev/vx/dsk/datadg/dataasm2 - asm disk (device path to configure asm disk group at DB end)
DB instance - required the filesystem as well as asm disk..
DB is now running fine but oracleasm scandisks is not detecting the asm disks.. I have to give device path with this command 'oracleasm scandsisk /dev/vx/dsk/datadg/*' then only it is detecting the ASM lun...
I am not sure whether this setup is correct or not.. I want to scan the asm disks without device path. Please provide the solution.