Users Guide
Configuring Windows for Serial Console Redirection
There is no configuration necessary for servers running the Microsoft Windows Server versions, starting
with Windows Server 2003. Windows receives information from the BIOS, and enable the Special
Administration Console (SAC) console one COM1.
Configuring Linux for Server Serial Console Redirection During Boot
The following steps are specific to the Linux GRand Unified Bootloader (GRUB). Similar changes are
necessary for using a different boot loader.
NOTE: When you configure the client VT100 emulation window, set the window or application that
is displaying the redirected console to 25 rowsĂ—80 columns to make sure proper text is displayed.
Else, some text screens will appear distorted.
Edit the /etc/grub.conf file as follows:
1. Locate the general setting sections in the file and type the following two new lines:
serial --unit=1 --speed=57600
terminal --timeout=10 serial
2. Append two options to the kernel line:
kernel console=ttyS1,57600
144