Re: how to setup the linux to send to console server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2007-12-28 at 03:53 +0800, adrian kok wrote:
> Hi all
> 
> I am searching some sites and still don't know how to
> setup the linux to send to console server
> 
> Can you give me information?
> 
> Thank you


I read this How-To years ago (this site is an awesome resource BTW).
http://tldp.org/HOWTO/Remote-Serial-Console-HOWTO/

The three things that need to be configured are:
1. BIOS (if you are lucky enough)
2. GRUB
3. kernel (through parameters from GRUB)

For a quick and dirty answer:

add (or modify) the following lines to /etc/grub.conf

	serial --unit=0 --speed=9600 --word=8 --parity=no --stop=1
	terminal serial console

and modify the "kernel" line in /etc/grub.conf adding

	console=tty0 console=ttyS0,9600n8


That will enable both GRUB and TTY access through ttyS0 (COM1 in
win-speak) using 9600bps and 8n1.  You can change those values, you just
need to modify your serial terminal to match.


--Tim
 ___________________________________________________ 
< Go on, EMOTE!  I was RAISED on thought balloons!! >
 --------------------------------------------------- 
  \
   \   \
        \ /\
        ( )
      .( o ).

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux