Home » RDBMS Server » Server Administration » adding disk in ASM (11.2.0.2.0 )
adding disk in ASM [message #568788] Tue, 16 October 2012 09:14 Go to next message
dba_7722
Messages: 197
Registered: August 2010
Location: Delhi
Senior Member

Hello experts,

I checked and found we have disk that is assigned with 0 disk GROUP_NUMBER. What does that mean ? Also please let me know how to check if disk T1_ASM05 is been part of any disk group or not.?

SQL> select GROUP_NUMBER,NAME from v$asm_diskgroup;

GROUP_NUMBER NAME
------------ ------------------------------
           1 DATA
           2 FRA

SQL>
SQL> select GROUP_NUMBER,name,PATH from v$asm_disk;

GROUP_NUMBER NAME                           PATH
------------ ------------------------------ -------------------------
           1 T1_ASM01                       ORCL:T1_ASM01
           2 T1_ASM02                       ORCL:T1_ASM02
           0                                ORCL:T2_BACKUP01
           0                                ORCL:T1_ASM04
           0                                ORCL:T1_ASM03
           0                                ORCL:T1_ASM05

6 rows selected.

SQL> !
/home/oracle > /etc/init.d/oracleasm listdisks
T1_ASM01
T1_ASM02
T1_ASM03
T1_ASM04
T1_ASM05
T2_BACKUP01
/home/oracle >
Re: adding disk in ASM [message #568789 is a reply to message #568788] Tue, 16 October 2012 09:23 Go to previous message
John Watson
Messages: 8919
Registered: January 2010
Location: Global Village
Senior Member
group number 0 means that it is not in a group.
Previous Topic: How to access Active directory with Oracle database.
Next Topic: patch install
Goto Forum:
  


Current Time: Tue Mar 19 05:51:39 CDT 2024