Users Guide
シリアルポートコンソールリダイレクト: Dell OpenManage ベースボード管理コントローラユーティリティ 4.5 ユーザーズガイド
file:///T¦/htdocs/SOFTWARE/smbmcmu/BMCMU_4_5/ja/ug/bmcugadd.htm[10/26/2012 10:24:40 AM]
kernel .............console=ttyS0,19200
111 /etc/grub.conf に splashimage ディレクティブが含まれている場合は、コメントアウトする必要があります。
このサンプルファイルは 19200 のボーレートを使った例です。次の最大ボーレートは BMC シリアル通信と SOL で使用できます。
PowerEdge 1425SC および その他の PowerEdge x8xx システムでは 19200。
Dell Remote Access Controller 5(DRAC 5)なしの PowerEdge x9xx システムおよび xx0x システムでは 57600。
DRAC 5 のある PowerEdge x9xx および xx0x システムでは 115200。
PowerEdge xx1x システムでは 115200。
表 8-1 サンプルファイル: /etc/grub.con
# grub.conf generated by anaconda
#
Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /,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=0 --speed=19200
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
grub.conf 編集の追加情報
111 場合によっては、GRUB のグラフィカルインターフェイスを無効にして、テキストベースのインターフェイスを使用する必要がありま
す。そうしないと、BMU コンソールリダイレクションで GRUB の画面は表示されません。これを行うには、splashimage で始まる
行 をコメントアウトします。
111 GRUB に複数のオプションがあり、これらすべてが BMU シリアル接続を使用してコンソールセッションを開始するように設定したい
場合は、全部のオプションに console=ttyS1,19200 を追加します。 前の例では、最初のオプションのみに
console=ttyS0,19200 が追加されています。
起動後のコンソールへのログインを有効にする
/etc/inittab ファイルを次のように編集します。
新しい行を追加して COM1 シリアルポートに getty を次のように設定します。
co:2345:respawn:/sbin/agetty -h -L 19200 ttyS0 vt100
新しい行を追加したサンプルファイルを参照してください。
表 8-2 サンプルファイル: /etc/innitab
#
# inittab This file describes how the INIT process should set up
# the system in a certain run-level
#