5. メインメニューの リ モ ー ト サ ー バ ー用シ リ ア ル オ ー バ ー LAN の設 定 (オプション 2)を選択します。
SOL 設定メニューが表示されます。現在の SOL 状態によって SOL 設定メニューの内容は次のように変わります。
l SOL が既に有効になっている場合、現在の設定が表示され 3 つの選択肢が提示されます。
1. シリアルオーバー LAN を無効にする 2. シリアルオーバー LAN の設定を変更する 3. キャンセル
l SOL が有効になっている場合は、SOL ボーレートが iDRAC6 のボーレートと同じで、ユーザーにシステム管理者権限が付与されていることを確認してください。
l 現在 SOL が無効になっている場合は、Y と入力して SOL を有効にするか、N を入力して SOL を 無効のままにします。
6. メインメニューで 仮想コ ン ソ ー ル の起 動 (オプション 3)を選択します。
リモート管理下システムのテキストコンソールが管理ステーションにリダイレクトされます。
7. メインメニューで 仮想コ ン ソ ー ル の再 起 動と ア ク テ ィ ブ化 (オプション 4)を選択します(オプション)。
リモート管理下システムの電源状態が確認されます。電源がオンの場合は、正常なシャットダウンか強制シャットダウンかを選択します。
次に、電源状態が オ ン に変わるまで、状態が監視されます。仮想コンソールが開始し、リモート管理下システムのテキストコンソールが管理ステーションにリダイレクトされます。
管理下システムの再起動中に BIOS システム設定プログラムに切り替えて BIOS の設定や表示ができます。
8. メインメニューで ヘ ル プ (オプション 5)を選択すると、各オプションの詳しい説明が表示されます。
9. メインメニューで 終 了 (オプション 6)を選択すると、Telnet セッションが終了して SOL プロキシから切断されます。
racadm racreset
オペレーティングシステムの設定
汎用オペレーティングシステムを設定するには、お使いのオペレーティングシステムに該当する手順に従ってください。この設定は、Red Hat Enterprise Linux 5.0、SUSE Linux Enterprise Server 10 SP1、Windows 2003 Enterprise のデフォルトインストールに基づくものです。
4:2345:respawn:/sbin/mingetty tty1 5:2345:respawn:/sbin/mingetty tty1 6:2345:respawn:/sbin/mingetty tty1
# Run xdm in runlevel 5
x:5:respawn:/etc/X11/prefdm -nodaemon
______________________________________________________________
変更後の /etc/inittab の例
______________________________________________________________
#
# inittab This file describes how the INIT process should set up
# the system in a certain run-level.
#
ファイルのこの部分をスキップします。
# Run gettys in standard runlevels
1:2345:respawn:/sbin/mingetty tty1 2:2345:respawn:/sbin/mingetty tty1 3:2345:respawn:/sbin/mingetty tty1 4:2345:respawn:/sbin/mingetty tty1 5:2345:respawn:/sbin/mingetty tty1 6:2345:respawn:/sbin/mingetty tty1
7:2345:respawn:/sbin/agetty -h 115200 ttyS0 vt220
# Run xdm in runlevel 5
x:5:respawn:/etc/X11/prefdm -nodaemon
______________________________________________________________
2. /etc/securetty ファイルを編集して、ユーザーが SOL コンソールからルートユーザーとしてログインできるようにします。console の後に次の行を追加します。
ttyS0
元の /etc/securetty の例:
______________________________________________________________
console vc/1 vc/2 vc/3 vc/4
ファイルの残りの部分をスキップします
______________________________________________________________
元の /etc/securetty の例:
______________________________________________________________
console ttyS0
vc/1 vc/2
vc/3 vc/4
ファイルの残りの部分をスキップします
______________________________________________________________
3. /boot/grub/grub.conf または /boot/grub/menu.list ファイルを編集して、SOL の起動オプションを追加します。
a. 各種の UNIX 系オペレーティングシステムで、グラフィカル表示行をコメントアウトします。
¡ splas himage=(had0,0)/grub/splash.xpm.gz(RHEL 5 の場合)
¡ gfxmenu (hda0,5)/boot/message(SLES 10 の場合)
b. 最初の title= ... 行の前に次の行を追加します。
# Redirect OS boot via SOL
c. 最初の title= ... 行の後に次のエントリを追加します。
SOL redirection
d. 最初の title= ...:の kernel/_ 行の後に次のテキストを追加します。
console=tty1 console=ttyS0,115200
RHEL 5 の元の /boot/grub/grub.conf の例:
______________________________________________________________
# grub.conf generated by anaconda
#
# Note that you do not have to return grub after making changes to this
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinux-version ro root=/dev/VolGroup00/LogVol00
# initrd /boot/initrd-version.img
#boot=/dev/sda default=0 timeout=5
splashimage=(hd0,0)/grub/splash.xpm/gz hiddenmenu
title Red Hat Enterprise Linux 5 root (hd0,0)
kernel /vmlinuz-2.6.18-8.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet initrd /initrd-2.6.18-8.el5.img
______________________________________________________________
変更後の /boot/grub/grub.conf の例:
______________________________________________________________
# grub.conf generated by anaconda
#
# Note that you do not have to return grub after making changes to this
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
メ モ:Red Hat Enterprise Linux 5 での /boot/grub/grub.conf は /boot/grub/menu.list へのシンボリックリンクです。どちらの設定も変更できます。
# root (hd0,0)
# kernel /vmlinux-version ro root=/dev/VolGroup00/LogVol00
# initrd /boot/initrd-version.img
#boot=/dev/sda default=0 timeout=5
#splashimage=(hd0,0)/grub/splash.xpm/gz
hiddenmenu
# Redirect the OS boot via SOL
title Red Hat Enterprise Linux 5 SOL redirection
root (hd0,0)
kernel /vmlinuz-2.6.18-8.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet console=tty1 console=ttyS0,115200 initrd /initrd-2.6.18-8.el5.img
______________________________________________________________
SLES 10 の元の /boot/grub/menu.list の例:
______________________________________________________________
#Modified by YaST2. Last modification on Sat Oct 11 21:52:09 UTC 2008 Default 0
Timeout 8
gfxmenu (hd0.5)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
SUSE Linux Enterprise Server 10 SP1 root (hd0,5)
kernel /boot/vmlinux-2.6.16-46-0.12-bigsmp root=/dev/disk/by-id/scsi-35000c5000155c resume=/dev/sda5 splash=silent showopts initrd /boot/initrd-2.6.16.46-0.12-bigsmp
______________________________________________________________
SLES 10 の変更後の /boot/grub/menu.list の例:
______________________________________________________________
#Modified by YaST2. Last modification on Sat Oct 11 21:52:09 UTC 2008 Default 0
Timeout 8
#gfxmenu (hd0.5)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux Enterprise Server 10 SP1 SOL redirection root (hd0,5)
kernel /boot/vmlinux-2.6.16-46-0.12-bigsmp root=/dev/disk/by-id/scsi-35000c5000155c resume=/dev/sda5 splash=silent showopts console=tty1 console=ttyS0,115200
initrd /boot/initrd-2.6.16.46-0.12-bigsmp
______________________________________________________________