Redirecting the Server Console to the Serial Port Using Linux Operating System:
Although the
server’s ILOM has a redirection feature that allows you to do this, you
can also redirect the server console to the serial port by doing the
following for either Red Hat (RHEL) or Suse (SLES):
1. Add the following line in /etc/inittab file (for SLES, this line might already exist but be commented out. If so, simply remove the "#" at the beginning of the line):
b. Add console=ttyS0 console=tty0 at the end of the line that starts with ""kernel /vmlinuz ..., for example:
c. Optionally, to have the grub boot menu display at the serial console, add the following lines before the splashimage line:
0 Comments