Users Guide

使用 config 命令racadm config -g cfgRacTuning -o cfgRacTuneRemoteRacadmEnable 0
使用 set 命令racadm set iDRAC.Racadm.Enable 0
: 建议在本地系统上运行这些命令。
禁用本地 RACADM
本地 RACADM 默认情况下已启用。要禁用请参阅禁用访问以修改主机系统上的 iDRAC7 配置设置
启用受管系统上的 IPMI
在受管系统上使用 Dell Open Manage Server Administrator 可启用或禁用 IPMI。有关更多信息请参阅
dell.com/support/manuals 上提供的
Dell Open Manage Server Administrators User Guide
Dell Open Manage
Server Administrator 用户指南
为引导期间的串行控制台配置 Linux
以下步骤专用于 Linux GRand Unified Bootloader (GRUB)。如果使用不同的引导加载程序则需要类似的更改。
: 在配置客户端 VT100 仿真窗口时将显示重定向虚拟控制台的窗口或应用程序设置为 25 x 80 列以确
保文本正确显示。否则有些文本屏幕可能会出现乱码。
按照以下说明编辑 /etc/grub.conf 文件
1. 找到文件的 General Setting常规设置部分并添加以下内容
serial --unit=1 --speed=57600 terminal --timeout=10 serial
2. 在内核行上追加两个选项
kernel ............. console=ttyS1,115200n8r console=tty1
3. 禁用 GRUB 的图形界面并使用基于文本的界面。否则GRUB 屏幕不会在 RAC 虚拟控制台中显示。要禁用
图形界面
请注释掉以 splashimage 开头的行。
以下示例提供了示例 /etc/grub.conf 文件显示在此过程中说明的更改。
# 通过 anaconda 生成的 grub.conf # 请注意,您对此文件进行更改后无需重新运行 grub #
意:您没有 /boot 分区。这意味着所有 # 内核和 initrd 路径都与 / 相关,例如 # 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,115200n8r 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
4. 要启用多个 GRUB 选项来通过 RAC 串行连接启动虚拟控制台会话将以下行添加到所有选项
console=ttyS1,115200n8r console=tty1
本例显示 console=ttyS1,57600 添加到第一个选项。
允许在引导后登录到虚拟控制台
在文件 /etc/inittab 新增一行以在 COM2 串行端口上配置 agetty
co:2345:respawn:/sbin/agetty -h -L 57600 ttyS1 ansi
以下示例显示新增了一行的示例文件。
#inittab This file describes how the INIT process should set up #the system in
a certain run-level. #Author:Miquel van Smoorenburg #Modified for RHS Linux by
113