<?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: 11.1.0.6 ASM installation on Solaris fails -II</title>
	<atom:link href="http://askdba.org/weblog/2008/06/11106-asm-installation-on-solaris-fails-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://askdba.org/weblog/2008/06/11106-asm-installation-on-solaris-fails-ii/</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: for yuvaraj</title>
		<link>http://askdba.org/weblog/2008/06/11106-asm-installation-on-solaris-fails-ii/#comment-8325</link>
		<dc:creator>for yuvaraj</dc:creator>
		<pubDate>Wed, 25 May 2011 15:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=132#comment-8325</guid>
		<description>localconfig file not found in 11.2.0.1.0 kindly help</description>
		<content:encoded><![CDATA[<p>localconfig file not found in 11.2.0.1.0 kindly help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnJerry</title>
		<link>http://askdba.org/weblog/2008/06/11106-asm-installation-on-solaris-fails-ii/#comment-3805</link>
		<dc:creator>JohnJerry</dc:creator>
		<pubDate>Wed, 08 Jul 2009 15:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=132#comment-3805</guid>
		<description>Thanks Amit, your response is much appreciated. I am going to install 11.1 so I think I do not need this...bingo!!</description>
		<content:encoded><![CDATA[<p>Thanks Amit, your response is much appreciated. I am going to install 11.1 so I think I do not need this&#8230;bingo!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/06/11106-asm-installation-on-solaris-fails-ii/#comment-703</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 21 Nov 2008 04:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=132#comment-703</guid>
		<description>Jigar,

Bug which you are referring is valid for 10.2 and is fixed in 11.1 version. In above case i was trying to install 11g on solaris and hostname too was in lower case. Anyways it would be helpful for people working on 10.2 and getting this error :)</description>
		<content:encoded><![CDATA[<p>Jigar,</p>
<p>Bug which you are referring is valid for 10.2 and is fixed in 11.1 version. In above case i was trying to install 11g on solaris and hostname too was in lower case. Anyways it would be helpful for people working on 10.2 and getting this error <img src='http://askdba.org/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeegar</title>
		<link>http://askdba.org/weblog/2008/06/11106-asm-installation-on-solaris-fails-ii/#comment-688</link>
		<dc:creator>Jeegar</dc:creator>
		<pubDate>Thu, 20 Nov 2008 12:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=132#comment-688</guid>
		<description>Hi All,

I was facing same issue , while running localconfig add script.

It has been concluded that , if your hostname is in uppercase , and platform is sun solaris , then script will fail with above error.

This is due to the known bug.4632899:

4632899 CSS NOT STARTING UP IF HOSTNAME HAS CAPITAL LETTERS- SOLARIS


So the solution is to install the 10.2.0.3 patchset first and install one-off on top of 10.2.0.3. The patchset and one-off patch can be
downloaded from metalink:

http://updates.oracle.com/download/5337014.html -- 10.2.0.3 patchset
http://updates.oracle.com/download/4632899.html -- patch for 4632899

Besides installing the patch, there is another option:

- Force localconfig scripts to use nawk instead of awk. &quot;nawk&quot; has the tolower() function. Setup a symbolic link to
&quot;nawk&quot;

ln -s /usr/bin/awk /usr/bin/nawk


Have a great time ahead...


Regards

Jigar pathak</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>I was facing same issue , while running localconfig add script.</p>
<p>It has been concluded that , if your hostname is in uppercase , and platform is sun solaris , then script will fail with above error.</p>
<p>This is due to the known bug.4632899:</p>
<p>4632899 CSS NOT STARTING UP IF HOSTNAME HAS CAPITAL LETTERS- SOLARIS</p>
<p>So the solution is to install the 10.2.0.3 patchset first and install one-off on top of 10.2.0.3. The patchset and one-off patch can be<br />
downloaded from metalink:</p>
<p><a href="http://updates.oracle.com/download/5337014.html" rel="nofollow">http://updates.oracle.com/download/5337014.html</a> &#8212; 10.2.0.3 patchset<br />
<a href="http://updates.oracle.com/download/4632899.html" rel="nofollow">http://updates.oracle.com/download/4632899.html</a> &#8212; patch for 4632899</p>
<p>Besides installing the patch, there is another option:</p>
<p>- Force localconfig scripts to use nawk instead of awk. &#8220;nawk&#8221; has the tolower() function. Setup a symbolic link to<br />
&#8220;nawk&#8221;</p>
<p>ln -s /usr/bin/awk /usr/bin/nawk</p>
<p>Have a great time ahead&#8230;</p>
<p>Regards</p>
<p>Jigar pathak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskDba.org Weblog &#124; Oracle 11G Installation on Solaris 10</title>
		<link>http://askdba.org/weblog/2008/06/11106-asm-installation-on-solaris-fails-ii/#comment-60</link>
		<dc:creator>AskDba.org Weblog &#124; Oracle 11G Installation on Solaris 10</dc:creator>
		<pubDate>Sat, 12 Jul 2008 20:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=132#comment-60</guid>
		<description>[...] In case of Solaris 10, we need to use Service Management Facility (SMF) for configuring CSS service else it will not start. Refer to my earlier post for this step i.e 11.1.0.6 ASM installation on Solaris fails -II  [...]</description>
		<content:encoded><![CDATA[<p>[...] In case of Solaris 10, we need to use Service Management Facility (SMF) for configuring CSS service else it will not start. Refer to my earlier post for this step i.e 11.1.0.6 ASM installation on Solaris fails -II  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: askdba.org @ 2012-05-18 15:44:30 by W3 Total Cache -->
