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.