<?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: Redirecting the CentOS and Fedora Linux console to a serial port (virsh console edition)</title>
	<atom:link href="http://prefetch.net/blog/index.php/2009/06/17/redirecting-the-centos-and-fedora-linux-console-to-a-serial-port-virsh-console-edition/feed/" rel="self" type="application/rss+xml" />
	<link>http://prefetch.net/blog/index.php/2009/06/17/redirecting-the-centos-and-fedora-linux-console-to-a-serial-port-virsh-console-edition/</link>
	<description>Blog O' Matty</description>
	<lastBuildDate>Fri, 04 May 2012 19:58:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Boyan Boychev</title>
		<link>http://prefetch.net/blog/index.php/2009/06/17/redirecting-the-centos-and-fedora-linux-console-to-a-serial-port-virsh-console-edition/comment-page-1/#comment-829350</link>
		<dc:creator>Boyan Boychev</dc:creator>
		<pubDate>Thu, 03 Jun 2010 09:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/?p=2165#comment-829350</guid>
		<description>How do I set up a guest so that the virsh and xm console commands work for my KVM or Xen guests on RHEL5?
--------------------------------------------------------------------------------------------------------------------------------------
http://kbase.redhat.com/faq/docs/DOC-25454</description>
		<content:encoded><![CDATA[<p>How do I set up a guest so that the virsh and xm console commands work for my KVM or Xen guests on RHEL5?<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
<a href="http://kbase.redhat.com/faq/docs/DOC-25454" rel="nofollow">http://kbase.redhat.com/faq/docs/DOC-25454</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul Panwar</title>
		<link>http://prefetch.net/blog/index.php/2009/06/17/redirecting-the-centos-and-fedora-linux-console-to-a-serial-port-virsh-console-edition/comment-page-1/#comment-829319</link>
		<dc:creator>Rahul Panwar</dc:creator>
		<pubDate>Mon, 24 May 2010 05:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/?p=2165#comment-829319</guid>
		<description>Hi,

I am also doing the same to configure the serial console on centos 5.4.

But my problem is that my computer ttyS0 (com1) is not working. I installed a PCI serial card &amp; it is installed in Centos as ttyS1.

Now i want to do the same with ttyS1, my grub.conf is as follows:
**********************************************
default=0
timeout=5
#splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
serial --unit=1 --speed=115200
terminal --timeout=2 console serial
title CentOS (2.6.18-164.15.1.el5.centos.plusPAE)
        root (hd0,0)
        kernel /vmlinuz-2.6.18-164.15.1.el5.centos.plusPAE ro root=/dev/CoralVol00/CoralOS00 console=tty0 console=ttyS1,115200n8
        initrd /initrd-2.6.18-164.15.1.el5.centos.plusPAE.img
title CentOS-base (2.6.18-164.15.1.el5.centos.plus)
        root (hd0,0)
        kernel /vmlinuz-2.6.18-164.15.1.el5.centos.plus ro root=/dev/CoralVol00/CoralOS00 rhgb quiet
        initrd /initrd-2.6.18-164.15.1.el5.centos.plus.img
**********************************************

I also created an entry in inittab:
**********************************************
S1:12345:respawn:/sbin/agetty -L 115200 ttyS1 vt100
**********************************************

But i am receiving kernel panic after doing these setting. Can you help me, what i am doing wrong?

Regards,
Rahul Panwar</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am also doing the same to configure the serial console on centos 5.4.</p>
<p>But my problem is that my computer ttyS0 (com1) is not working. I installed a PCI serial card &amp; it is installed in Centos as ttyS1.</p>
<p>Now i want to do the same with ttyS1, my grub.conf is as follows:<br />
**********************************************<br />
default=0<br />
timeout=5<br />
#splashimage=(hd0,0)/grub/splash.xpm.gz<br />
hiddenmenu<br />
serial &#8211;unit=1 &#8211;speed=115200<br />
terminal &#8211;timeout=2 console serial<br />
title CentOS (2.6.18-164.15.1.el5.centos.plusPAE)<br />
        root (hd0,0)<br />
        kernel /vmlinuz-2.6.18-164.15.1.el5.centos.plusPAE ro root=/dev/CoralVol00/CoralOS00 console=tty0 console=ttyS1,115200n8<br />
        initrd /initrd-2.6.18-164.15.1.el5.centos.plusPAE.img<br />
title CentOS-base (2.6.18-164.15.1.el5.centos.plus)<br />
        root (hd0,0)<br />
        kernel /vmlinuz-2.6.18-164.15.1.el5.centos.plus ro root=/dev/CoralVol00/CoralOS00 rhgb quiet<br />
        initrd /initrd-2.6.18-164.15.1.el5.centos.plus.img<br />
**********************************************</p>
<p>I also created an entry in inittab:<br />
**********************************************<br />
S1:12345:respawn:/sbin/agetty -L 115200 ttyS1 vt100<br />
**********************************************</p>
<p>But i am receiving kernel panic after doing these setting. Can you help me, what i am doing wrong?</p>
<p>Regards,<br />
Rahul Panwar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khalid</title>
		<link>http://prefetch.net/blog/index.php/2009/06/17/redirecting-the-centos-and-fedora-linux-console-to-a-serial-port-virsh-console-edition/comment-page-1/#comment-829265</link>
		<dc:creator>khalid</dc:creator>
		<pubDate>Sat, 24 Apr 2010 06:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/?p=2165#comment-829265</guid>
		<description>Thanks a lot for your material.



Khalid.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your material.</p>
<p>Khalid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dude1</title>
		<link>http://prefetch.net/blog/index.php/2009/06/17/redirecting-the-centos-and-fedora-linux-console-to-a-serial-port-virsh-console-edition/comment-page-1/#comment-807404</link>
		<dc:creator>Dude1</dc:creator>
		<pubDate>Fri, 26 Jun 2009 18:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/?p=2165#comment-807404</guid>
		<description>Thanks man this rocks. 

If you looking for a  good how to setup console for remote logins on unix and vmware esx server, look here.</description>
		<content:encoded><![CDATA[<p>Thanks man this rocks. </p>
<p>If you looking for a  good how to setup console for remote logins on unix and vmware esx server, look here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gp</title>
		<link>http://prefetch.net/blog/index.php/2009/06/17/redirecting-the-centos-and-fedora-linux-console-to-a-serial-port-virsh-console-edition/comment-page-1/#comment-801616</link>
		<dc:creator>gp</dc:creator>
		<pubDate>Thu, 18 Jun 2009 13:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/?p=2165#comment-801616</guid>
		<description>This also works with almost all linux distros, except that a few distros already have ttyS0 in the /etc/securetty file (at least Debian and its sons). I use it to have serial console in my VMware server lab servers :)</description>
		<content:encoded><![CDATA[<p>This also works with almost all linux distros, except that a few distros already have ttyS0 in the /etc/securetty file (at least Debian and its sons). I use it to have serial console in my VMware server lab servers :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schroeder</title>
		<link>http://prefetch.net/blog/index.php/2009/06/17/redirecting-the-centos-and-fedora-linux-console-to-a-serial-port-virsh-console-edition/comment-page-1/#comment-801284</link>
		<dc:creator>Jeff Schroeder</dc:creator>
		<pubDate>Thu, 18 Jun 2009 01:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/?p=2165#comment-801284</guid>
		<description>If you use cobbler + koan and build the virtual node with koan, it will do this for you fyi.</description>
		<content:encoded><![CDATA[<p>If you use cobbler + koan and build the virtual node with koan, it will do this for you fyi.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

