Users Guide
Cuando modifique el archivo /etc/grub.conf, siga las siguientes directrices:
1. DesactivelainterfazgráficadelaGRUByutilicelainterfazabasedetexto;delocontrario,lapantalladeGRUBnosemostraráenlaredirecciónde
consoladeRAC.Paradesactivarlainterfazgráfica,inserteuncarácterdecomentarioaliniciodelalíneaquecomienzaconsplashimage.
2. ParaarrancarvariasopcionesdeGRUBafindeiniciarsesionesdeconsolaentodalaconexiónseriedelRAC,agreguelasiguientelíneaatodaslas
opciones:
console=ttyS1,57600
La tabla3-2 muestra el elemento console=ttyS1,57600agregadoúnicamenteenlaprimeraopción.
PermitirIniciodesesiónenlaconsoladespuésdelinicio
Modifique el archivo /etc/inittab,comoseindicaacontinuación:
Agregueunanuevalíneaparaconfiguraragetty en el puerto serie COM2:
co:2345:respawn:/sbin/agetty -h -L 57600 ttyS1 ansi
La tabla3-3muestraunarchivodeejemploconlanuevalínea.
Tabla 3-3.Archivodemuestra:/etc/innitab
#grub.confgeneratedbyanaconda
#
# Note that you do not have to rerun grub after making changes
# to this file
#NOTICE:Youdonothavea/bootpartition.Thismeansthat
#allkernelandinitrdpathsarerelativeto/,e.g.
#root(hd0,0)
#kernel/boot/vmlinuz-version ro root= /dev/sdal
#initrd/boot/initrd-version.img
#
#boot=/dev/sda
default=0
timeout=10
#splashimage=(hd0,2)/grub/splash.xpm.gz
serial --unit=1 --speed=57600
terminal --timeout=10 serial
title Red Hat Linux Advanced Server (2.4.9-e.3smp)
root(hd0,0)
kernel/boot/vmlinuz-2.4.9-e.3smp ro root= /dev/sda1 hda=ide-scsi console=ttyS0 console= ttyS1,57600
initrd/boot/initrd-2.4.9-e.3smp.img
title Red Hat Linux Advanced Server-up (2.4.9-e.3)
root(hd0,00)
kernel/boot/vmlinuz-2.4.9-e.3 ro root=/dev/sda1 s
initrd/boot/initrd-2.4.9-e.3.im
#
#inittabThisfiledescribeshowtheINITprocessshouldsetup
#thesysteminacertainrun-level.
#
#Author:MiquelvanSmoorenburg
#ModifiedforRHSLinuxbyMarcEwingandDonnieBarnes
#
#Defaultrunlevel.TherunlevelsusedbyRHSare:
#0- halt (Do NOT set initdefault to this)
#1- Single user mode
#2- Multiuser, without NFS (The same as 3, if you do not have
#networking)
#3- Full multiuser mode
#4- unused