Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to find the path of the disk in ASM

User_8E9DZFeb 9 2016 — edited Feb 22 2016

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 21 2016
Added on Feb 9 2016
5 comments
8,281 views