|
Linux HowTo's -
Beginner Linux HowTo's
|
|
Written by Allen Sanabria
|
|
Sunday, 10 February 2008 00:36 |
|
This tutorial is for those Admins who need to setup serial console on there LINUX servers
Section-1
-
-
-
Now it is time to edit /boot/grub.conf. These two entries need to be added into grub.conf serial --unit=0 --speed=57600 terminal --timeout=5 serial console And append this to console=ttyS0,57600n8 to your kernel entry.
- Here is the all in one solution..
serial --unit=0 --speed=57600 terminal --timeout=5 serial console title CentOS (2.6.9-55.0.2.EL) root (hd1,0) kernel /vmlinuz-2.6.9-55.0.2.EL ro root=/dev/VolGroup00/LogVol00 console=tty0 console=ttyS0,57600n8 initrd /initrd-2.6.9-55.0.2.EL.img
- Now reboot your server and from another box console in.
Section-2
-
Now we will show you how to setup a serial console for Ubuntu Feisty 7.0.4, (Reason I chose Feisty is that Feisty no longer uses the /etc/inittab . Instead uses upstart for its init functions)
- First step, follow the First step in Section-1 of this tutorial.
-
-
Now proceed to third step of Section-1 of this tutorial.
|
|
Last Updated ( Sunday, 27 April 2008 17:28 )
|