<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Linux%3A_Setting_up_SOL_%28Serial_Over_Lan%29</id>
	<title>Linux: Setting up SOL (Serial Over Lan) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Linux%3A_Setting_up_SOL_%28Serial_Over_Lan%29"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Linux:_Setting_up_SOL_(Serial_Over_Lan)&amp;action=history"/>
	<updated>2026-05-04T20:17:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Linux:_Setting_up_SOL_(Serial_Over_Lan)&amp;diff=1235&amp;oldid=prev</id>
		<title>David: Created page with &quot;== Verify BIOS Settings == * Ensure the following is set in the BIOS &lt;syntaxhighlight&gt; Advanced   -&gt; Remote Access Configuration    -&gt; Remote Access            [Enabled]    -&gt; Serial por...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Linux:_Setting_up_SOL_(Serial_Over_Lan)&amp;diff=1235&amp;oldid=prev"/>
		<updated>2012-11-12T13:34:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Verify BIOS Settings == * Ensure the following is set in the BIOS &amp;lt;syntaxhighlight&amp;gt; Advanced   -&amp;gt; Remote Access Configuration    -&amp;gt; Remote Access            [Enabled]    -&amp;gt; Serial por...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Verify BIOS Settings ==&lt;br /&gt;
* Ensure the following is set in the BIOS&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
Advanced &lt;br /&gt;
 -&amp;gt; Remote Access Configuration&lt;br /&gt;
   -&amp;gt; Remote Access            [Enabled]&lt;br /&gt;
   -&amp;gt; Serial port number       [Com2]&lt;br /&gt;
   -&amp;gt; Serial Port Mode         [115200 8,n,1]&lt;br /&gt;
   -&amp;gt; Flow Control             [None]&lt;br /&gt;
   -&amp;gt; Redirect After BIOS Port [Always]&lt;br /&gt;
   -&amp;gt; Terminal Type            [VT100] &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
== Update inittab ==&lt;br /&gt;
* Edit /etc/inittab&lt;br /&gt;
* Add the #enable SOL entry as follows:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
id:3:initdefault:&lt;br /&gt;
&lt;br /&gt;
# enable sol&lt;br /&gt;
S1:2345:respawn:/sbin/agetty ttyS1 115200 vt100&lt;br /&gt;
&lt;br /&gt;
# System initialization.&lt;br /&gt;
si::sysinit:/etc/rc.d/rc.sysinit&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
== Update GRUB ==&lt;br /&gt;
* Edit /boot/menu/grub.lst&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
default=0&lt;br /&gt;
timeout=5&lt;br /&gt;
serial --unit=1 --speed=115200 --word=8 --parity=no --stop=1&lt;br /&gt;
terminal --timeout=10 serial console&lt;br /&gt;
#splashimage=(hd0,0)/grub/splash.xpm.gz&lt;br /&gt;
hiddenmenu&lt;br /&gt;
title CentOS (2.6.18-194.el5)&lt;br /&gt;
        root (hd0,0)&lt;br /&gt;
        kernel /vmlinuz-2.6.18-194.el5 ro root=LABEL=/ serial console=ttyS1,115200n8&lt;br /&gt;
        initrd /initrd-2.6.18-194.el5.img&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Connecting using IPMITool ==&lt;br /&gt;
* Start a SOL session&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
ipmitool -I lanplus -H x.x.x.x -U [username] -P [password] sol activate&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== SOL Shortcut Keys ==&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
Defined As     F1     F2     F3     F4     F5     F6     F7     F8     F9     F10    F11    F12&lt;br /&gt;
Keyboard Entry &amp;lt;ESC&amp;gt;1 &amp;lt;ESC&amp;gt;2 &amp;lt;ESC&amp;gt;3 &amp;lt;ESC&amp;gt;4 &amp;lt;ESC&amp;gt;5 &amp;lt;ESC&amp;gt;6 &amp;lt;ESC&amp;gt;7 &amp;lt;ESC&amp;gt;8 &amp;lt;ESC&amp;gt;9 &amp;lt;ESC&amp;gt;0 &amp;lt;ESC&amp;gt;! &amp;lt;ESC&amp;gt;@@&lt;br /&gt;
&lt;br /&gt;
Defined As     Home   End    Insert Delete PageUp PageDn&lt;br /&gt;
Keyboard Entry &amp;lt;ESC&amp;gt;h &amp;lt;ESC&amp;gt;k &amp;lt;ESC&amp;gt;+ &amp;lt;ESC&amp;gt;- &amp;lt;ESC&amp;gt;? &amp;lt;ESC&amp;gt;/&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
</feed>