80
U41621-J-Z156-1-76
Configuring the Server
Preparation for Operation
©
c
o
gni
ta
s
. Ge
s
e
lls
c
h
ft
f
ü
r T
e
c
h
n
ik
-Do
k
u
m
ent
a
ti
o
n m
b
H
2
0
0
5
P
fad
: H
:\
G
S
\P
R
IM
E
R
G
Y
R
X
80
0 S
2
\B
A
\rx
8
00s
2u
s
.k
0
4
Ê
Add the following line after the
tty6
line at the bottom of the
/etc/securetty
file to enable a user to log in as the root user through the
SOL console:
ttyS1
Ê
Complete the following steps to modify the
/boot/grub/menu.lst
file:
Ê
Comment out the
gfxmenu
line by adding a
#
in front of the word
gfxmenu
.
Ê
Add the following line before the first
title
line:
# This will allow you to only Monitor the OS boot via SOL
Ê
Append the following text to the first
title
line:
SOL Monitor
Ê
Append the following text to the
kernel
line of the first
title
section:
console=ttyS1,19200 console=tty1
Ê
Add the following four lines between the first two
title
sections:
# This will allow you to Interact with the OS boot via SOL
title linux SOL Interactive
kernel (hd0,1)/boot/vmlinuz root=/dev/hda2 acpi=oldboot
vga=791 console=tty1 console=ttyS1,19200
initrd (hd0,1)/boot/initrd
The following examples show the original content of the
/boot/grub/menu.lst
file and the content of this file after modification.
Original /boot/grub/meu.lst contents
gfxmanu (hd0,1)/boot/message
color white/blue black/light-gray
default 0
timeout 8
title linux
kernel (hd0,1)/boot/vmlinuz root=/dev/hda2 acpi=oldboot vga=791
initrd (hd0,1)/boot/initrd
title floppy
root
chain1
title failsafe
kernal (hd0,1)/boot/vmlinuz.shipped root=/dev/hda2 ide=nodma apm=off vga=normal