Users Guide

70 Configuring and Using the DRAC 5 Command Line Console
When you edit the /etc/grub.conf file, use the following guidelines:
1
Disable GRUB's graphical interface and use the text-based interface;
otherwise, the GRUB screen will not be displayed in RAC console
redirection. To disable the graphical interface, comment out the line
starting with
splashimage
.
2
To start multiple GRUB options to start console sessions through the RAC
serial connection, add the following line to all options:
console=ttyS1,57600
Ta b le 3 - 2
shows
console=ttyS1,57600
added to only the first option.
Enabling Login to the Console After Boot
Edit the file /etc/inittab, as follows:
Add a new line to configure
agetty
on the COM2 serial port:
co:2345:respawn:/sbin/agetty -h -L 57600 ttyS1 ansi
Table 3-3 shows a sample file with the new line.