<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sysdigg&#187; RHEL</title>
	<atom:link href="http://www.sysdigg.com/category/linux/rhel-linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sysdigg.com</link>
	<description></description>
	<lastBuildDate>Wed, 21 Jul 2010 14:28:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>No video display in RHEL5 Linux installation on HS21 Blades</title>
		<link>http://www.sysdigg.com/no-video-display-in-rhel5-linux-installation-on-hs21-blades</link>
		<comments>http://www.sysdigg.com/no-video-display-in-rhel5-linux-installation-on-hs21-blades#comments</comments>
		<pubDate>Thu, 30 Oct 2008 01:29:36 +0000</pubDate>
		<dc:creator>saif</dc:creator>
				<category><![CDATA[IBM]]></category>
		<category><![CDATA[IBM Blade]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[Blade install]]></category>
		<category><![CDATA[HS21]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[RHEL 5]]></category>
		<category><![CDATA[video display]]></category>

		<guid isPermaLink="false">http://www.sysdigg.com/no-video-display-in-rhel5-linux-installation-on-hs21-blades</guid>
		<description><![CDATA[Working on IBM Blades is not very fun, things get harder day by day when you start noticing one issues after another. I spend several days just to update the firmware on all IBM HS21 blades. I remember 6-7 years ago working on IBM Blades, the administrative console now called Advanced management module for managing [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "No video display in RHEL5 Linux installation on HS21 Blades", url: "http://www.sysdigg.com/no-video-display-in-rhel5-linux-installation-on-hs21-blades" });</script>]]></description>
			<content:encoded><![CDATA[<p>Working on IBM Blades is not very fun, things get harder day by day when you start noticing one issues after another. I spend several days just to update the firmware on all IBM HS21 blades. I remember 6-7 years ago working on IBM Blades, the administrative console now called Advanced management module for managing blades is just a piece of crap. Do you really want me to get started ok I can mention only mention few things.</p>
<div style="float: right;"><script type="text/javascript"><!--
google_ad_client = "pub-1280353905211600";
google_ad_slot = "0844981269";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p>In AMM web console when you first power-on the blade right half corner of the display is chopped, you don&#8217;t get full video display on the console. This issue was there 6-7 years and still exists. Next I remember updating firmware on blades is pain, then there are issues like your keyboard control doesn&#8217;t work some time , you can find it here if your keyboard doesn&#8217;t work on IBM HS21 blades you can find the fix <a href="http://www.sysdigg.com/how-to-fix-non-working-keyboard-on-ibm-blades">here</a>.</p>
<p>Finally when i start installing Red Hat Enterprise Linux 5 <strong>(RHEL 5)</strong> on IBM HS21 blade I ran into other issues. I put the CD into the blade center and powered on the HS21 blade after booting RHEL 5 installer I didn&#8217;t see anything on screen –it was just went blank on video display , it was like as HS21 blade hanged there but keyboard controls were working fine, so I used the CTRL+ALT+DEL shortcut to reboot the blade. After noticing some scrolling Linux installer text I noticed message for <strong>ATI 1000</strong> driver load right after my screen went black. I realized this sounds like a video driver issue so I tried another reboot and typed <strong>linux text</strong> to start the RHEL 5 installation in text mode. Sure enough my installation went fine and this confirmed that my video display didn&#8217;t work because of video driver issue. I searched on IBM site for help and find Red Hat Enterprise Linux version 4 update 3 (RHEL 4 &#8211; U3) installation instructions in BladeCenter section. I find some notes that Modifications are needed to run X window System (Graphical mode) during installation but wasn&#8217;t clear <strong>why? </strong>I have answer for you that there is not video driver for HS21 IBM blades on RHEL 4 and RHEL 5 Linux. Here is some good news that once you finish the RHEL 5 installation you can do changes in X server to get your RHEL 5 GUI session back but bad enough that you can only do your Linux installation on IBM HS21 blades in text mode only. Here is what I did to get my Linux X windows Graphical desktop back on RHEL 5 :</p>
<p>1. First Log in as root and using <strong>vi </strong>(or any other editor like nano ), edit the /etc/X11/xorg.conf file. Before making any changes in video configuration file make sure you create a backup file. The in <strong>xorg.conf</strong> file search for the following driver line in the Device section:</p>
<p><span style="font-size: 10pt; font-family: Courier New;"> Driver &#8220;ati&#8221;<br />
</span></p>
<p>Replace &#8220;ati&#8221; with &#8220;vesa&#8221; The final section looks similar to this:<span style="font-size: 10pt; font-family: Courier New;"><br />
</span></p>
<p><span style="font-size: 10pt; font-family: Courier New;">Section &#8220;Device&#8221;<br />
</span></p>
<p><span style="font-size: 10pt; font-family: Courier New;"> Identifier &#8220;Videocard0?<br />
</span></p>
<p><span style="font-size: 10pt; font-family: Courier New;"> Driver &#8220;vesa&#8221;<br />
</span></p>
<p><span style="font-size: 10pt; font-family: Courier New;"> VendorName &#8220;Videocard vendor&#8221;<br />
</span></p>
<p><span style="font-size: 10pt; font-family: Courier New;"> BoardName &#8220;ATI ES1000?<br />
</span></p>
<p><span style="font-size: 10pt; font-family: Courier New;"> EndSection<br />
</span></p>
<p>2. Turn off dpms. While still editing the xorg.conf file, search for the following dpms option line:</p>
<p><span style="font-size: 10pt; font-family: Courier New;">Option &#8220;dpms&#8221;<br />
</span></p>
<p>Change the option line to:</p>
<p><span style="font-size: 10pt; font-family: Courier New;">Option &#8220;dpms&#8221; &#8220;off&#8221;<br />
</span></p>
<p>This step is needed if you want to run the X-Windows in RHEL 4/ RHEL 5 Linux on HS21 blades. Unfortunately RHEL 5 installtion can be only done in text mode.  After I was done with these changes, I edited my /etc/inittab file to boot to runlevel 5 (graphical level).  Running &#8220;init 6<span style="font-family: Georgia;">?</span> forced a reboot and from there, I was able to see my RHEL 5 desktop in the IBM blade management center. I am not sure whom to blame for this issue – IBM, ATI or Red Hat for not providing the ATI drivers on HS21 IBM Blades.
<p><font color="#B4B4B4" size="-2">Post Footer automatically generated by <a href="http://www.freetimefoto.com/add_post_footer_plugin_wordpress" style="color: #B4B4B4; text-decoration:underline;">Add Post Footer Plugin</a> for wordpress.</font></p>
<p><a href="http://sharethis.com/item?&wp=3.0&amp;publisher=1bb4bf87-a90f-41cd-ac6b-e8a7e1be6194&amp;title=No+video+display+in+RHEL5+Linux+installation+on+HS21+Blades&amp;url=http%3A%2F%2Fwww.sysdigg.com%2Fno-video-display-in-rhel5-linux-installation-on-hs21-blades">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sysdigg.com/no-video-display-in-rhel5-linux-installation-on-hs21-blades/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to disable IPv6 in RHEL 5 Linux</title>
		<link>http://www.sysdigg.com/how-to-disable-ipv6-in-rhel-5-linux</link>
		<comments>http://www.sysdigg.com/how-to-disable-ipv6-in-rhel-5-linux#comments</comments>
		<pubDate>Mon, 08 Sep 2008 23:15:20 +0000</pubDate>
		<dc:creator>saif</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[RHEL 5]]></category>

		<guid isPermaLink="false">http://sysdigg.com/?p=11</guid>
		<description><![CDATA[In Red Hat Enterprise 5 Linux internet protocol version 6 (IPv6) module is turned on by default and if your network is not ready to run IPv6 then you need to turn it off on your Linux server.<script type="text/javascript">SHARETHIS.addEntry({ title: "How to disable IPv6 in RHEL 5 Linux", url: "http://www.sysdigg.com/how-to-disable-ipv6-in-rhel-5-linux" });</script>]]></description>
			<content:encoded><![CDATA[<h2 id="11_why-you-need-to-disa_1" >Why you need to disable IPv6 in RHEL 5?</h2>
<p class="MsoNormal" style="margin-right: 126.3pt;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"> </span></p>
<div style="float: right;"><script type="text/javascript"><!--
google_ad_client = "pub-1280353905211600";
google_ad_slot = "0844981269";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p class="MsoNormal" style="margin-right: 162.3pt;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">In Red Hat Enterprise 5 Linux internet protocol version 6 (IPv6) <strong><em>module</em></strong> is turned on by default and if your network is not ready to run IPv6 then you need to turn it off on your Linux server. When I first installed my Red Hat enterprise 5 server i noticed strange IPv6 error messages in <strong><em>/var/log/messages</em></strong> file.</span></p>
<p class="MsoNormal" style="margin-right: 126.3pt;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Here is how i turned IPv6 on my Red Hat Enterprise Linux 5 (RHEL5) machine.</span></p>
<h3 id="11_steps-to-disabled-ip_1" style="margin-right: 162.3pt;"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Steps to disabled IPv6 on RHEL 5: </span></h3>
<p class="MsoNormal">
<p class="MsoListParagraph" style="margin-right: 162.3pt; text-indent: -0.25in;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"><span>1.<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: &quot;Times New Roman&quot;;"> </span></span></span><!--[endif]--><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">In Fedora or RHEL5 Linux modules are loaded using /etc/modprobe.conf file, open the modprobe.conf file using your friendly editor <strong>vi </strong>or <strong>pico</strong> and add these line to disable autloading of IPv6 module</span></p>
<table class="MsoTableGrid" style="border: medium none; background: #e5e5e5 none repeat scroll 0% 0%; margin-left: 35.25pt; border-collapse: collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 0in 5.4pt; width: 461.55pt;" width="615" valign="top">
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><code><span style="font-size: 10pt;">alias net-pf-10 off</span></code><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><br />
</span><code><span style="font-size: 10pt;">alias ipv6 off</span></code></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoListParagraph" style="margin-right: 162.3pt;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"> </span></p>
<p class="MsoNormal" style="margin-left: 0.25in;">2. Next in your global network configuration file edit the IPv6 option using your root login session:</p>
<table class="MsoTableGrid" style="border: medium none; background: #e5e5e5 none repeat scroll 0% 0%; margin-left: 35.25pt; border-collapse: collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 0in 5.4pt; width: 461.55pt;" width="615" valign="top">
<p class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">bosdev # vi   /etc/sysconfig/network </span></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="margin-left: 0.25in;"><span> </span></p>
<p class="MsoNormal" style="margin-left: 0.25in;"><span> </span><span> </span>Change following option to NO:</p>
<table class="MsoTableGrid" style="border: medium none; background: #e5e5e5 none repeat scroll 0% 0%; margin-left: 35.25pt; border-collapse: collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 0in 5.4pt; width: 461.55pt;" width="615" valign="top">
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">NETWORKING_IPV6=yes to<br />
NETWORKING_IPV6=no</span></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="margin-left: 0.25in;">
<p class="MsoNormal"><span> </span>3. To turn off the IPv6 tables immediately run Linux <strong>service</strong> command to disable the IPv6 service <span> </span><span> </span></p>
<table class="MsoTableGrid" style="border: medium none; background: #e5e5e5 none repeat scroll 0% 0%; margin-left: 35.25pt; border-collapse: collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 0in 5.4pt; width: 461.55pt;" width="615" valign="top">
<p class="MsoNormal"><code><span style="font-size: 10pt;">bosdev# </span></code><code><span style="font-size: 10pt;">service   ip6tables stop</span></code></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoListParagraph">
<p class="MsoNormal"><span> </span>4. For permanently disabling the ip6tables using <strong>chkconfig</strong> command so it wouldn’t start during next Linux reboot</p>
<table class="MsoTableGrid" style="border: medium none; background: #e5e5e5 none repeat scroll 0% 0%; margin-left: 35.25pt; border-collapse: collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 0in 5.4pt; width: 461.55pt;" width="615" valign="top">
<p class="MsoNormal"><code><span style="font-size: 10pt;">bosdev# </span></code><code><span style="font-size: 10pt;">chkconfig   ip6tables off</span></code></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal">
<p class="MsoNormal" style="margin-right: 162.3pt;">Using these steps I was able to successfully turn of IPv6 on my RHEL5 Linux machine. If you want to turn off IPv6 on your RHEL 5 or Fedora machines you can disable it by following these steps.</p>
</p>
<p><center>
<div style="float: center;"><script type="text/javascript"><!--
google_ad_client = "pub-1280353905211600";
google_ad_slot = "0844981269";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p></center>
<p><font color="#B4B4B4" size="-2">Post Footer automatically generated by <a href="http://www.freetimefoto.com/add_post_footer_plugin_wordpress" style="color: #B4B4B4; text-decoration:underline;">Add Post Footer Plugin</a> for wordpress.</font></p>
<p><a href="http://sharethis.com/item?&wp=3.0&amp;publisher=1bb4bf87-a90f-41cd-ac6b-e8a7e1be6194&amp;title=How+to+disable+IPv6+in+RHEL+5+Linux&amp;url=http%3A%2F%2Fwww.sysdigg.com%2Fhow-to-disable-ipv6-in-rhel-5-linux">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sysdigg.com/how-to-disable-ipv6-in-rhel-5-linux/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
