A. Dell PowerEdge T640 配置iDRAC9
配置Dell PowerEdge T640的iDRAC9的关键步骤包括:
设置iDRAC IP地址:
访问iDRAC Web用户界面:
配置目录登录:
处理安全证书问题:
配置LifeCycle Controller :
注意事项: 默认情况下,专用iDRAC网卡是禁用的,iDRAC在LOM 1上共享网卡。对于刀片式服务器,iDRAC网络接口默认情况下已禁用。 在配置过程中,如果遇到任何问题,请参考Dell官方网站上的最新《集成戴尔远程访问控制器用户指南》以获取更多信息和帮助。
B. dell服务器开机初始化idrac
天互数据
在下面这个地方启用
iDRAC 设置 => 服务 => VNC 服务器 => 超时
或者在idrac卡的下面这个地方设置:
iDRAC 设置 => 网络 => IPMI 设置 => 启用 LAN 上的 IPMI
同时,建议把web server及ssh服务的timeout值适当调低:
iDRAC 设置 => 服务 => Web Server => 超时
iDRAC 设置 => 服务 => SSH => 超时
iDRAC 设置 => 服务 => Telnet => 超时
iDRAC 设置 => 服务 => VNC 服务器 => 超时
利用 racadm 工具(racadm工具的安装自行搞定)关闭超时会话,首先可以查看当前的会话连接情况,例如:
[ 15:41:10-root@fzdm-10-59-xx-xx:~ ]#racadm -r 10.59.xx.xx -uroot -p”xx” getssninfo
Security Alert: Certificate is invalid ? self signed certificate
Continuing execution. Use -S option for racadm to stop execution on certificate-related errors.
SSNID Type User IP Address Login Date/Time
—————————————————————————
20 SSH root 10.5.xx.xx 11/18/2014 15:38:43
25 GUI root 10.5.xx.xx 11/18/2014 15:40:27
28 RACADM root 10.59.xx.xx 11/18/2014 15:41:17
29 SSH root 10.59.xx.xx 11/18/2014 15:41:18
再执行下面的命令,关闭超时会话连接
[ 15:40:52-root@fzdm-10-59-xx-xx:~ ]#racadm -r 10.59.xx.xx -uroot -p”xx” closessn -i 25
Security Alert: Certificate is invalid ? self signed certificate
Continuing execution. Use -S option for racadm to stop execution on certificate-related errors.
Session 19 closed successfully.