<?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"
	>
<channel>
	<title>Comments on: Using Oracle Clusterware for Non-RAC Purposes</title>
	<atom:link href="http://kevinclosson.wordpress.com/2007/08/24/using-racle-clusterware-for-non-rac-purposes/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevinclosson.wordpress.com/2007/08/24/using-racle-clusterware-for-non-rac-purposes/</link>
	<description>Oracle-related Platform, Storage and Clustering Topics (with the occasional rant)</description>
	<pubDate>Mon, 07 Jul 2008 09:43:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: Jeff Wong</title>
		<link>http://kevinclosson.wordpress.com/2007/08/24/using-racle-clusterware-for-non-rac-purposes/#comment-32658</link>
		<dc:creator>Jeff Wong</dc:creator>
		<pubDate>Thu, 01 May 2008 23:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2007/08/24/using-racle-clusterware-for-non-rac-purposes/#comment-32658</guid>
		<description>Hi Kevin

That single-instance PDF has apparently been pulled down from Oracle's site... there seems to be an 11g version up now:

http://www.oracle.com/technology/products/database/clusterware/pdf/SI_DB_Failover_11g.pdf</description>
		<content:encoded><![CDATA[<p>Hi Kevin</p>
<p>That single-instance PDF has apparently been pulled down from Oracle&#8217;s site&#8230; there seems to be an 11g version up now:</p>
<p><a href="http://www.oracle.com/technology/products/database/clusterware/pdf/SI_DB_Failover_11g.pdf" rel="nofollow">http://www.oracle.com/technology/products/database/clusterware/pdf/SI_DB_Failover_11g.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Norbert</title>
		<link>http://kevinclosson.wordpress.com/2007/08/24/using-racle-clusterware-for-non-rac-purposes/#comment-32602</link>
		<dc:creator>Michael Norbert</dc:creator>
		<pubDate>Thu, 03 Apr 2008 14:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2007/08/24/using-racle-clusterware-for-non-rac-purposes/#comment-32602</guid>
		<description>I use this script on all databases I monitor. I got it years ago from lazydba, I think it was from a guy named Kirti. I cron it every 5 minutes and it works like a charm. It was pointed out that it wouldn't catch an alter system enable restricted session, which I'm not too concerned about. Just last week the script caught a listener hang bug

sqlplus -silent &#60; /tmp/$$.1 
a/a@${DBNAME}
exit;
EOF
egrep 'ORA-121&#124;ORA-01034' /tmp/$$.1 &#62; /dev/null
if [[ $? = 0 ]]
then
   mailx -s " ${DBNAME} is not accessible - db is down" ${MAILLIST}  /dev/null
   if [[ $? = 0 ]]
   then
      rm /tmp/$$.1
      exit 16
   else
   mailx -s " ${DBNAME} is not accessible - db is down" ${MAILLIST} &#60; /tmp/$$.1
   fi
fi

rm /tmp/$$.1

exit</description>
		<content:encoded><![CDATA[<p>I use this script on all databases I monitor. I got it years ago from lazydba, I think it was from a guy named Kirti. I cron it every 5 minutes and it works like a charm. It was pointed out that it wouldn&#8217;t catch an alter system enable restricted session, which I&#8217;m not too concerned about. Just last week the script caught a listener hang bug</p>
<p>sqlplus -silent &lt; /tmp/$$.1<br />
a/a@${DBNAME}<br />
exit;<br />
EOF<br />
egrep &#8216;ORA-121|ORA-01034&#8242; /tmp/$$.1 &gt; /dev/null<br />
if [[ $? = 0 ]]<br />
then<br />
   mailx -s &#8221; ${DBNAME} is not accessible - db is down&#8221; ${MAILLIST}  /dev/null<br />
   if [[ $? = 0 ]]<br />
   then<br />
      rm /tmp/$$.1<br />
      exit 16<br />
   else<br />
   mailx -s &#8221; ${DBNAME} is not accessible - db is down&#8221; ${MAILLIST} &lt; /tmp/$$.1<br />
   fi<br />
fi</p>
<p>rm /tmp/$$.1</p>
<p>exit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oracle Clusterware for Non-Real Application Clusters Purposes. &#171; Kevin Closson&#8217;s Oracle Blog: Platform, Storage &#38; Clustering Topics Related to Oracle Databases</title>
		<link>http://kevinclosson.wordpress.com/2007/08/24/using-racle-clusterware-for-non-rac-purposes/#comment-32591</link>
		<dc:creator>Oracle Clusterware for Non-Real Application Clusters Purposes. &#171; Kevin Closson&#8217;s Oracle Blog: Platform, Storage &#38; Clustering Topics Related to Oracle Databases</dc:creator>
		<pubDate>Mon, 31 Mar 2008 15:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2007/08/24/using-racle-clusterware-for-non-rac-purposes/#comment-32591</guid>
		<description>[...]   Published March 31, 2008   oracle       Quite some time back I made a blog entry about deploying Oracle Clusterware for non-RAC purposes. As I pointed out in that entry, there were license ramifications. That was then, this is [...]</description>
		<content:encoded><![CDATA[<p>[...]   Published March 31, 2008   oracle       Quite some time back I made a blog entry about deploying Oracle Clusterware for non-RAC purposes. As I pointed out in that entry, there were license ramifications. That was then, this is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Örjan</title>
		<link>http://kevinclosson.wordpress.com/2007/08/24/using-racle-clusterware-for-non-rac-purposes/#comment-22944</link>
		<dc:creator>Örjan</dc:creator>
		<pubDate>Sat, 25 Aug 2007 19:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2007/08/24/using-racle-clusterware-for-non-rac-purposes/#comment-22944</guid>
		<description>Unless we run it on the Oracle rac nodes that is.. rule 4</description>
		<content:encoded><![CDATA[<p>Unless we run it on the Oracle rac nodes that is.. rule 4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Örjan</title>
		<link>http://kevinclosson.wordpress.com/2007/08/24/using-racle-clusterware-for-non-rac-purposes/#comment-22942</link>
		<dc:creator>Örjan</dc:creator>
		<pubDate>Sat, 25 Aug 2007 18:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2007/08/24/using-racle-clusterware-for-non-rac-purposes/#comment-22942</guid>
		<description>Hmm, how do I get my FTP server on Solaris to "connect to an Oracle database on any platform (rule 2) " 

Seems that I have to do some hacking... 

I wish it should have been stated as 

"You can protect any software the connects to Oracle sofware or is connected by Oracle sofware on any platform " 

Since it is Oracle BPEL PM that connects to the FTP server... :)</description>
		<content:encoded><![CDATA[<p>Hmm, how do I get my FTP server on Solaris to &#8220;connect to an Oracle database on any platform (rule 2) &#8221; </p>
<p>Seems that I have to do some hacking&#8230; </p>
<p>I wish it should have been stated as </p>
<p>&#8220;You can protect any software the connects to Oracle sofware or is connected by Oracle sofware on any platform &#8221; </p>
<p>Since it is Oracle BPEL PM that connects to the FTP server&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevinclosson</title>
		<link>http://kevinclosson.wordpress.com/2007/08/24/using-racle-clusterware-for-non-rac-purposes/#comment-22884</link>
		<dc:creator>kevinclosson</dc:creator>
		<pubDate>Fri, 24 Aug 2007 21:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2007/08/24/using-racle-clusterware-for-non-rac-purposes/#comment-22884</guid>
		<description>Matt,

  I read this as a complete free-for-all for clusters running Oracle Unbreakable Linux. But then that is confusing because Oracle Unbreakable Linux used to be a support program. Now it is synonymous with Oracle Enterprise Linux:

      http://www.oracle.com/technologies/linux/ubl-faq.pdf
      http://www.oracle.com/technologies/linux/index.html

  So I take this to mean this if you have Oracle Entperise Linux you can use CRS to provide HA for anything you'd like.

  As for the affect this sort of stuff has on Veritas, they are not alone. Oracle wants in this space and they appear to be serious. Oracle takes a "co-opetitive" stance towards other players like Veritas, Steel Eye, PolyServe, etc.</description>
		<content:encoded><![CDATA[<p>Matt,</p>
<p>  I read this as a complete free-for-all for clusters running Oracle Unbreakable Linux. But then that is confusing because Oracle Unbreakable Linux used to be a support program. Now it is synonymous with Oracle Enterprise Linux:</p>
<p>      <a href="http://www.oracle.com/technologies/linux/ubl-faq.pdf" rel="nofollow">http://www.oracle.com/technologies/linux/ubl-faq.pdf</a><br />
      <a href="http://www.oracle.com/technologies/linux/index.html" rel="nofollow">http://www.oracle.com/technologies/linux/index.html</a></p>
<p>  So I take this to mean this if you have Oracle Entperise Linux you can use CRS to provide HA for anything you&#8217;d like.</p>
<p>  As for the affect this sort of stuff has on Veritas, they are not alone. Oracle wants in this space and they appear to be serious. Oracle takes a &#8220;co-opetitive&#8221; stance towards other players like Veritas, Steel Eye, PolyServe, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Zito</title>
		<link>http://kevinclosson.wordpress.com/2007/08/24/using-racle-clusterware-for-non-rac-purposes/#comment-22882</link>
		<dc:creator>Matt Zito</dc:creator>
		<pubDate>Fri, 24 Aug 2007 21:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2007/08/24/using-racle-clusterware-for-non-rac-purposes/#comment-22882</guid>
		<description>Well, we ARE friends, Kevin, not just cause we've had beers together.  It's interesting how the mind plays tricks - I'd actually read that exact verbiage or equivalent from Oracle licensing (possibly in response to a TAR I opened), but interpreted it at the time as "if the box you're using is licensed for Oracle then go nuts" - I somehow missed the piece with just having it be one node in the cluster.

As you said, unclear clarity.  Not to mention, another situation where Oracle is aggressively trying to take revenue away from a partner company to help justify its own price point.  It just very often seems to be poor Veritas/Symantec that's getting the short end of the stick....</description>
		<content:encoded><![CDATA[<p>Well, we ARE friends, Kevin, not just cause we&#8217;ve had beers together.  It&#8217;s interesting how the mind plays tricks - I&#8217;d actually read that exact verbiage or equivalent from Oracle licensing (possibly in response to a TAR I opened), but interpreted it at the time as &#8220;if the box you&#8217;re using is licensed for Oracle then go nuts&#8221; - I somehow missed the piece with just having it be one node in the cluster.</p>
<p>As you said, unclear clarity.  Not to mention, another situation where Oracle is aggressively trying to take revenue away from a partner company to help justify its own price point.  It just very often seems to be poor Veritas/Symantec that&#8217;s getting the short end of the stick&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
