Skip to Main Content

Enterprise Manager

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!

what's the difference between ASM diskgroup connected and mounted?

491747Mar 3 2006 — edited Jul 17 2007
Hi, all

I have oracle database 10g setup on fedora 4 and use ASM option. After I started the ASM instance and database instance, I did a query in both sqlplus and they looked like:

in ASM instance:
SQL> select name, state, type from v$asm_diskgroup;

NAME STATE TYPE
------------------------------ ----------- ------
ASMDATA MOUNTED NORMAL

while in database instance:
SQL> select name, state, type from v$asm_diskgroup;

NAME STATE TYPE
------------------------------ ----------- ------
ASMDATA CONNECTED NORMAL

As you can see, in database instance the ASM diskgroup is in "connected" status, not "mounted". So what's the difference between them please?

And when I used oracle enterprise manager to check ASM, it showed:
Current Status Metric Collection Error
My ASM should be up, right? Does this problem come from "connected" status? How could I make it right please?

Thanks first.

wand
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 14 2007
Added on Mar 3 2006
10 comments
6,291 views