<?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: Pythian Video: Oracle RAC &#8212; VIP Configuration Mistakes</title>
	<atom:link href="http://www.pythian.com/news/2934/pythian-video-oracle-rac-vip-configuration-mistakes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/2934/pythian-video-oracle-rac-vip-configuration-mistakes/</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Sat, 20 Mar 2010 20:27:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Raj</title>
		<link>http://www.pythian.com/news/2934/pythian-video-oracle-rac-vip-configuration-mistakes/#comment-382621</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Wed, 04 Nov 2009 14:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=2934#comment-382621</guid>
		<description>&quot;Another approach would be to use only real IP’s for remote/local listener registration and in client’s TNS descriptors. This would help to avoid the name resolution problem all together&quot;

Wouldn&#039;t that defeat the purpose of using VIP&#039;s and all the advantage which using VIP&#039;s give?</description>
		<content:encoded><![CDATA[<p>&#8220;Another approach would be to use only real IP’s for remote/local listener registration and in client’s TNS descriptors. This would help to avoid the name resolution problem all together&#8221;</p>
<p>Wouldn&#8217;t that defeat the purpose of using VIP&#8217;s and all the advantage which using VIP&#8217;s give?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Gorbachev</title>
		<link>http://www.pythian.com/news/2934/pythian-video-oracle-rac-vip-configuration-mistakes/#comment-376723</link>
		<dc:creator>Alex Gorbachev</dc:creator>
		<pubDate>Fri, 25 Sep 2009 00:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=2934#comment-376723</guid>
		<description>I would think Oleksandr is correct but I would like to research what happens when VIP fails temporary and is moved to another node and back. In the early version of CRS, there was dependency of a database instance on the node&#039;s VIP but it was removed in later releases. So if VIP is relocated to &quot;non-native&quot; node then instance is still up. Would dispatchers recover then VIP is moved back?</description>
		<content:encoded><![CDATA[<p>I would think Oleksandr is correct but I would like to research what happens when VIP fails temporary and is moved to another node and back. In the early version of CRS, there was dependency of a database instance on the node&#8217;s VIP but it was removed in later releases. So if VIP is relocated to &#8220;non-native&#8221; node then instance is still up. Would dispatchers recover then VIP is moved back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: odenysenko</title>
		<link>http://www.pythian.com/news/2934/pythian-video-oracle-rac-vip-configuration-mistakes/#comment-376563</link>
		<dc:creator>odenysenko</dc:creator>
		<pubDate>Thu, 24 Sep 2009 08:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=2934#comment-376563</guid>
		<description>Specify HOST parameter for DISPATCHERS
and DO NOT specify LISTENER.

See
http://odenysenko.wordpress.com/2009/09/24/rac-correct-dispatchers-configuration-no-more-ora-12545/

Oleksandr</description>
		<content:encoded><![CDATA[<p>Specify HOST parameter for DISPATCHERS<br />
and DO NOT specify LISTENER.</p>
<p>See<br />
<a href="http://odenysenko.wordpress.com/2009/09/24/rac-correct-dispatchers-configuration-no-more-ora-12545/" rel="nofollow">http://odenysenko.wordpress.com/2009/09/24/rac-correct-dispatchers-configuration-no-more-ora-12545/</a></p>
<p>Oleksandr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuri</title>
		<link>http://www.pythian.com/news/2934/pythian-video-oracle-rac-vip-configuration-mistakes/#comment-376164</link>
		<dc:creator>Yuri</dc:creator>
		<pubDate>Tue, 22 Sep 2009 09:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=2934#comment-376164</guid>
		<description>Sorry, second choice is dispatchers=&#039;(protocol=TCP)(listener=LOCAL_LISTENER)&#039;</description>
		<content:encoded><![CDATA[<p>Sorry, second choice is dispatchers=&#8217;(protocol=TCP)(listener=LOCAL_LISTENER)&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuri</title>
		<link>http://www.pythian.com/news/2934/pythian-video-oracle-rac-vip-configuration-mistakes/#comment-376163</link>
		<dc:creator>Yuri</dc:creator>
		<pubDate>Tue, 22 Sep 2009 09:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=2934#comment-376163</guid>
		<description>Ok, but I have confused with dispatchers parameter configuration.
If I set it onto dispatchers=&#039;(protocol=TCP)&#039; and hosts file on client-side not contain resolving for public IP-adresses
then I receive ORA=12545 when attempt to connect with database.
If I set dispatchers=&#039;(protocol=TCP)(listener=)&#039; then connection is successful, but server-side load balancing is absent.
And if I set back dispatchers=&#039;(protocol=TCP)&#039; and add public IP-adresses into client-side hosts file then connection and server-side load balansing work fine.
Does last manner is a right way for configuration of connect through dispatcher?</description>
		<content:encoded><![CDATA[<p>Ok, but I have confused with dispatchers parameter configuration.<br />
If I set it onto dispatchers=&#8217;(protocol=TCP)&#8217; and hosts file on client-side not contain resolving for public IP-adresses<br />
then I receive ORA=12545 when attempt to connect with database.<br />
If I set dispatchers=&#8217;(protocol=TCP)(listener=)&#8217; then connection is successful, but server-side load balancing is absent.<br />
And if I set back dispatchers=&#8217;(protocol=TCP)&#8217; and add public IP-adresses into client-side hosts file then connection and server-side load balansing work fine.<br />
Does last manner is a right way for configuration of connect through dispatcher?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Gorbachev</title>
		<link>http://www.pythian.com/news/2934/pythian-video-oracle-rac-vip-configuration-mistakes/#comment-376012</link>
		<dc:creator>Alex Gorbachev</dc:creator>
		<pubDate>Mon, 21 Sep 2009 12:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=2934#comment-376012</guid>
		<description>@Yuri: Thanks for update. Good point about dispatchers indeed. Can you post here you dispatcher configuration?</description>
		<content:encoded><![CDATA[<p>@Yuri: Thanks for update. Good point about dispatchers indeed. Can you post here you dispatcher configuration?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuri</title>
		<link>http://www.pythian.com/news/2934/pythian-video-oracle-rac-vip-configuration-mistakes/#comment-375995</link>
		<dc:creator>Yuri</dc:creator>
		<pubDate>Mon, 21 Sep 2009 10:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=2934#comment-375995</guid>
		<description>Oh, sorry, it is not a problem already. I have misconfigured &quot;dispatchers&quot; parameter.</description>
		<content:encoded><![CDATA[<p>Oh, sorry, it is not a problem already. I have misconfigured &#8220;dispatchers&#8221; parameter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuri</title>
		<link>http://www.pythian.com/news/2934/pythian-video-oracle-rac-vip-configuration-mistakes/#comment-375530</link>
		<dc:creator>Yuri</dc:creator>
		<pubDate>Fri, 18 Sep 2009 15:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=2934#comment-375530</guid>
		<description>What about dispatcher registration?
I have problem with it.

...
Service &quot;iadbu&quot; has 8 instance(s).
  Instance &quot;iadbu1&quot;, status READY, has 3 handler(s) for this service...
    Handler(s):
      &quot;DEDICATED&quot; established:0 refused:0 state:ready
         REMOTE SERVER
         (ADDRESS=(PROTOCOL=TCP)(HOST=srv1p0-vip)(PORT=1521))
      &quot;DEDICATED&quot; established:0 refused:0 state:ready
         LOCAL SERVER
      &quot;D000&quot; established:0 refused:0 current:3 max:1022 state:ready
         DISPATCHER 
         (ADDRESS=(PROTOCOL=tcp)(HOST=srv1p0)(PORT=60556))
  Instance &quot;iadbu2&quot;, status READY, has 2 handler(s) for this service...
    Handler(s):
      &quot;D000&quot; established:0 refused:0 current:2 max:1022 state:ready
         DISPATCHER 
         (ADDRESS=(PROTOCOL=tcp)(HOST=srv1p1)(PORT=15729))
      &quot;DEDICATED&quot; established:0 refused:0 state:ready
         REMOTE SERVER
         (ADDRESS=(PROTOCOL=TCP)(HOST=srv1p1-vip)(PORT=1521))
...</description>
		<content:encoded><![CDATA[<p>What about dispatcher registration?<br />
I have problem with it.</p>
<p>&#8230;<br />
Service &#8220;iadbu&#8221; has 8 instance(s).<br />
  Instance &#8220;iadbu1&#8243;, status READY, has 3 handler(s) for this service&#8230;<br />
    Handler(s):<br />
      &#8220;DEDICATED&#8221; established:0 refused:0 state:ready<br />
         REMOTE SERVER<br />
         (ADDRESS=(PROTOCOL=TCP)(HOST=srv1p0-vip)(PORT=1521))<br />
      &#8220;DEDICATED&#8221; established:0 refused:0 state:ready<br />
         LOCAL SERVER<br />
      &#8220;D000&#8243; established:0 refused:0 current:3 max:1022 state:ready<br />
         DISPATCHER<br />
         (ADDRESS=(PROTOCOL=tcp)(HOST=srv1p0)(PORT=60556))<br />
  Instance &#8220;iadbu2&#8243;, status READY, has 2 handler(s) for this service&#8230;<br />
    Handler(s):<br />
      &#8220;D000&#8243; established:0 refused:0 current:2 max:1022 state:ready<br />
         DISPATCHER<br />
         (ADDRESS=(PROTOCOL=tcp)(HOST=srv1p1)(PORT=15729))<br />
      &#8220;DEDICATED&#8221; established:0 refused:0 state:ready<br />
         REMOTE SERVER<br />
         (ADDRESS=(PROTOCOL=TCP)(HOST=srv1p1-vip)(PORT=1521))<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pythian Video: Oracle RAC VIP&#8217;s &#8212; Troubleshooting Connectivity Issues &#124; Pythian Group Blog</title>
		<link>http://www.pythian.com/news/2934/pythian-video-oracle-rac-vip-configuration-mistakes/#comment-367839</link>
		<dc:creator>Pythian Video: Oracle RAC VIP&#8217;s &#8212; Troubleshooting Connectivity Issues &#124; Pythian Group Blog</dc:creator>
		<pubDate>Mon, 27 Jul 2009 06:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=2934#comment-367839</guid>
		<description>[...] 1 &#8212; Pythian Video: Oracle RAC &#8212; VIP Configuration Mistakes 2 &#8212; Pythian Video: Oracle RAC — Why VIPs? [...]</description>
		<content:encoded><![CDATA[<p>[...] 1 &#8212; Pythian Video: Oracle RAC &#8212; VIP Configuration Mistakes 2 &#8212; Pythian Video: Oracle RAC — Why VIPs? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surachart Opun</title>
		<link>http://www.pythian.com/news/2934/pythian-video-oracle-rac-vip-configuration-mistakes/#comment-365769</link>
		<dc:creator>Surachart Opun</dc:creator>
		<pubDate>Fri, 10 Jul 2009 10:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=2934#comment-365769</guid>
		<description>Thank you, Alex ;)

this&#039;s a great job and helpful.</description>
		<content:encoded><![CDATA[<p>Thank you, Alex ;)</p>
<p>this&#8217;s a great job and helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
