<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>AskDBA.org Forum &#187; Tag: ASM - Recent Topics</title>
<link>http://www.forum.askdba.org/</link>
<description>Forum for Oracle DBA&#039;s</description>
<language>en</language>
<pubDate>Sat, 11 Feb 2012 11:40:39 +0000</pubDate>

<item>
<title>orabcn on "Disaster recovery scenarios of RAC 11gR2"</title>
<link>http://www.forum.askdba.org/topic/disaster-recovery-scenarios-of-rac-11gr2#post-217</link>
<pubDate>Tue, 28 Jun 2011 12:33:30 +0000</pubDate>
<dc:creator>orabcn</dc:creator>
<guid isPermaLink="false">217@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I need your advice about a project I am doing now:&#60;/p&#62;
&#60;p&#62;I have 7 RAC 11gR2 nodes on Redhat Linux. We are backing up the database (one instance node) using incremental updated backups via RMAN, and then we move the backups to tape. I autobackup the controlfile and spfile with RMAN and my retention window is 60 days. I am also, running md_backup every night to backup ASM metadata.&#60;/p&#62;
&#60;p&#62;until now everything is ok.&#60;/p&#62;
&#60;p&#62;But, what happens if I completely loose the 7 nodes RAC? if all the servers are down and completely lost?&#60;/p&#62;
&#60;p&#62;I am backing up the archive log files also using RMAN. My database is in archivelog mode and block change tracking is enabled also, I am using control file instead of recovery catalogue. And, I am saving the DBID of the instances.&#60;br /&#62;
And I am backing up the FRA to tape.&#60;/p&#62;
&#60;p&#62;I have to think about the best, easier solution to restore from tapes and then restore/recover my database (database + ASM) to a dedicated single instance on a separated server located in another data center.&#60;/p&#62;
&#60;p&#62;could you share your experience and advice the step by step of doing it?&#60;/p&#62;
&#60;p&#62;thank you
&#60;/p&#62;</description>
</item>
<item>
<title>taraldesai on "ASM DiskGroup"</title>
<link>http://www.forum.askdba.org/topic/asm-diskgroup#post-179</link>
<pubDate>Sun, 29 Aug 2010 18:52:22 +0000</pubDate>
<dc:creator>taraldesai</dc:creator>
<guid isPermaLink="false">179@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi Amit/Saurabh,&#60;/p&#62;
&#60;p&#62;I have question regarding adding diskgroup. Let's say if we add any diskgroup with normal redundancy without using failgroup it will create diskgroup. So, how redundancy is maintained. Where would it write block image on same disk.
&#60;/p&#62;</description>
</item>
<item>
<title>deepika.dhamija@gmail.com on "ASM and Multipathing"</title>
<link>http://www.forum.askdba.org/topic/asm-and-multipathing#post-103</link>
<pubDate>Tue, 08 Dec 2009 09:37:34 +0000</pubDate>
<dc:creator>deepika.dhamija@gmail.com</dc:creator>
<guid isPermaLink="false">103@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I have a 2node RAC Setup 10gR2.&#60;/p&#62;
&#60;p&#62;I have three ASM Volumes configured, out of devices sdb2, sdb3, sdb4&#60;br /&#62;
/etc/init.d/oracleasm createdisk VOL1 /dev/sdb2&#60;br /&#62;
/etc/init.d/oracleasm createdisk VOL2 /dev/sdb3&#60;br /&#62;
/etc/init.d/oracleasm createdisk VOL3 /dev/sdb4.&#60;br /&#62;
where VOL1 &#38;amp; VOL2 belong to the Disk Group ORCL_DATA1 and Vol3 to the group FLASH_RECOVERY_AREA.&#60;/p&#62;
&#60;p&#62;I want to use the multipath disks namely /dev/multipath/sdb2, /dev/multipath/sdb3 and /dev/multipath/sdb4 for asm volumes.&#60;br /&#62;
I created the multipath disks on node1 and edited the file /etc/sysconfig/oracleasm and set ORACLEASM_SCANORDER=&#34;multipath&#34; and&#60;br /&#62;
ORACLEASM_SCANEXCLUDE=&#34;sdb2 sdb3 sdb4&#34;.&#60;/p&#62;
&#60;p&#62;After a Reboot, the crs_stat shows&#60;br /&#62;
On Node1&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;br /&#62;
Name Type Target State Host&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;br /&#62;
ora....SM1.asm application ONLINE ONLINE linux1&#60;br /&#62;
ora....X1.lsnr application ONLINE ONLINE linux1&#60;br /&#62;
ora.linux1.gsd application ONLINE ONLINE linux1&#60;br /&#62;
ora.linux1.ons application ONLINE ONLINE linux1&#60;br /&#62;
ora.linux1.vip application ONLINE ONLINE linux1&#60;br /&#62;
ora....SM2.asm application ONLINE ONLINE linux2&#60;br /&#62;
ora....X2.lsnr application ONLINE ONLINE linux2&#60;br /&#62;
ora.linux2.gsd application ONLINE ONLINE linux2&#60;br /&#62;
ora.linux2.ons application ONLINE ONLINE linux2&#60;br /&#62;
ora.linux2.vip application ONLINE ONLINE linux2&#60;br /&#62;
ora.orcl.db application ONLINE ONLINE linux1&#60;br /&#62;
ora....l1.inst application ONLINE OFFLINE&#60;br /&#62;
ora....l2.inst application ONLINE ONLINE linux2&#60;br /&#62;
ora....test.cs application ONLINE ONLINE linux2&#60;br /&#62;
ora....cl1.srv application ONLINE OFFLINE&#60;br /&#62;
ora....cl2.srv application ONLINE ONLINE linux2&#60;/p&#62;
&#60;p&#62;oracle@linux1 ~$ sqlplus &#34;/ as sysdba&#34;&#60;/p&#62;
&#60;p&#62;SQL*Plus: Release 10.2.0.1.0 - Production on Tue Dec 8 12:04:53 2009&#60;/p&#62;
&#60;p&#62;Copyright (c) 1982, 2005, Oracle. All rights reserved.&#60;/p&#62;
&#60;p&#62;Connected to an idle instance.&#60;/p&#62;
&#60;p&#62;SQL&#38;gt; select name, path from v$asm_disk;&#60;br /&#62;
select name, path from v$asm_disk&#60;br /&#62;
*&#60;br /&#62;
ERROR at line 1:&#60;br /&#62;
ORA-01034: ORACLE not available&#60;/p&#62;
&#60;p&#62;I try to start the instance manually,&#60;br /&#62;
oracle@linux1 ~$ srvctl start instance -d orcl -i orcl1&#60;br /&#62;
PRKP-1001 : Error starting instance orcl1 on node linux1&#60;br /&#62;
CRS-0215: Could not start resource 'ora.orcl.orcl1.inst'.&#60;/p&#62;
&#60;p&#62;Also from sql&#60;br /&#62;
SQL&#38;gt; startup&#60;br /&#62;
ORA-01078: failure in processing system parameters&#60;br /&#62;
ORA-01565: error in identifying file '+ORCL_DATA1/orcl/spfileorcl.ora'&#60;br /&#62;
ORA-17503: ksfdopn:2 Failed to open file +ORCL_DATA1/orcl/spfileorcl.ora&#60;br /&#62;
ORA-15077: could not locate ASM instance serving a required diskgroup&#60;/p&#62;
&#60;p&#62;On Node2&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;br /&#62;
oracle@linux2 ~$ sqlplus &#34;/ as sysdba&#34;&#60;/p&#62;
&#60;p&#62;SQL*Plus: Release 10.2.0.1.0 - Production on Tue Dec 8 11:56:13 2009&#60;/p&#62;
&#60;p&#62;Copyright (c) 1982, 2005, Oracle. All rights reserved.&#60;/p&#62;
&#60;p&#62;Connected to:&#60;br /&#62;
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production&#60;br /&#62;
With the Partitioning, Real Application Clusters, OLAP and Data Mining options&#60;/p&#62;
&#60;p&#62;SQL&#38;gt; select name, path from v$asm_disk;&#60;/p&#62;
&#60;p&#62;NAME&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;br /&#62;
PATH&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;br /&#62;
VOL1&#60;br /&#62;
ORCL:VOL1&#60;/p&#62;
&#60;p&#62;VOL2&#60;br /&#62;
ORCL:VOL2&#60;/p&#62;
&#60;p&#62;VOL3&#60;br /&#62;
ORCL:VOL3&#60;/p&#62;
&#60;p&#62;Plz note, that I have the multipath devices only on one node currently.&#60;/p&#62;
&#60;p&#62;I am new to the multipathing concept. Plz advise, on what (above) steps are wrong and what additional things are to be taken care of.&#60;br /&#62;
And the causes/solutions to the errors.
&#60;/p&#62;</description>
</item>
<item>
<title>anu.kmth on "error while addign a disk to asm diskgroup"</title>
<link>http://www.forum.askdba.org/topic/error-while-addign-a-disk-to-asm-diskgroup#post-18</link>
<pubDate>Fri, 12 Sep 2008 15:20:03 +0000</pubDate>
<dc:creator>anu.kmth</dc:creator>
<guid isPermaLink="false">18@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;1. asmtool is listing the disks as shown below.&#60;br /&#62;
--------------------------------------------------------------------&#60;br /&#62;
C:\oracle\product\10.2.0\db_1\BIN\BIN&#38;gt;asmtool -list&#60;br /&#62;
NTFS                             \Device\Harddisk0\Partition1            25595M&#60;br /&#62;
NTFS                             \Device\Harddisk1\Partition1            35998M&#60;br /&#62;
NTFS                             \Device\Harddisk1\Partition2            33994M&#60;br /&#62;
NTFS                             \Device\Harddisk2\Partition1            34994M&#60;br /&#62;
NTFS                             \Device\Harddisk3\Partition1            34946M&#60;br /&#62;
ORCLDISKASM0                     \Device\Harddisk4\Partition1             1011M&#60;br /&#62;
ORCLDISKASM2                     \Device\Harddisk5\Partition1             1011M&#60;br /&#62;
NTFS                             \Device\Harddisk7\Partition1             5122M&#60;br /&#62;
ORCLDISKASM0                     \Device\Harddisk9\Partition1             1004M&#60;br /&#62;
ORCLDISKASM1                     \Device\Harddisk10\Partition1            1004M&#60;br /&#62;
ORCLDISKASM3                     \Device\Harddisk10\Partition2            1004M&#60;br /&#62;
ORCLDISKASM0                     \Device\Harddisk10\Partition3            1004M&#60;br /&#62;
ORCLDISKASM1040                  \Device\Harddisk10\Partition4            1004M&#60;/p&#62;
&#60;p&#62;2. When tried to add ORCLDISKASM1040 to existing ASm disk group following error is seen&#60;br /&#62;
-----------------------------------------------------------&#60;/p&#62;
&#60;p&#62;SQL&#38;gt; ALTER DISKGROUP disk_group_1 ADD DISK '\\.\ORCLDISKASM1040';&#60;br /&#62;
ALTER DISKGROUP disk_group_1 ADD DISK '\\.\ORCLDISKASM1040'&#60;br /&#62;
*&#60;br /&#62;
ERROR at line 1:&#60;br /&#62;
ORA-15032: not all alterations performed&#60;br /&#62;
ORA-15031: disk specification '\\.\ORCLDISKASM1040' matches no disks&#60;/p&#62;
&#60;p&#62;Please help/suggest on how to fix this....................................
&#60;/p&#62;</description>
</item>
<item>
<title>nukavarapu on "ASM not starting up after system reboot"</title>
<link>http://www.forum.askdba.org/topic/asm-not-starting-up-after-system-reboot#post-11</link>
<pubDate>Wed, 27 Aug 2008 19:06:55 +0000</pubDate>
<dc:creator>nukavarapu</dc:creator>
<guid isPermaLink="false">11@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;We have a 2 node prototype RAC cluster running on 2 nodes using iscsi and OCFS, ASM. After reboot of the 2 nodes ASM is giving the following error message. &#60;/p&#62;
&#60;p&#62;ORA-29760: instance_number parameter not specified&#60;/p&#62;
&#60;p&#62;Here is the result of crs_stat -t..&#60;/p&#62;
&#60;p&#62;[oracle@satya dbs]$ crs_stat -t&#60;br /&#62;
Name           Type           Target    State     Host&#60;br /&#62;
------------------------------------------------------------&#60;br /&#62;
ora....SRV1.cs application    ONLINE    UNKNOWN   usha&#60;br /&#62;
ora....cl2.srv application    ONLINE    UNKNOWN   usha&#60;br /&#62;
ora.orcl.db    application    ONLINE    UNKNOWN   usha&#60;br /&#62;
ora....l1.inst application    OFFLINE   OFFLINE&#60;br /&#62;
ora....l2.inst application    OFFLINE   OFFLINE&#60;br /&#62;
ora...._taf.cs application    ONLINE    UNKNOWN   usha&#60;br /&#62;
ora....cl1.srv application    ONLINE    UNKNOWN   satya&#60;br /&#62;
ora....cl2.srv application    ONLINE    UNKNOWN   usha&#60;br /&#62;
ora....SM1.asm application    ONLINE    OFFLINE&#60;br /&#62;
ora....YA.lsnr application    ONLINE    ONLINE    satya&#60;br /&#62;
ora.satya.gsd  application    ONLINE    ONLINE    satya&#60;br /&#62;
ora.satya.ons  application    ONLINE    ONLINE    satya&#60;br /&#62;
ora.satya.vip  application    ONLINE    ONLINE    satya&#60;br /&#62;
ora....SM2.asm application    ONLINE    OFFLINE&#60;br /&#62;
ora....HA.lsnr application    OFFLINE   OFFLINE&#60;br /&#62;
ora.usha.gsd   application    ONLINE    ONLINE    usha&#60;br /&#62;
ora.usha.ons   application    ONLINE    ONLINE    usha&#60;br /&#62;
ora.usha.vip   application    ONLINE    ONLINE    usha&#60;/p&#62;
&#60;p&#62;Can you please advise me,what is missing here.&#60;br /&#62;
thanks,&#60;br /&#62;
satya
&#60;/p&#62;</description>
</item>

</channel>
</rss>

