<?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: Oracle Silent Mode, Part 7: Installing an 11.1 RAC Database</title>
	<atom:link href="http://www.pythian.com/news/1045/oracle-silent-mode-part-7-installing-an-111-rac-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/1045/oracle-silent-mode-part-7-installing-an-111-rac-database/</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: Gwen Shapira</title>
		<link>http://www.pythian.com/news/1045/oracle-silent-mode-part-7-installing-an-111-rac-database/#comment-432645</link>
		<dc:creator>Gwen Shapira</dc:creator>
		<pubDate>Thu, 27 May 2010 21:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1045/oracle-silent-mode-part-7-installing-an-111-rac-database#comment-432645</guid>
		<description>In my attempt to install 11g database on a cluster, specifying nodes like this doesn&#039;t work:
CLUSTER_NODES={&quot;rac-server1&quot;,&quot;rac-server2&quot;,
&quot;rac-server3&quot;,&quot;rac-server4&quot;}                           \

while this did:

&quot;CLUSTER_NODES={rac-server1,rac-server2,
rac-server3,rac-server4}&quot; \</description>
		<content:encoded><![CDATA[<p>In my attempt to install 11g database on a cluster, specifying nodes like this doesn&#8217;t work:<br />
CLUSTER_NODES={&#8220;rac-server1&#8243;,&#8221;rac-server2&#8243;,<br />
&#8220;rac-server3&#8243;,&#8221;rac-server4&#8243;}                           \</p>
<p>while this did:</p>
<p>&#8220;CLUSTER_NODES={rac-server1,rac-server2,<br />
rac-server3,rac-server4}&#8221; \</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Chennells</title>
		<link>http://www.pythian.com/news/1045/oracle-silent-mode-part-7-installing-an-111-rac-database/#comment-392943</link>
		<dc:creator>Ron Chennells</dc:creator>
		<pubDate>Wed, 16 Dec 2009 08:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1045/oracle-silent-mode-part-7-installing-an-111-rac-database#comment-392943</guid>
		<description>Hi

 Did you get to export
Patch Set upgrades using the response file
approach. I&#039;d be intersted in any problems /issuses encountered

Ron</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p> Did you get to export<br />
Patch Set upgrades using the response file<br />
approach. I&#8217;d be intersted in any problems /issuses encountered</p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://www.pythian.com/news/1045/oracle-silent-mode-part-7-installing-an-111-rac-database/#comment-328359</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Tue, 13 Jan 2009 06:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1045/oracle-silent-mode-part-7-installing-an-111-rac-database#comment-328359</guid>
		<description>Hi,

The CLUSTER_NODES variable is good in the command, which I have just copy-pasted and modified accordingly.

And I did what you suggested, running the GUI, recording the RSP file and comparing that with the command you have posted. The only difference that I see between the two is the &quot;n_configurationOption&quot; parameter that carries a 3 in your command where as the GUI has used a 1.

Question: If I am running from lin1 server, I have enabled the password-less communication with the lin2 server(executing the $SHELL and the add-agent commands). So is it required to log on to the lin2 server also and do the same?

Regards

Ravi</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The CLUSTER_NODES variable is good in the command, which I have just copy-pasted and modified accordingly.</p>
<p>And I did what you suggested, running the GUI, recording the RSP file and comparing that with the command you have posted. The only difference that I see between the two is the &#8220;n_configurationOption&#8221; parameter that carries a 3 in your command where as the GUI has used a 1.</p>
<p>Question: If I am running from lin1 server, I have enabled the password-less communication with the lin2 server(executing the $SHELL and the add-agent commands). So is it required to log on to the lin2 server also and do the same?</p>
<p>Regards</p>
<p>Ravi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GrÃ©gory Guillou</title>
		<link>http://www.pythian.com/news/1045/oracle-silent-mode-part-7-installing-an-111-rac-database/#comment-328083</link>
		<dc:creator>GrÃ©gory Guillou</dc:creator>
		<pubDate>Mon, 12 Jan 2009 18:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1045/oracle-silent-mode-part-7-installing-an-111-rac-database#comment-328083</guid>
		<description>Ravi,

If you use the CLUSTER_NODES variable, it should do the work. However, if you can run the GUI, run it with &quot;-record -destinationFile /tmp/output.rsp&quot; and compare it the content of the default response file overloaded with the variable you&#039;ve added as command line parameters. You&#039;ll find what is different between the GUI and the silent install easily.

Gregory</description>
		<content:encoded><![CDATA[<p>Ravi,</p>
<p>If you use the CLUSTER_NODES variable, it should do the work. However, if you can run the GUI, run it with &#8220;-record -destinationFile /tmp/output.rsp&#8221; and compare it the content of the default response file overloaded with the variable you&#8217;ve added as command line parameters. You&#8217;ll find what is different between the GUI and the silent install easily.</p>
<p>Gregory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://www.pythian.com/news/1045/oracle-silent-mode-part-7-installing-an-111-rac-database/#comment-327990</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Mon, 12 Jan 2009 12:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1045/oracle-silent-mode-part-7-installing-an-111-rac-database#comment-327990</guid>
		<description>Hi,

I have tried the silent mode installation of Oracle 11g Database over an existing cluster ware. But this is just installing on the local node from which I am executing the command and is not installing on the remote node that I have specified in the node list. Where as when I tried to install the same using the normal GUI installation it worked well and completed the installation on the remote nodes too.

Please advise.

Ravi KAP</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have tried the silent mode installation of Oracle 11g Database over an existing cluster ware. But this is just installing on the local node from which I am executing the command and is not installing on the remote node that I have specified in the node list. Where as when I tried to install the same using the normal GUI installation it worked well and completed the installation on the remote nodes too.</p>
<p>Please advise.</p>
<p>Ravi KAP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oracle Silent Mode, Part 8: Add a Node to a 11.1 RAC Database</title>
		<link>http://www.pythian.com/news/1045/oracle-silent-mode-part-7-installing-an-111-rac-database/#comment-265854</link>
		<dc:creator>Oracle Silent Mode, Part 8: Add a Node to a 11.1 RAC Database</dc:creator>
		<pubDate>Wed, 27 Aug 2008 16:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1045/oracle-silent-mode-part-7-installing-an-111-rac-database#comment-265854</guid>
		<description>[...] assume we want to add a new node, rac-server5, to the cluster we&#8217;ve build in the previous post. Connect as the Clusterware owner on any of the existing nodes and run the command [...]</description>
		<content:encoded><![CDATA[<p>[...] assume we want to add a new node, rac-server5, to the cluster we&#8217;ve build in the previous post. Connect as the Clusterware owner on any of the existing nodes and run the command [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: User links about "database" on iLinkShare</title>
		<link>http://www.pythian.com/news/1045/oracle-silent-mode-part-7-installing-an-111-rac-database/#comment-263488</link>
		<dc:creator>User links about "database" on iLinkShare</dc:creator>
		<pubDate>Sun, 24 Aug 2008 06:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1045/oracle-silent-mode-part-7-installing-an-111-rac-database#comment-263488</guid>
		<description>[...] &#124; user-saved public links &#124; iLinkShare  2 votesOracle Silent Mode, Part 7: Installing an 11.1 RAC Database&gt;&gt; saved by tvj08 2 days [...]</description>
		<content:encoded><![CDATA[<p>[...] | user-saved public links | iLinkShare  2 votesOracle Silent Mode, Part 7: Installing an 11.1 RAC Database&gt;&gt; saved by tvj08 2 days [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Log Buffer #110: A Carnival of the Vanities for DBAs</title>
		<link>http://www.pythian.com/news/1045/oracle-silent-mode-part-7-installing-an-111-rac-database/#comment-258299</link>
		<dc:creator>Log Buffer #110: A Carnival of the Vanities for DBAs</dc:creator>
		<pubDate>Fri, 15 Aug 2008 16:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1045/oracle-silent-mode-part-7-installing-an-111-rac-database#comment-258299</guid>
		<description>[...] I should also mention that Pythian&#8217;s GrÃ©gory Guillou has published the seventh part of his series on Oracle silent mode. [...]</description>
		<content:encoded><![CDATA[<p>[...] I should also mention that Pythian&#8217;s GrÃ©gory Guillou has published the seventh part of his series on Oracle silent mode. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

