<?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: Installing Oracle on RHEL5</title>
	<atom:link href="http://kevinclosson.wordpress.com/2007/02/20/installing-oracle-on-rhel5/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevinclosson.wordpress.com/2007/02/20/installing-oracle-on-rhel5/</link>
	<description>Oracle-related Platform, Storage and Clustering Topics (with the occasional rant)</description>
	<pubDate>Mon, 13 Oct 2008 15:43:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jeff needham</title>
		<link>http://kevinclosson.wordpress.com/2007/02/20/installing-oracle-on-rhel5/#comment-20418</link>
		<dc:creator>jeff needham</dc:creator>
		<pubDate>Wed, 01 Aug 2007 20:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2007/02/20/installing-oracle-on-rhel5/#comment-20418</guid>
		<description>selinux is disabled by editing /etc/selinux/config and changing.  
SELINUX=disabled
SELINUX=permissive works for single instance installs, if you set it before you start the install. I haven't tried a RAC install with permissive.

CRS definitely is not happy about SELINUX=enabled (you get a n-way split brain cluster - nice). Remember to turn off iptables too

this is what I typically dump for an RDBMS kernel install:

chkconfig --level 35 kudzu off
chkconfig --level 35 auditd off
chkconfig --level 35 cpuspeed off
chkconfig --level 35 ip6tables off
chkconfig --level 35 iptables off
chkconfig --level 35 cpuspeed off
chkconfig --level 35 isdn off
chkconfig --level 35 auditd off
chkconfig --level 35 restorecond off
chkconfig --level 35 mcstrans off
chkconfig --level 35 anacron off
chkconfig --level 35 crond off
chkconfig --level 35 yum-updatesd off
chkconfig --level 35 avahi-daemon off
chkconfig --level 35 cups off
chkconfig --level 35 firstboot off
chkconfig --level 35 sendmail off
chkconfig --level 35 messagebus off
chkconfig --level 35 gpm off
chkconfig --level 35 hidd off
chkconfig --level 35 autofs off
chkconfig --level 35 rhnsd off
chkconfig --level 35 atd off
chkconfig --level 35 pcscd off
chkconfig --level 35 bluetooth off
chkconfig --level 35 mdmonitor off
chkconfig --level 35 pcscd off</description>
		<content:encoded><![CDATA[<p>selinux is disabled by editing /etc/selinux/config and changing.<br />
SELINUX=disabled<br />
SELINUX=permissive works for single instance installs, if you set it before you start the install. I haven&#8217;t tried a RAC install with permissive.</p>
<p>CRS definitely is not happy about SELINUX=enabled (you get a n-way split brain cluster - nice). Remember to turn off iptables too</p>
<p>this is what I typically dump for an RDBMS kernel install:</p>
<p>chkconfig &#8211;level 35 kudzu off<br />
chkconfig &#8211;level 35 auditd off<br />
chkconfig &#8211;level 35 cpuspeed off<br />
chkconfig &#8211;level 35 ip6tables off<br />
chkconfig &#8211;level 35 iptables off<br />
chkconfig &#8211;level 35 cpuspeed off<br />
chkconfig &#8211;level 35 isdn off<br />
chkconfig &#8211;level 35 auditd off<br />
chkconfig &#8211;level 35 restorecond off<br />
chkconfig &#8211;level 35 mcstrans off<br />
chkconfig &#8211;level 35 anacron off<br />
chkconfig &#8211;level 35 crond off<br />
chkconfig &#8211;level 35 yum-updatesd off<br />
chkconfig &#8211;level 35 avahi-daemon off<br />
chkconfig &#8211;level 35 cups off<br />
chkconfig &#8211;level 35 firstboot off<br />
chkconfig &#8211;level 35 sendmail off<br />
chkconfig &#8211;level 35 messagebus off<br />
chkconfig &#8211;level 35 gpm off<br />
chkconfig &#8211;level 35 hidd off<br />
chkconfig &#8211;level 35 autofs off<br />
chkconfig &#8211;level 35 rhnsd off<br />
chkconfig &#8211;level 35 atd off<br />
chkconfig &#8211;level 35 pcscd off<br />
chkconfig &#8211;level 35 bluetooth off<br />
chkconfig &#8211;level 35 mdmonitor off<br />
chkconfig &#8211;level 35 pcscd off</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevinclosson</title>
		<link>http://kevinclosson.wordpress.com/2007/02/20/installing-oracle-on-rhel5/#comment-10879</link>
		<dc:creator>kevinclosson</dc:creator>
		<pubDate>Wed, 16 May 2007 16:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2007/02/20/installing-oracle-on-rhel5/#comment-10879</guid>
		<description>Robert,


http://kevinclosson.wordpress.com/about/</description>
		<content:encoded><![CDATA[<p>Robert,</p>
<p><a href="http://kevinclosson.wordpress.com/about/" rel="nofollow">http://kevinclosson.wordpress.com/about/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Franklin</title>
		<link>http://kevinclosson.wordpress.com/2007/02/20/installing-oracle-on-rhel5/#comment-10824</link>
		<dc:creator>Robert Franklin</dc:creator>
		<pubDate>Tue, 15 May 2007 23:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2007/02/20/installing-oracle-on-rhel5/#comment-10824</guid>
		<description>hi Kevin, 

I am assuming you are the same Kevin that worked for PolyServe?

Bob.
W.L. Gore &#38; Associates</description>
		<content:encoded><![CDATA[<p>hi Kevin, </p>
<p>I am assuming you are the same Kevin that worked for PolyServe?</p>
<p>Bob.<br />
W.L. Gore &amp; Associates</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Hall</title>
		<link>http://kevinclosson.wordpress.com/2007/02/20/installing-oracle-on-rhel5/#comment-4021</link>
		<dc:creator>Tim Hall</dc:creator>
		<pubDate>Thu, 22 Feb 2007 07:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2007/02/20/installing-oracle-on-rhel5/#comment-4021</guid>
		<description>I believe it means it's unbreakable! :)</description>
		<content:encoded><![CDATA[<p>I believe it means it&#8217;s unbreakable! <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/02/20/installing-oracle-on-rhel5/#comment-3976</link>
		<dc:creator>kevinclosson</dc:creator>
		<pubDate>Wed, 21 Feb 2007 15:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2007/02/20/installing-oracle-on-rhel5/#comment-3976</guid>
		<description>OK, Tim, thanks. So two things are now true, I didn't see it and I didn't look close enough! Argh, sorry. I think your article was helpful and of course you weren't recommending plunging into production with RHEL5 before Oracle "blesses" it (whatever that really means anymore).</description>
		<content:encoded><![CDATA[<p>OK, Tim, thanks. So two things are now true, I didn&#8217;t see it and I didn&#8217;t look close enough! Argh, sorry. I think your article was helpful and of course you weren&#8217;t recommending plunging into production with RHEL5 before Oracle &#8220;blesses&#8221; it (whatever that really means anymore).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Hall</title>
		<link>http://kevinclosson.wordpress.com/2007/02/20/installing-oracle-on-rhel5/#comment-3957</link>
		<dc:creator>Tim Hall</dc:creator>
		<pubDate>Wed, 21 Feb 2007 09:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2007/02/20/installing-oracle-on-rhel5/#comment-3957</guid>
		<description>Hi.

Just thought I'd point out, the method for switching off SELinux is present in the article. Look at the last step before the Setup section.

Also, if you follow the OS installation article linked to in the article, this shows you how to switch off SELinux during the installation.

Regarding using RHEL5, it's still in beta, so using it for real isn't sensible. I'm just playing with the beta, so I'm ready when the production version is released and certified. :)

Cheers

Tim...</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>Just thought I&#8217;d point out, the method for switching off SELinux is present in the article. Look at the last step before the Setup section.</p>
<p>Also, if you follow the OS installation article linked to in the article, this shows you how to switch off SELinux during the installation.</p>
<p>Regarding using RHEL5, it&#8217;s still in beta, so using it for real isn&#8217;t sensible. I&#8217;m just playing with the beta, so I&#8217;m ready when the production version is released and certified. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers</p>
<p>Tim&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob R</title>
		<link>http://kevinclosson.wordpress.com/2007/02/20/installing-oracle-on-rhel5/#comment-3929</link>
		<dc:creator>Bob R</dc:creator>
		<pubDate>Wed, 21 Feb 2007 02:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2007/02/20/installing-oracle-on-rhel5/#comment-3929</guid>
		<description>Nice little plug:

http://kevin.hatfieldfamilysite.com/?p=104

-Bob</description>
		<content:encoded><![CDATA[<p>Nice little plug:</p>
<p><a href="http://kevin.hatfieldfamilysite.com/?p=104" rel="nofollow">http://kevin.hatfieldfamilysite.com/?p=104</a></p>
<p>-Bob</p>
]]></content:encoded>
	</item>
</channel>
</rss>
