Fichier /boot/grub/grub.conf modifié
#grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
#
all kernel and initrd paths are relative to /boot/, eg.
#
root (hd0,0)
#
kernel /vmlinuz-version ro root=/dev/hda6
#
initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
# splashimage=(hd0,0)/grub/splash.xpm.gz
# Permet de surveiller le système d'exploitation via SOL uniquement
title Red Hat Enterprise Linux ES (2.4.9-e.12smp) SOL Monitor
root (hd0,0)
kernel /vmlinuz-2.4.9-e.12smp ro root=/dev/hda6 console=ttyS0,19200 console=tty1
initrd /initrd-2.4.9-e.12smp.img
# Permet d'interagir avec le système d'exploitation via SOL uniquement
title Red Hat Linux (2.4.9-e.12smp) SOL Interactive
root (hd0,0)
kernel /vmlinuz-2.4.9-e.12smp ro root=/dev/hda6 console=tty1 console=ttyS0,19200
initrd /initrd-2.4.9-e.12smp.img
title Red Hat Enterprise Linux ES-up (2.4.9-e.12)
root (hd0,0)
kernel /vmlinuz-2.4.9-e.12 ro root=/dev/hda6
initrd /initrd-2.4.9-e.12.img
A l'issue de ces procédures, vous devez redémarrer le système d'exploitation Linux
pour appliquer vos modifications et activer SOL.
Configuration sous SUSE SLES 9.0 :
Remarque : Cette procédure correspond à une installation par défaut de SUSE
Linux Enterprise Server (SLES) 9.0. Les noms de fichier, structures et commandes
peuvent différer selon la version SUSE Linux utilisée.
Configurez les paramètres généraux de Linux afin d'exploiter la fonctionnalité SOL
sous le système d'exploitation SLES 9.0.
Remarque : Le contrôle de flux matériel évite toute perte de caractères pendant la
communication sur une connexion série. Vous devez l'activer si vous utilisez un
système d'exploitation Linux.
1. Dans le fichier /etc/inittab, ajoutez la ligne suivante à la fin de la section #
getty-programs for the normal runlevels. Le programme activera ainsi le
contrôle de flux matériel et permettra aux utilisateurs de se connecter via la
console SOL.
7:2345:respawn:/sbin/agetty -h ttyS0 19200 vt102
Chapitre 3. Configuration du serveur
63