Users Guide

配置和使用 LAN
187
操作系统配置
要配置通用操作系统,请执行与您的操作系统有关的步骤。此配置
Red Hat Enterprise Linux 5.0 SUSE Linux Enterprise Server 10 SP1
Windows 2003 Enterprise 认安装。
Linux Enterprise 操作系统
1
编辑
/etc/inittab
文件以启用控制并允许用户通过
SOL
控制台登
录。将以下加到
#Run gettys in standard runlevels
部分的
7:2345:respawn:/sbin/agetty -h 115200 ttyS0 vt220
/etc/inittab
______________________________________________________________
#
# inittab This file describes how the INIT process should set up
# the system in a certain run-level.
#
SKIP this part of file
# Run gettys in standard runlevels
1:2345:respawn:/sbin/migetty tty1
2:2345:respawn:/sbin/migetty tty1
3:2345:respawn:/sbin/migetty tty1
4:2345:respawn:/sbin/migetty tty1
5:2345:respawn:/sbin/migetty tty1
6:2345:respawn:/sbin/migetty tty1
# Run xdm in runlevel 5
x:5:respawn:/etc/X11/prefdm -nodaemon
______________________________________________________________