Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: ASM Record Deletions

Re: ASM Record Deletions

From: Alex Gorbachev <gorbyx_at_gmail.com>
Date: Thu, 15 Jun 2006 21:46:23 +0200
Message-ID: <c2213f680606151246i120f8b94l352b14be3b7cf018@mail.gmail.com>


ASM will see all disks that match asm_disk_string init.ora parameter of ASM. On all nodes. So you can use this parameter to control which disks every node sees.

Now, you can mount or unmoung diskgroup using ALTER DISKGROUP <dg> MOUNT/DISMOUNT; ASM_DISKGROUPS init.ora parameter controls which disk groups are mounted at startup. It also used to mount umount disks using ALTER DISKGROUP ALL MOUNT/DISMOUNT. Note that ALTER DISKGROUP <dg> MOUNT/DISMOUNT with specific diskgroup name modifies this parameter in spfile if you have one.

Now regarding CSS. In my understanding it has nothing to do with association of diskgroup to ASM instance. As I mentioned this is controlled by you or ASM instance at startup base on init.ora parameter ASM_DISKGROUPS. What CSS is tracking is association between database instance and ASM instance that it's connected to.

If you have the link to the presentation - please share. I would like to see it - maybe my understanding is incorrect.

2006/6/15, Sanjay Mishra <smishra_97_at_yahoo.com>:
>
> Kevin
>
> If I have 3 Node RAC and is it possible that I can have 2 node using DG1 and
> DG2 disk group while third node can have three Disk group DG1, DG2 and DG3.
> Actually I want to use node 3 for one different application comparision to
> Node1 and Node2 and so want to use seprate Disk group.
>
> I was in IOUG and have seen one presentation where they have shown it. They
> also mention that group services maintainted the DG+asm mapping. I know CSS
> is maintaining this information but is it possible to check the group
> services information outside of Database.
>
> TIA
>
> Sanjay
>
>
>
>
> Kevin Closson <kevinc_at_polyserve.com> wrote:
>
> no problem...just the tip of the ASM misunderstanding iceburg
> out there...and that is no reflection on you...it is rampant
>
>
>
> ________________________________
> From: Sanjay Mishra [mailto:smishra_97_at_yahoo.com]
> Sent: Tuesday, June 13, 2006 5:49 PM
> To: kevinc_at_polyserve.com; oracle-l_at_freelists.org
> Subject: RE: ASM Record Deletions
>
>
>
> Thanks Kevin for nice catch
>
> .com
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com

-- 
Best regards,
Alex Gorbachev

http://blog.oracloid.com
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jun 15 2006 - 14:46:23 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US