3 configure the target atca-9300, 1 bios configuration, 2 linux grub setting – ADLINK aTCA-9300 User Manual
Page 74: Configure the target atca-9300, Bios configuration, Linux grub setting
74
Build the source code and install IPMItool:
make
make install
Now your remote client is ready to connect to the target the aTCA-9300.
Note: The install must be run with root permissions to overlay the existing IPMItool utility in
/usr/local/bin.
7.3 Configure The Target aTCA-9300
7.3.1 BIOS
Configuration
You can refer to section 6.3.8/6.3.9 to enable Serial Port Console Redirection on COM2
Note: The aTCA-9300 supports SOL on COM2 only
7.3.2 Linux
grub
Setting
GRUB supports sending its messages to the serial console. The following lines should be
added to the top of the /boot/grub/grub.conf file.
default=1
timeout=5
serial --unit=1 --speed=115200 --word=8 --parity=no --stop=1
terminal --timeout=15 serial console
The following parameters need to be passed to each instance of the Linux kernel. They
should be added to the kernel line.
console=tty0 console=ttyS1,115200n8
An example is shown below:
title SOL (2.6.18-128.el5)
root
(hd0,0)
kernel /boot/vmlinuz-2.6.18-128.el5 ro root=LABEL=/ console=tty0
console=ttyS1,115200n8
initrd /boot/initrd-2.6.18-128.el5.img