<?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: Changing Hostnames in Oracle RAC</title>
	<atom:link href="http://www.pythian.com/news/482/changing-hostnames-in-oracle-rac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/482/changing-hostnames-in-oracle-rac/</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Diego</title>
		<link>http://www.pythian.com/news/482/changing-hostnames-in-oracle-rac/#comment-654833</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Tue, 29 Nov 2011 09:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/482/changing-hostnames-in-oracle-rac#comment-654833</guid>
		<description>Alex,

What are the steps for 11gR2 RAC? I need to change the  IP addresses and the domain names.

Thanks,
Diego</description>
		<content:encoded><![CDATA[<p>Alex,</p>
<p>What are the steps for 11gR2 RAC? I need to change the  IP addresses and the domain names.</p>
<p>Thanks,<br />
Diego</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paresh</title>
		<link>http://www.pythian.com/news/482/changing-hostnames-in-oracle-rac/#comment-596701</link>
		<dc:creator>Paresh</dc:creator>
		<pubDate>Wed, 21 Sep 2011 22:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/482/changing-hostnames-in-oracle-rac#comment-596701</guid>
		<description>Alex,

Thank you, saved a ton of time and efforts.
Here is something additional that needs to be done as part of the hostname change. Re-establish ssh equivalency between nodes (only the part to accept the key) by manually running ssh to other node/s from each node as user oracle. 

I ran into this issue because of need to run vipca and also had to manually add the listeners using netca (the hostname was changed by SA before I got a chance to extract .cap files). Thanks to Brian Lucas who posted the tip on a unrelated thread at - https://forums.oracle.com/forums/message.jspa?messageID=9886788#9886788

BTW - I also changed all of the IP addresses successfully.

Thanks,
Paresh</description>
		<content:encoded><![CDATA[<p>Alex,</p>
<p>Thank you, saved a ton of time and efforts.<br />
Here is something additional that needs to be done as part of the hostname change. Re-establish ssh equivalency between nodes (only the part to accept the key) by manually running ssh to other node/s from each node as user oracle. </p>
<p>I ran into this issue because of need to run vipca and also had to manually add the listeners using netca (the hostname was changed by SA before I got a chance to extract .cap files). Thanks to Brian Lucas who posted the tip on a unrelated thread at &#8211; <a href="https://forums.oracle.com/forums/message.jspa?messageID=9886788#9886788" rel="nofollow">https://forums.oracle.com/forums/message.jspa?messageID=9886788#9886788</a></p>
<p>BTW &#8211; I also changed all of the IP addresses successfully.</p>
<p>Thanks,<br />
Paresh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Gorbachev</title>
		<link>http://www.pythian.com/news/482/changing-hostnames-in-oracle-rac/#comment-528135</link>
		<dc:creator>Alex Gorbachev</dc:creator>
		<pubDate>Thu, 31 Mar 2011 13:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/482/changing-hostnames-in-oracle-rac#comment-528135</guid>
		<description>@INDRANIL: This goes beyond the topic of this post. This is a basic RTFM question.</description>
		<content:encoded><![CDATA[<p>@INDRANIL: This goes beyond the topic of this post. This is a basic RTFM question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: INDRANIL</title>
		<link>http://www.pythian.com/news/482/changing-hostnames-in-oracle-rac/#comment-528069</link>
		<dc:creator>INDRANIL</dc:creator>
		<pubDate>Thu, 31 Mar 2011 05:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/482/changing-hostnames-in-oracle-rac#comment-528069</guid>
		<description>Hi Alex,
It was as like-
#  Before I read your ARTICLE on &quot;hostname change in CRS&quot;, I had setup a 2 node RAC  with host name- rac1 and  rac2 and DB Name was LIVE with two instances LIVE1 and LIVE2. This was done using VM Ware in Windows Host. In VM ware, I installed Oracle Linux a flavour from ReD HAT Linux.
In that I did the setup for 2 Virtual nodes rac1 and rac2 and installed CRS, DB etc.
#Now After I read your article, what I did is, I copied the VM nodes rac1, rac2 as windows file system and again get2 node RAC with the same host names as rac1,rac2 and LIVE(LIVE1,LIVE2) as DB.
Then I follow your article and modify the hostnames rac1 , rac2 to rac3, rac4 and modify the DB name LIVE(LIVE1,LIVE2) to STDB(STDB1,STDB2).
# So, Now I am having 4 nodes in VM ware where - there are two RAC VM machines - say - VM1 and VM2.
where VM1 is of 2 rac nodes- rac1,rac2
DB Name= LIVE ( LIVE1, LIVE2)
AND
      VM2 is of 2 rac nodes - rac3, rac4
DB Name = STDB (STDB1,STDB2).
# Now, I need help from you to setup the DATA Guard using those as -
Primary Database - LIVE ( LIVE1(rac1),LIVE2(rac2))
and Stand By Database as STDB ( STDB1(rac3),STDB(rac4).
This was my query to you.
Thanks again
INDRANIL,IBM,INDIA,9433056179,indrdas2@gmail.com</description>
		<content:encoded><![CDATA[<p>Hi Alex,<br />
It was as like-<br />
#  Before I read your ARTICLE on &#8220;hostname change in CRS&#8221;, I had setup a 2 node RAC  with host name- rac1 and  rac2 and DB Name was LIVE with two instances LIVE1 and LIVE2. This was done using VM Ware in Windows Host. In VM ware, I installed Oracle Linux a flavour from ReD HAT Linux.<br />
In that I did the setup for 2 Virtual nodes rac1 and rac2 and installed CRS, DB etc.<br />
#Now After I read your article, what I did is, I copied the VM nodes rac1, rac2 as windows file system and again get2 node RAC with the same host names as rac1,rac2 and LIVE(LIVE1,LIVE2) as DB.<br />
Then I follow your article and modify the hostnames rac1 , rac2 to rac3, rac4 and modify the DB name LIVE(LIVE1,LIVE2) to STDB(STDB1,STDB2).<br />
# So, Now I am having 4 nodes in VM ware where &#8211; there are two RAC VM machines &#8211; say &#8211; VM1 and VM2.<br />
where VM1 is of 2 rac nodes- rac1,rac2<br />
DB Name= LIVE ( LIVE1, LIVE2)<br />
AND<br />
      VM2 is of 2 rac nodes &#8211; rac3, rac4<br />
DB Name = STDB (STDB1,STDB2).<br />
# Now, I need help from you to setup the DATA Guard using those as -<br />
Primary Database &#8211; LIVE ( LIVE1(rac1),LIVE2(rac2))<br />
and Stand By Database as STDB ( STDB1(rac3),STDB(rac4).<br />
This was my query to you.<br />
Thanks again<br />
INDRANIL,IBM,INDIA,9433056179,indrdas2@gmail.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Gorbachev</title>
		<link>http://www.pythian.com/news/482/changing-hostnames-in-oracle-rac/#comment-527865</link>
		<dc:creator>Alex Gorbachev</dc:creator>
		<pubDate>Wed, 30 Mar 2011 15:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/482/changing-hostnames-in-oracle-rac#comment-527865</guid>
		<description>@INDRANIL: I couldn&#039;t quite understand what you are asking and I&#039;m not sure what it has to do with the hostname changes.</description>
		<content:encoded><![CDATA[<p>@INDRANIL: I couldn&#8217;t quite understand what you are asking and I&#8217;m not sure what it has to do with the hostname changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: INDRANIL</title>
		<link>http://www.pythian.com/news/482/changing-hostnames-in-oracle-rac/#comment-527777</link>
		<dc:creator>INDRANIL</dc:creator>
		<pubDate>Wed, 30 Mar 2011 08:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/482/changing-hostnames-in-oracle-rac#comment-527777</guid>
		<description>Hi Alex,
The above article is execellent! I was able to derive in VM Ware , a 2 node RAC - STDB1 instance is running in node rac3 ,STDB2 is running in rac4 from a 2 node RAC - instance LIVE1 in rac1 , LIVE2 instance in LIVE2. Now, I want to use those as like LIVE ( LIVE1(rac1),LIVE2(rac2) ) - Primary Database and STDB ( STDB1(rac3),STDB2(rac4)... Alex, could you please hlep me for that ? Thanks in Advance, INDRANIL,IBM,INDIA</description>
		<content:encoded><![CDATA[<p>Hi Alex,<br />
The above article is execellent! I was able to derive in VM Ware , a 2 node RAC &#8211; STDB1 instance is running in node rac3 ,STDB2 is running in rac4 from a 2 node RAC &#8211; instance LIVE1 in rac1 , LIVE2 instance in LIVE2. Now, I want to use those as like LIVE ( LIVE1(rac1),LIVE2(rac2) ) &#8211; Primary Database and STDB ( STDB1(rac3),STDB2(rac4)&#8230; Alex, could you please hlep me for that ? Thanks in Advance, INDRANIL,IBM,INDIA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joaquin</title>
		<link>http://www.pythian.com/news/482/changing-hostnames-in-oracle-rac/#comment-517309</link>
		<dc:creator>Joaquin</dc:creator>
		<pubDate>Fri, 04 Mar 2011 22:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/482/changing-hostnames-in-oracle-rac#comment-517309</guid>
		<description>Hi Alex

One of our clients wants to change the hostname of the machine only but of course this will imply changing as well the Oracle RAc hostnames (even though I left the old ones in the /etc/hosts). The commands that you execute will NOT erase any of the onformation store on the database right?</description>
		<content:encoded><![CDATA[<p>Hi Alex</p>
<p>One of our clients wants to change the hostname of the machine only but of course this will imply changing as well the Oracle RAc hostnames (even though I left the old ones in the /etc/hosts). The commands that you execute will NOT erase any of the onformation store on the database right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oracle Notes &#187; How to Clean Up After a Failed 10g or 11.1 Oracle Clusterware Installation</title>
		<link>http://www.pythian.com/news/482/changing-hostnames-in-oracle-rac/#comment-426957</link>
		<dc:creator>Oracle Notes &#187; How to Clean Up After a Failed 10g or 11.1 Oracle Clusterware Installation</dc:creator>
		<pubDate>Thu, 29 Apr 2010 12:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/482/changing-hostnames-in-oracle-rac#comment-426957</guid>
		<description>[...] To Change RAC hostname Please review this Note  [...]</description>
		<content:encoded><![CDATA[<p>[...] To Change RAC hostname Please review this Note  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Gorbachev</title>
		<link>http://www.pythian.com/news/482/changing-hostnames-in-oracle-rac/#comment-413471</link>
		<dc:creator>Alex Gorbachev</dc:creator>
		<pubDate>Sat, 13 Mar 2010 03:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/482/changing-hostnames-in-oracle-rac#comment-413471</guid>
		<description>@monto: I wouldn&#039;t rely on this for DR. It makes DR activation very convoluted process. A more reliable approach is to only replicate database and have clusterware ready pre-installed and functioning.</description>
		<content:encoded><![CDATA[<p>@monto: I wouldn&#8217;t rely on this for DR. It makes DR activation very convoluted process. A more reliable approach is to only replicate database and have clusterware ready pre-installed and functioning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monto</title>
		<link>http://www.pythian.com/news/482/changing-hostnames-in-oracle-rac/#comment-413391</link>
		<dc:creator>monto</dc:creator>
		<pubDate>Fri, 12 Mar 2010 15:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/482/changing-hostnames-in-oracle-rac#comment-413391</guid>
		<description>Alex-Thanks for this wonderful article,i got a question.We have OS imaging/SAN sync(srdf) from an already existing cluster(rac1/rac2) to another cluster called as node1/node2,the hostnames are different along with the ip&#039;s between them,i have made respective changes in DNS and /etc/hosts and ran roodelete.sh on both nodes and rootdeinstall.sh on primary node.

I changed the hostname in rootconfig file on both nodes,can i run root.sh instead of rootconfig?I&#039;m i on the right tract please let me as this is my first time with this..

Thanks</description>
		<content:encoded><![CDATA[<p>Alex-Thanks for this wonderful article,i got a question.We have OS imaging/SAN sync(srdf) from an already existing cluster(rac1/rac2) to another cluster called as node1/node2,the hostnames are different along with the ip&#8217;s between them,i have made respective changes in DNS and /etc/hosts and ran roodelete.sh on both nodes and rootdeinstall.sh on primary node.</p>
<p>I changed the hostname in rootconfig file on both nodes,can i run root.sh instead of rootconfig?I&#8217;m i on the right tract please let me as this is my first time with this..</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

