Hi I created a standalone database with ASM. While installing Grid I attached 4 ASM disks(stamped using asmtoolg) under the same diskgroup DATA. The database is started and it is working with the DATA diskgroup in ASM. When I prompted to add another diskgroup (after stamping it using asmtoolg) it was showing an error.
when I queried the path of the new disks which i created it is showing as below.
SQL> select name,path from v$asm_disk;
NAME PATH
\\.\ORCLDISKFRA0
\\.\ORCLDISKFRA1
While executing the create diskgroupquery I should give the path of the disk. How can I find the path of the disk.