<?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 Posts</title>
<link>http://www.forum.askdba.org/</link>
<description>Forum for Oracle DBA&#039;s</description>
<language>en</language>
<pubDate>Thu, 09 Feb 2012 22:12:15 +0000</pubDate>

<item>
<title>Amit Bansal on "Disaster recovery scenarios of RAC 11gR2"</title>
<link>http://www.forum.askdba.org/topic/disaster-recovery-scenarios-of-rac-11gr2#post-233</link>
<pubDate>Thu, 07 Jul 2011 03:55:35 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">233@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Actually when you take backup on disk (assuming you have linked rman library with tape and set sbt_type) and are using catalog. Oracle will know which backup to restore. Check in Myoracle support for 'rman tape' and you will find many articles related to it.
&#60;/p&#62;</description>
</item>
<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-225</link>
<pubDate>Mon, 04 Jul 2011 12:20:44 +0000</pubDate>
<dc:creator>orabcn</dc:creator>
<guid isPermaLink="false">225@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Thank you,&#60;br /&#62;
The new instance will use file system instead of ASM.&#60;br /&#62;
I don't care about this part of restoring the database when the backup is in disk! I care about the part of restoring the FRA from the tape!
&#60;/p&#62;</description>
</item>
<item>
<title>Amit Bansal on "Disaster recovery scenarios of RAC 11gR2"</title>
<link>http://www.forum.askdba.org/topic/disaster-recovery-scenarios-of-rac-11gr2#post-224</link>
<pubDate>Mon, 04 Jul 2011 03:37:00 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">224@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;I think you should check regarding licensing terms with Oracle sales representative. I believe if you restore on new server and use it for some number of days, you have to pay license cost. Not sure on this.&#60;/p&#62;
&#60;p&#62;I have done ASM restore operation in past but don't have documented steps. You will have to create the ASM Diskgroup disk's prior to running the restore operation. Also if you are having any aliases like '+DG/orabcn (where orabcn is not oracle_sid), you will have to pre-create before starting restore. &#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Amit
&#60;/p&#62;</description>
</item>
<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-223</link>
<pubDate>Fri, 01 Jul 2011 12:36:08 +0000</pubDate>
<dc:creator>orabcn</dc:creator>
<guid isPermaLink="false">223@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;than you,&#60;br /&#62;
the thing is we don't have license to use dataguard.&#60;br /&#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;</description>
</item>
<item>
<title>Amit Bansal on "Disaster recovery scenarios of RAC 11gR2"</title>
<link>http://www.forum.askdba.org/topic/disaster-recovery-scenarios-of-rac-11gr2#post-221</link>
<pubDate>Thu, 30 Jun 2011 05:50:17 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">221@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;hi Orabcn,&#60;/p&#62;
&#60;p&#62;I think what you require is disaster recover solution which is provided by using Oracle dataguard. So you can create a bcp for your existing RAC database which will help in case your primary RAC servers are gone. Also note that restoring from tape can take time, so you should have 1 backup copy on disk's.
&#60;/p&#62;</description>
</item>
<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-182</link>
<pubDate>Wed, 15 Sep 2010 15:09:36 +0000</pubDate>
<dc:creator>taraldesai</dc:creator>
<guid isPermaLink="false">182@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Sorry for late reply I was on vacation. Thanks Amit for information.
&#60;/p&#62;</description>
</item>
<item>
<title>Amit Bansal on "ASM DiskGroup"</title>
<link>http://www.forum.askdba.org/topic/asm-diskgroup#post-180</link>
<pubDate>Mon, 30 Aug 2010 04:57:44 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">180@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Taral,&#60;/p&#62;
&#60;p&#62;When you don't define failgroup while creating normal redundancy diskgroup, oracle would automatically create diskgroup for you. Run following query to identify this&#60;/p&#62;
&#60;p&#62;select name,path,failgroup,header_status from V$ASM_DISKGROUP;
&#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-111</link>
<pubDate>Wed, 09 Dec 2009 12:29:40 +0000</pubDate>
<dc:creator>deepika.dhamija@gmail.com</dc:creator>
<guid isPermaLink="false">111@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Amit,&#60;/p&#62;
&#60;p&#62;I am finally able to achieve what I intended to do.&#60;/p&#62;
&#60;p&#62;Many Thanks to you for your valuable suggestions.
&#60;/p&#62;</description>
</item>
<item>
<title>Amit Bansal on "ASM and Multipathing"</title>
<link>http://www.forum.askdba.org/topic/asm-and-multipathing#post-110</link>
<pubDate>Wed, 09 Dec 2009 09:30:43 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">110@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;&#38;gt;&#38;gt;Actually I have an application that runs on every node on the cluster and creates the devices /dev/multipath/sd*&#60;/p&#62;
&#60;p&#62;Can't understand this statement.&#60;br /&#62;
Anyways if you use udev, you can set permissions in rules file&#60;/p&#62;
&#60;p&#62;/etc/udev/rules.d/50-udev.rules&#60;/p&#62;
&#60;p&#62;I think your sysadmin can help you with that.&#60;/p&#62;
&#60;p&#62;-Amit
&#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-109</link>
<pubDate>Wed, 09 Dec 2009 09:03:19 +0000</pubDate>
<dc:creator>deepika.dhamija@gmail.com</dc:creator>
<guid isPermaLink="false">109@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi Amit,&#60;/p&#62;
&#60;p&#62;Actually I have an application that runs on every node on the cluster and creates the devices /dev/multipath/sd*. I am new to this entire setup, but I can tell you that it uses udev.&#60;br /&#62;
On Node 1&#60;br /&#62;
[oracle@linux1 ~]$ uname -a&#60;br /&#62;
Linux linux1 2.6.9-78.0.13.ELsmp #1 SMP Wed Jan 7 17:52:47 EST 2009 i686 i686 i386 GNU/Linux&#60;/p&#62;
&#60;p&#62;Does this much information answer your questions?
&#60;/p&#62;</description>
</item>
<item>
<title>Amit Bansal on "ASM and Multipathing"</title>
<link>http://www.forum.askdba.org/topic/asm-and-multipathing#post-108</link>
<pubDate>Wed, 09 Dec 2009 07:58:21 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">108@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Deepika,&#60;/p&#62;
&#60;p&#62;How have you configured multipathing? Are you using udev and device mapper?&#60;br /&#62;
Also let me know your linux release details.&#60;/p&#62;
&#60;p&#62;-Amit
&#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-107</link>
<pubDate>Wed, 09 Dec 2009 07:10:39 +0000</pubDate>
<dc:creator>deepika.dhamija@gmail.com</dc:creator>
<guid isPermaLink="false">107@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Thanks Amit for the prompt reply.&#60;/p&#62;
&#60;p&#62;I had ORACLE_SID SET to orcl1 and orcl2 on both the nodes respectively.&#60;/p&#62;
&#60;p&#62;On node1, I did the above steps, and I luckily was able to connect to Oracle. It did not say 'connected to idle instance'.&#60;/p&#62;
&#60;p&#62;The O/P of the query on Node1 (ORACLE_SID=+ASM1) is&#60;br /&#62;
NAME	PATH		MOUNT_S		HEADER_STATUS&#60;br /&#62;
	ORCL:VOL1	CLOSED		UNKNOWN&#60;br /&#62;
	ORCL:VOL1	CLOSED		UNKNOWN&#60;br /&#62;
	ORCL:VOL1	CLOSED		UNKNOWN&#60;/p&#62;
