<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Automatic Storage Management (ASM) FAQ</title>
	<atom:link href="http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/feed/" rel="self" type="application/rss+xml" />
	<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/</link>
	<description>Writing About Our Experiences With Oracle Databases</description>
	<lastBuildDate>Fri, 18 May 2012 09:57:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Saurabh Sood</title>
		<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/#comment-9227</link>
		<dc:creator>Saurabh Sood</dc:creator>
		<pubDate>Mon, 30 Jan 2012 03:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=140#comment-9227</guid>
		<description>Hi Pawan,

We cannot force the writes to a specific disk. At least I am not aware of any such thing.
Oracle will write the primary-copy to any disk in a normal redundancy environment.
The default behavior is to read from the primary-copy, which can be alterted by the parameter that you have mentioned.
If we assume that all the data is written simultaneously to one disk, there are chances of performance degradation as the same disk controller will be active at one time to do I/Os.

- Saurabh Sood</description>
		<content:encoded><![CDATA[<p>Hi Pawan,</p>
<p>We cannot force the writes to a specific disk. At least I am not aware of any such thing.<br />
Oracle will write the primary-copy to any disk in a normal redundancy environment.<br />
The default behavior is to read from the primary-copy, which can be alterted by the parameter that you have mentioned.<br />
If we assume that all the data is written simultaneously to one disk, there are chances of performance degradation as the same disk controller will be active at one time to do I/Os.</p>
<p>- Saurabh Sood</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/#comment-9225</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Sun, 29 Jan 2012 13:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=140#comment-9225</guid>
		<description>hi Pawan,

ASM_PREFERRED_READ_FAILURE_GROUPS is mainly used for RAC instances and that too stretch clusters i.e when RAC nodes are not sitting in same cluster. On single instance it doesn&#039;t make any sense. Refer to oracle doc to read more about this

http://docs.oracle.com/cd/E11882_01/rac.112/e16795/storage.htm#RACAD820

Cheers
Amit</description>
		<content:encoded><![CDATA[<p>hi Pawan,</p>
<p>ASM_PREFERRED_READ_FAILURE_GROUPS is mainly used for RAC instances and that too stretch clusters i.e when RAC nodes are not sitting in same cluster. On single instance it doesn&#8217;t make any sense. Refer to oracle doc to read more about this</p>
<p><a href="http://docs.oracle.com/cd/E11882_01/rac.112/e16795/storage.htm#RACAD820" rel="nofollow">http://docs.oracle.com/cd/E11882_01/rac.112/e16795/storage.htm#RACAD820</a></p>
<p>Cheers<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PAWAN</title>
		<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/#comment-9224</link>
		<dc:creator>PAWAN</dc:creator>
		<pubDate>Sun, 29 Jan 2012 11:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=140#comment-9224</guid>
		<description>HI,
i am newbie....

please guide me!

My manager asked me to configure ASM in 11g with single instance database!
with Normal redundancy with two disks as one disgroup(mirror)
he asked me two copies of data wil be there in two disks respectively...
he wants to write data to one disk and read data from one disk and he suggested me that.... using preferred Mirror Read 11g we can achieve this!

guide me...is there any document for this....

please ........</description>
		<content:encoded><![CDATA[<p>HI,<br />
i am newbie&#8230;.</p>
<p>please guide me!</p>
<p>My manager asked me to configure ASM in 11g with single instance database!<br />
with Normal redundancy with two disks as one disgroup(mirror)<br />
he asked me two copies of data wil be there in two disks respectively&#8230;<br />
he wants to write data to one disk and read data from one disk and he suggested me that&#8230;. using preferred Mirror Read 11g we can achieve this!</p>
<p>guide me&#8230;is there any document for this&#8230;.</p>
<p>please &#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/#comment-7720</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Sat, 23 Jan 2010 02:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=140#comment-7720</guid>
		<description>Hi Niroobakhsh,

Fastest way of migrating ASM storage would be to create new volumes of same size on new storage. Shutdown the databases and ASM instance and replicate the old disks to new disks. Make the new disks available on server (remove the reference of old one) and ensure the disk permissions are correct. Then simply start ASM instance and mount diskgroup. 

Cheers
Amit</description>
		<content:encoded><![CDATA[<p>Hi Niroobakhsh,</p>
<p>Fastest way of migrating ASM storage would be to create new volumes of same size on new storage. Shutdown the databases and ASM instance and replicate the old disks to new disks. Make the new disks available on server (remove the reference of old one) and ensure the disk permissions are correct. Then simply start ASM instance and mount diskgroup. </p>
<p>Cheers<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niroobakhsh</title>
		<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/#comment-7718</link>
		<dc:creator>Niroobakhsh</dc:creator>
		<pubDate>Fri, 22 Jan 2010 14:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=140#comment-7718</guid>
		<description>Hi,

I&#039;m looking for a Procedure how to migrate ASM (RAW-Devices) from an old SAN-Storage to a new one.
We have 2 Nodes Rac (11gr1) deployed on sun solaris sparc 64 with two hba cards, and 5 databases on each node including +ASM1 and +ASM2 instances.
To get near Informations:

$ kfod disks=all
--------------------------------------------------------------------------------
 Disk          Size Path                                     User     Group
================================================================================
   1:     102394 Mb /dev/rdsk/emcpower10b                    oracle   dba
   2:     102394 Mb /dev/rdsk/emcpower11b                    oracle   dba
   3:        499 Mb /dev/rdsk/emcpower1b                     oracle   oinstall
   4:       6143 Mb /dev/rdsk/emcpower2b                     oracle   dba
   5:     102394 Mb /dev/rdsk/emcpower3b                     oracle   dba
   6:     102394 Mb /dev/rdsk/emcpower4b                     oracle   dba
   7:     102394 Mb /dev/rdsk/emcpower5b                     oracle   dba
   8:       6143 Mb /dev/rdsk/emcpower7b                     oracle   dba
   9:      61436 Mb /dev/rdsk/emcpower8b                     oracle   dba
  10:     102394 Mb /dev/rdsk/emcpower9b                     oracle   dba
--------------------------------------------------------------------------------
ORACLE_SID ORACLE_HOME
================================================================================
     +ASM2 /opt/oracle/product/11gr1/db_1
     +ASM1 /opt/oracle/product/11gr1/db_1

$  kfod asm_diskstring=discoverystring
--------------------------------------------------------------------------------
ORACLE_SID ORACLE_HOME
================================================================================
     +ASM2 /opt/oracle/product/11gr1/db_1
     +ASM1 /opt/oracle/product/11gr1/db_1

$ crs_stat -t
Name           Typ            Ziel      Status    Host
------------------------------------------------------------
ora....11.inst application    ONLINE    ONLINE    lbd-db1
ora....12.inst application    ONLINE    ONLINE    lbd-db2
ora.LBD01.db   application    ONLINE    ONLINE    lbd-db2
ora....21.inst application    ONLINE    ONLINE    lbd-db1
ora....22.inst application    ONLINE    ONLINE    lbd-db2
ora.LBD02.db   application    ONLINE    ONLINE    lbd-db1
ora....31.inst application    ONLINE    ONLINE    lbd-db1
ora....32.inst application    ONLINE    ONLINE    lbd-db2
ora.LBD03.db   application    ONLINE    ONLINE    lbd-db2
ora....01.inst application    ONLINE    ONLINE    lbd-db1
ora....02.inst application    ONLINE    ONLINE    lbd-db2
ora.LBD10.db   application    ONLINE    ONLINE    lbd-db2
ora....SM1.asm application    ONLINE    ONLINE    lbd-db1
ora....B1.lsnr application    ONLINE    ONLINE    lbd-db1
ora....db1.gsd application    ONLINE    ONLINE    lbd-db1
ora....db1.ons application    ONLINE    ONLINE    lbd-db1
ora....db1.vip application    ONLINE    ONLINE    lbd-db1
ora....SM2.asm application    ONLINE    ONLINE    lbd-db2
ora....B2.lsnr application    ONLINE    ONLINE    lbd-db2
ora....db2.gsd application    ONLINE    ONLINE    lbd-db2
ora....db2.ons application    ONLINE    ONLINE    lbd-db2
ora....db2.vip application    ONLINE    ONLINE    lbd-db2

SYS@+ASM1 &gt; select GROUP_NUMBER, DISK_NUMBER, NAME, TOTAL_MB, PATH, FAILGROUP from v$asm_disk order by 1,2,3,4,5;
     GROUP       DISK NAME              TOTAL_MB PATH                           FAILGROUP
---------- ---------- --------------- ---------- ------------------------------ ------------
         0          7                          0 /dev/rdsk/emcpower1b
         1          0 DATA_0000           102394 /dev/rdsk/emcpower10b          DATA_0000
         1          1 DATA_0001           102394 /dev/rdsk/emcpower11b          DATA_0001
         1          2 DATA_0002           102394 /dev/rdsk/emcpower3b           DATA_0002
         1          3 DATA_0003           102394 /dev/rdsk/emcpower4b           DATA_0003
         1          4 DATA_0004           102394 /dev/rdsk/emcpower5b           DATA_0004
         1          5 DATA_0005           102394 /dev/rdsk/emcpower9b           DATA_0005
         2          0 LOG1_0000             6143 /dev/rdsk/emcpower2b           LOG1_0000
         3          0 LOG2_0000             6143 /dev/rdsk/emcpower7b           LOG2_0000
         4          0 RECOVLBD_0000        61436 /dev/rdsk/emcpower8b           RECOVLBD_0000

Have you got any idea to do that, or could you give me a link to get Infos about the case.

Thanks and regards
Niroobakhsh
from Germany</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m looking for a Procedure how to migrate ASM (RAW-Devices) from an old SAN-Storage to a new one.<br />
We have 2 Nodes Rac (11gr1) deployed on sun solaris sparc 64 with two hba cards, and 5 databases on each node including +ASM1 and +ASM2 instances.<br />
To get near Informations:</p>
<p>$ kfod disks=all<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
 Disk          Size Path                                     User     Group<br />
================================================================================<br />
   1:     102394 Mb /dev/rdsk/emcpower10b                    oracle   dba<br />
   2:     102394 Mb /dev/rdsk/emcpower11b                    oracle   dba<br />
   3:        499 Mb /dev/rdsk/emcpower1b                     oracle   oinstall<br />
   4:       6143 Mb /dev/rdsk/emcpower2b                     oracle   dba<br />
   5:     102394 Mb /dev/rdsk/emcpower3b                     oracle   dba<br />
   6:     102394 Mb /dev/rdsk/emcpower4b                     oracle   dba<br />
   7:     102394 Mb /dev/rdsk/emcpower5b                     oracle   dba<br />
   8:       6143 Mb /dev/rdsk/emcpower7b                     oracle   dba<br />
   9:      61436 Mb /dev/rdsk/emcpower8b                     oracle   dba<br />
  10:     102394 Mb /dev/rdsk/emcpower9b                     oracle   dba<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
ORACLE_SID ORACLE_HOME<br />
================================================================================<br />
     +ASM2 /opt/oracle/product/11gr1/db_1<br />
     +ASM1 /opt/oracle/product/11gr1/db_1</p>
<p>$  kfod asm_diskstring=discoverystring<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
ORACLE_SID ORACLE_HOME<br />
================================================================================<br />
     +ASM2 /opt/oracle/product/11gr1/db_1<br />
     +ASM1 /opt/oracle/product/11gr1/db_1</p>
<p>$ crs_stat -t<br />
Name           Typ            Ziel      Status    Host<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
ora&#8230;.11.inst application    ONLINE    ONLINE    lbd-db1<br />
ora&#8230;.12.inst application    ONLINE    ONLINE    lbd-db2<br />
ora.LBD01.db   application    ONLINE    ONLINE    lbd-db2<br />
ora&#8230;.21.inst application    ONLINE    ONLINE    lbd-db1<br />
ora&#8230;.22.inst application    ONLINE    ONLINE    lbd-db2<br />
ora.LBD02.db   application    ONLINE    ONLINE    lbd-db1<br />
ora&#8230;.31.inst application    ONLINE    ONLINE    lbd-db1<br />
ora&#8230;.32.inst application    ONLINE    ONLINE    lbd-db2<br />
ora.LBD03.db   application    ONLINE    ONLINE    lbd-db2<br />
ora&#8230;.01.inst application    ONLINE    ONLINE    lbd-db1<br />
ora&#8230;.02.inst application    ONLINE    ONLINE    lbd-db2<br />
ora.LBD10.db   application    ONLINE    ONLINE    lbd-db2<br />
ora&#8230;.SM1.asm application    ONLINE    ONLINE    lbd-db1<br />
ora&#8230;.B1.lsnr application    ONLINE    ONLINE    lbd-db1<br />
ora&#8230;.db1.gsd application    ONLINE    ONLINE    lbd-db1<br />
ora&#8230;.db1.ons application    ONLINE    ONLINE    lbd-db1<br />
ora&#8230;.db1.vip application    ONLINE    ONLINE    lbd-db1<br />
ora&#8230;.SM2.asm application    ONLINE    ONLINE    lbd-db2<br />
ora&#8230;.B2.lsnr application    ONLINE    ONLINE    lbd-db2<br />
ora&#8230;.db2.gsd application    ONLINE    ONLINE    lbd-db2<br />
ora&#8230;.db2.ons application    ONLINE    ONLINE    lbd-db2<br />
ora&#8230;.db2.vip application    ONLINE    ONLINE    lbd-db2</p>
<p>SYS@+ASM1 &gt; select GROUP_NUMBER, DISK_NUMBER, NAME, TOTAL_MB, PATH, FAILGROUP from v$asm_disk order by 1,2,3,4,5;<br />
     GROUP       DISK NAME              TOTAL_MB PATH                           FAILGROUP<br />
&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;<br />
         0          7                          0 /dev/rdsk/emcpower1b<br />
         1          0 DATA_0000           102394 /dev/rdsk/emcpower10b          DATA_0000<br />
         1          1 DATA_0001           102394 /dev/rdsk/emcpower11b          DATA_0001<br />
         1          2 DATA_0002           102394 /dev/rdsk/emcpower3b           DATA_0002<br />
         1          3 DATA_0003           102394 /dev/rdsk/emcpower4b           DATA_0003<br />
         1          4 DATA_0004           102394 /dev/rdsk/emcpower5b           DATA_0004<br />
         1          5 DATA_0005           102394 /dev/rdsk/emcpower9b           DATA_0005<br />
         2          0 LOG1_0000             6143 /dev/rdsk/emcpower2b           LOG1_0000<br />
         3          0 LOG2_0000             6143 /dev/rdsk/emcpower7b           LOG2_0000<br />
         4          0 RECOVLBD_0000        61436 /dev/rdsk/emcpower8b           RECOVLBD_0000</p>
<p>Have you got any idea to do that, or could you give me a link to get Infos about the case.</p>
<p>Thanks and regards<br />
Niroobakhsh<br />
from Germany</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/#comment-7684</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Wed, 02 Dec 2009 15:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=140#comment-7684</guid>
		<description>Hi Rakesh,

I haven&#039;t used udev to configure device persistence. You can refer to following oracle whitepaper on same

http://www.oracle.com/technology/products/database/asm/pdf/device-mapper-udev-crs-asm%20rh4.pdf

I think using ASMLIB is much simpler option. Any specific reasons , you are not using same.

Cheers
Amit</description>
		<content:encoded><![CDATA[<p>Hi Rakesh,</p>
<p>I haven&#8217;t used udev to configure device persistence. You can refer to following oracle whitepaper on same</p>
<p><a href="http://www.oracle.com/technology/products/database/asm/pdf/device-mapper-udev-crs-asm%20rh4.pdf" rel="nofollow">http://www.oracle.com/technology/products/database/asm/pdf/device-mapper-udev-crs-asm%20rh4.pdf</a></p>
<p>I think using ASMLIB is much simpler option. Any specific reasons , you are not using same.</p>
<p>Cheers<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh</title>
		<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/#comment-7683</link>
		<dc:creator>Rakesh</dc:creator>
		<pubDate>Wed, 02 Dec 2009 08:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=140#comment-7683</guid>
		<description>Hello,

I have problem with asmdisk detection after reboot.

This is started after putting the udev rule to set disk timeout to 60 sec.

Udev rule:
BUS=&quot;scsi&quot;, PROGRAM=&quot;/sbin/scsi_timeout.sh&quot;
Script content:
#!/bin/sh
for i in /sys/block/sd*/device;do
      echo 60 &gt; $i/timeout
done
============
OS: RHEL 4, 2.6.9-55.0.6.ELsmp
=============
Oracle version: 10.2
===========

If we remove the rule and reboot the server it is working fine.
Any idea?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have problem with asmdisk detection after reboot.</p>
<p>This is started after putting the udev rule to set disk timeout to 60 sec.</p>
<p>Udev rule:<br />
BUS=&#8221;scsi&#8221;, PROGRAM=&#8221;/sbin/scsi_timeout.sh&#8221;<br />
Script content:<br />
#!/bin/sh<br />
for i in /sys/block/sd*/device;do<br />
      echo 60 &gt; $i/timeout<br />
done<br />
============<br />
OS: RHEL 4, 2.6.9-55.0.6.ELsmp<br />
=============<br />
Oracle version: 10.2<br />
===========</p>
<p>If we remove the rule and reboot the server it is working fine.<br />
Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/#comment-3578</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 26 Jun 2009 19:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=140#comment-3578</guid>
		<description>You can use following command to do same

alter diskgroup &lt;dgname&gt; resize disk &lt;diskname&gt; size &lt;size_you_want&gt; G rebalance &lt;power 1 -11&gt;;

If you do not specify power during command, it takes value of asm_power_limit initialization parameter.

Can find also detail in SQL reference book
http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_1006.htm#i2168828</description>
		<content:encoded><![CDATA[<p>You can use following command to do same</p>
<p>alter diskgroup <dgname> resize disk <diskname> size <size_you_want> G rebalance
<power 1 -11>;</p>
<p>If you do not specify power during command, it takes value of asm_power_limit initialization parameter.</p>
<p>Can find also detail in SQL reference book<br />
<a href="http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_1006.htm#i2168828" rel="nofollow">http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_1006.htm#i2168828</a></power></size_you_want></diskname></dgname></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammed Mehraj Hussain</title>
		<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/#comment-3565</link>
		<dc:creator>Mohammed Mehraj Hussain</dc:creator>
		<pubDate>Fri, 26 Jun 2009 10:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=140#comment-3565</guid>
		<description>hi, 

i have allocated all the size in my san disk to create a single diskgroup in asm ,But i have 80% of the space as unused , how can i shrink it</description>
		<content:encoded><![CDATA[<p>hi, </p>
<p>i have allocated all the size in my san disk to create a single diskgroup in asm ,But i have 80% of the space as unused , how can i shrink it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh Sood</title>
		<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/#comment-118</link>
		<dc:creator>Saurabh Sood</dc:creator>
		<pubDate>Tue, 12 Aug 2008 14:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=140#comment-118</guid>
		<description>Roberto,

As you said that the ASM instance is mounted and running, i think this is the cause of the problem.

In DataBase versions earlier than 10.1.0.5 this issue can come because of the fact that  the ASM diskgroups are already mounted.

If you are at some earlier version than 10.1.0.5 than try to upgrade to 10.1.0.5 (PatchSet)  and again redo the process.

Cheers !!</description>
		<content:encoded><![CDATA[<p>Roberto,</p>
<p>As you said that the ASM instance is mounted and running, i think this is the cause of the problem.</p>
<p>In DataBase versions earlier than 10.1.0.5 this issue can come because of the fact that  the ASM diskgroups are already mounted.</p>
<p>If you are at some earlier version than 10.1.0.5 than try to upgrade to 10.1.0.5 (PatchSet)  and again redo the process.</p>
<p>Cheers !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/#comment-117</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Tue, 12 Aug 2008 00:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=140#comment-117</guid>
		<description>Hi Roberto,

Did you check Metalink Note:332046.1

If above note does not work, then can you give output of following 

SQL&gt; select INST_ID,GROUP_NUMBER,NAME,STATE from GV$ASM_DISKGROUP;

Also check Alert.log for any other errors

Cheers
Amit</description>
		<content:encoded><![CDATA[<p>Hi Roberto,</p>
<p>Did you check Metalink Note:332046.1</p>
<p>If above note does not work, then can you give output of following </p>
<p>SQL> select INST_ID,GROUP_NUMBER,NAME,STATE from GV$ASM_DISKGROUP;</p>
<p>Also check Alert.log for any other errors</p>
<p>Cheers<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto Quezada</title>
		<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/#comment-116</link>
		<dc:creator>Roberto Quezada</dc:creator>
		<pubDate>Mon, 11 Aug 2008 19:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=140#comment-116</guid>
		<description>Hi, I have the following question about a RAC and ASM : when I try to create a new database using dbca on an IBM cluster with 10gR1, I get the following errors: 
ORA-01501 create database failed
ORA-00200 controlfile could not be created
ORA-00202 controlfile : &#039;+PRODFLASHRECOVERY/rdq/control01.ctl&#039;
ORA-15001 disk group &quot;PRODFLASHRECOVERY&quot; does not exist or is not mounted
ORA-15055 unable to connect to ASM instance
ORA-12545 connect failed because target host or object does not exist

The asm instance is up and running, the name of the diskgroup is selected from the alternative presented by dbca 

Any ideas?
Thanks a lot
Roberto</description>
		<content:encoded><![CDATA[<p>Hi, I have the following question about a RAC and ASM : when I try to create a new database using dbca on an IBM cluster with 10gR1, I get the following errors:<br />
ORA-01501 create database failed<br />
ORA-00200 controlfile could not be created<br />
ORA-00202 controlfile : &#8216;+PRODFLASHRECOVERY/rdq/control01.ctl&#8217;<br />
ORA-15001 disk group &#8220;PRODFLASHRECOVERY&#8221; does not exist or is not mounted<br />
ORA-15055 unable to connect to ASM instance<br />
ORA-12545 connect failed because target host or object does not exist</p>
<p>The asm instance is up and running, the name of the diskgroup is selected from the alternative presented by dbca </p>
<p>Any ideas?<br />
Thanks a lot<br />
Roberto</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/#comment-76</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Thu, 24 Jul 2008 00:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=140#comment-76</guid>
		<description>Ravi,

Clusterware is not required for ASM to work in a Single Instance Database. When you install ASM, you would be required to run &quot;localconfig add&quot; on Unix systems. This will create a service called Cluster Syncronization Service (CSS) which will take care of ASM instance. There is no need for CRS,EVMD and OPROCD.

Hope this clears your doubt. Else let me know!

Cheers
Amit</description>
		<content:encoded><![CDATA[<p>Ravi,</p>
<p>Clusterware is not required for ASM to work in a Single Instance Database. When you install ASM, you would be required to run &#8220;localconfig add&#8221; on Unix systems. This will create a service called Cluster Syncronization Service (CSS) which will take care of ASM instance. There is no need for CRS,EVMD and OPROCD.</p>
<p>Hope this clears your doubt. Else let me know!</p>
<p>Cheers<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/#comment-75</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Wed, 23 Jul 2008 20:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=140#comment-75</guid>
		<description>Hi Amit, It always good to see updates on your Blog...well i have a doubt. Is Clusterware required for ASM, to make use of it in Single Instance Database.
Thanks
Ravi</description>
		<content:encoded><![CDATA[<p>Hi Amit, It always good to see updates on your Blog&#8230;well i have a doubt. Is Clusterware required for ASM, to make use of it in Single Instance Database.<br />
Thanks<br />
Ravi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: askdba.org @ 2012-05-18 16:12:20 by W3 Total Cache -->
