Users Guide

Table Of Contents
Identifier GUID-31193DB2-C886-4DAF-91DD-D2D8EAF132B8
Version 1
Status Translation Validated
从串行控制台控制 GRUB
您可以配置 GRUB 以使用串行控制台而不是 VGA 控制台。这允许您中断引导进程并选择其他内核或添加内核参数,例如引导至单用
户模式。
要配置 GRUB 以使用串行控制台,需为初始图像添加注释,并将 serial terminal 选项添加至 grub.conf
[root@localhost ~]# cat /boot/grub/grub.conf
# 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/hda2
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
#splashimage=(hd0,0)/grub/splash.xpm.gz
serial --unit=0 --speed=1152001
: 重新启动系统以使设置生效。
Identifier GUID-D2E6F31B-6E42-4FDC-A2BD-44FE8119C172
Version 2
Status Translation Validated
支持的 SSH 加密方案
要使用 SSH 协议与 iDRAC 通信,它支持下表中列出的多种密码方案。
. 19: SSH 密码方案 (续)
方案类型 算法
非对称加密
公钥
ssh-rsa
设置 iDRAC 通信 143
DRAFT