&#60;p&#62;The O/P of the query on Node2 (ORACLE_SID=orcl2) is&#60;br /&#62;
NAME	PATH		MOUNT_S		HEADER_STATUS&#60;br /&#62;
VOL1	ORCL:VOL1	OPENED		UNKNOWN&#60;br /&#62;
VOL2	ORCL:VOL2	OPENED		UNKNOWN&#60;br /&#62;
VOL3	ORCL:VOL3	OPENED		UNKNOWN&#60;/p&#62;
&#60;p&#62;Does that mean that the multipath disks have not been picked up by asm at all.&#60;br /&#62;
What about the permissions. I ran the foll commands (for sdb2, sdb3, sdb4) on Node1&#60;br /&#62;
# chown -R oracle:dba /dev/multipath/sdb2&#60;br /&#62;
# chmod -R 775 /dev/multipath/sdb2&#60;/p&#62;
&#60;p&#62;# /etc/init.d/oracleasm scandisks&#60;br /&#62;
# /etc/init.d/oracleasm listdisks&#60;br /&#62;
VOL1&#60;br /&#62;
VOL2&#60;br /&#62;
VOL3&#60;/p&#62;
&#60;p&#62;How do these permissions remain intact after a reboot to the node?
&#60;/p&#62;</description>
</item>
<item>
<title>Amit Bansal on "ASM and Multipathing"</title>
<link>http://www.forum.askdba.org/topic/asm-and-multipathing#post-106</link>
<pubDate>Wed, 09 Dec 2009 06:54:50 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">106@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try logging into ASM instance and query V$ASM_DISK i.e&#60;/p&#62;
&#60;p&#62;export ORACLE_SID=+ASM1&#60;br /&#62;
sqlplus &#34;/ as sysdba&#34;&#60;br /&#62;
select name,path,mount_status,header_status from V$ASM_DISK;&#60;/p&#62;
&#60;p&#62;with regards to naming convention, I think naming convention should follow /dev/[a-z]* naming convention instead of /dev/multipath/[a-z]*&#60;br /&#62;
It could be this or it could be that as the name of multipath device is also ending with sdb2,sdb3 and we are also excluding the disk ending with sdb2,sdb3. I am not too sure on this.&#60;/p&#62;
&#60;p&#62;I think best way would be to actually first query V$ASM_DISK output.
&#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-105</link>
<pubDate>Wed, 09 Dec 2009 06:33:44 +0000</pubDate>
<dc:creator>deepika.dhamija@gmail.com</dc:creator>
<guid isPermaLink="false">105@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi Amit,&#60;/p&#62;
&#60;p&#62;Yes, I am following the above URL.&#60;/p&#62;
&#60;p&#62;On Node1:&#60;br /&#62;
[root@linux1 ~]# /etc/init.d/oracleasm listdisks&#60;br /&#62;
VOL1&#60;br /&#62;
VOL2&#60;br /&#62;
VOL3&#60;br /&#62;
[root@linux1 ~]# /etc/init.d/oracleasm querydisk /dev/multipath/sdb2&#60;br /&#62;
Device &#34;/dev/multipath/sdb2&#34; is marked an ASM disk with the label &#34;VOL1&#34;&#60;br /&#62;
[root@linux1 ~]# /etc/init.d/oracleasm querydisk /dev/sdb2&#60;br /&#62;
Device &#34;/dev/sdb2&#34; is marked an ASM disk with the label &#34;VOL1&#34;&#60;/p&#62;
&#60;p&#62;The O/P is same for sdb3 and sdb4 (both multipath &#38;amp; single path devices)&#60;br /&#62;
Is this what you mean when you say if disks are visible on node1?&#60;/p&#62;
&#60;p&#62;[oracle@linux1 ~]$ srvctl status asm -n linux1&#60;br /&#62;
ASM instance +ASM1 is running on node linux1.&#60;br /&#62;
[oracle@linux1 ~]$ srvctl status instance -d orcl -i orcl1&#60;br /&#62;
Instance orcl1 is not running on node linux1&#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;br /&#62;
[oracle@linux1 ~]$&#60;/p&#62;
&#60;p&#62;I am unable to start the instance orcl1 on node1.&#60;/p&#62;
&#60;p&#62;Also what is the significance of naming multipath devices in a particular way?
&#60;/p&#62;</description>
</item>
<item>
<title>Amit Bansal on "ASM and Multipathing"</title>
<link>http://www.forum.askdba.org/topic/asm-and-multipathing#post-104</link>
<pubDate>Tue, 08 Dec 2009 13:32:15 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">104@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi Deepika,&#60;/p&#62;
&#60;p&#62;I believe you are following below article available on Oracle website&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.oracle.com/technology/tech/linux/asmlib/multipath.html&#34; rel=&#34;nofollow&#34;&#62;http://www.oracle.com/technology/tech/linux/asmlib/multipath.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;First I believe that you should check ASM instance and see if you are able to see the disks on Node 1. From above output it looks that you connected to node 1 DB instance and not asm instance. This can also be seen from crs_stat output which shows that asm instance is up on node 1.&#60;br /&#62;
Secondly name multipath device as multipatha,multibathc instead of /multipath/sdb1 etc
&#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>Saurabh Sood 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-19</link>
<pubDate>Fri, 12 Sep 2008 16:18:31 +0000</pubDate>
<dc:creator>Saurabh Sood</dc:creator>
<guid isPermaLink="false">19@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Anu,&#60;/p&#62;
&#60;p&#62;1. Does the disk appear under v$asm_disk?&#60;br /&#62;
You can check it as:&#60;/p&#62;
&#60;p&#62;select group_number, name, path from v$asm_disk;&#60;/p&#62;
&#60;p&#62;2. Is this a new LUN created?&#60;/p&#62;
&#60;p&#62;3. Have you used  asmtoolg to delete any existing lun ?&#60;br /&#62;
If asmtoolg was used to delete any existing lun then it is mandatory to bounce the ASM instance and then try to add a lun from scratch.&#60;/p&#62;
&#60;p&#62;-Saurabh Sood
&#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>Amit Bansal on "ASM not starting up after system reboot"</title>
<link>http://www.forum.askdba.org/topic/asm-not-starting-up-after-system-reboot#post-15</link>
<pubDate>Fri, 29 Aug 2008 07:21:04 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">15@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Cool!! Do update ASM alert log entry also in case issue does not resolve..
&#60;/p&#62;</description>
</item>
<item>
<title>Amit Bansal on "ASM not starting up after system reboot"</title>
<link>http://www.forum.askdba.org/topic/asm-not-starting-up-after-system-reboot#post-14</link>
<pubDate>Fri, 29 Aug 2008 07:14:36 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">14@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Cool!! Do update ASM alert log entry also in case issue does not resolve..
&#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-13</link>
<pubDate>Thu, 28 Aug 2008 17:58:04 +0000</pubDate>
<dc:creator>nukavarapu</dc:creator>
<guid isPermaLink="false">13@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Thank You, Amit. I will check back with you after making that change.
&#60;/p&#62;</description>
</item>
<item>
<title>Amit Bansal on "ASM not starting up after system reboot"</title>
<link>http://www.forum.askdba.org/topic/asm-not-starting-up-after-system-reboot#post-12</link>
<pubDate>Thu, 28 Aug 2008 08:00:14 +0000</pubDate>
<dc:creator>Amit Bansal</dc:creator>
<guid isPermaLink="false">12@http://www.forum.askdba.org/</guid>
<description>&#60;p&#62;Hi Satya,&#60;/p&#62;
&#60;p&#62;Looking at description for error ORA-2970 we see following&#60;/p&#62;
&#60;pre&#62;
oerr ora 29760
29760, 00000, &#34;instance_number parameter not specified&#34;
// *Cause: The init.ora file did not contain a value for the instance_number
//         which is required to identify this instance to other instances of
//         the database running on the same cluster
// *Action: Assign a value to the instance_number parameter in the init.ora
//          parameter file
&#60;/pre&#62;
&#60;p&#62;So it looks like the instance_number parameter is not specified. Or it could be that instance is not able to access the correct spfile. Is your ASM spfile on OCFS? If yes, can you check if it can access it.&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Amit
&#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>

