idrac 忘記密碼,不重啓修改密碼 & 安裝OMSA srvadmin 命令行下查看硬件狀態 DELL 服務器

機器型號:Dell R610

操作系統:centos7.4

默認安裝方式:

wget -q -O -   http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash

yum -y install srvadmin-all

cp /opt/dell/srvadmin/sbin/omreport /usr/bin /opt/dell/srvadmin/sbin/srvadmin-services.sh start

一般舊的型號,如R630,R410等,在centos7上安裝後, 會出現別不到陣列卡 no controllers found等問題,可嘗試使用OMSA7.1。安裝方法如下:

1.卸載yum安裝的omsa,下載OMSA7.1,準備環境

rpm -e $(rpm -qa | grep srvadmin) 
wget http://downloads.dell.com/FOLDER00651500M/1/OM-SrvAdmin-Dell-Web-LX-7.1.0-5304.RHEL6.x86_64_A00.tar.gz
yum install libcmpiCppImpl0 openwsman-server openwsman-client sblim-sfcb pciutils libgcrypt-devel libxslt

2.解壓:

tar zxvf OM-SrvAdmin-Dell-Web-LX-7.1.0-5304.RHEL6.x86_64_A00.tar.gz

3.修改redhat-release文件:

mv /etc/redhat-release /etc/redhat-release.bak; echo "Santiago Centos release 6.3 (Final)" >> /etc/redhat-release

4.運行setup.sh開始安裝:

./setup.sh

#選擇如下幾項即可 (7選擇全部,然後按i選擇安裝啓動)

Installed Components:    [x] Server Instrumentation    

                                       [x] Server Administrator Web Server  

                                       [x] Storage Management    

                                       [x] Remote Access Core Component  

                                       [x] Remote Access SA Plugin Component

5.還原redhat-release文件:

rm -f /etc/redhat-release; mv /etc/redhat-release.bak /etc/redhat-release

6.開機啓動:(可以不進行配置)

echo '/opt/dell/srvadmin/sbin/srvadmin-services.sh start' >> /etc/rc.local

至此就安裝完成了,查看下陣列卡信息:

[opt]#  /opt/dell/srvadmin/bin/omreport storage controller
 Controller  PERC H700 Integrated (Embedded)

Controllers
ID                                            : 0
Status                                        : Ok
Name                                          : PERC H700 Integrated
Slot ID                                       : Embedded
State                                         : Ready
Firmware Version                              : 12.10.4-0001
Minimum Required Firmware Version             : Not Applicable
Driver Version                                : 07.701.17.00-rh1
Minimum Required Driver Version               : Not Applicable
Storport Driver Version                       : Not Applicable
Minimum Required Storport Driver Version      : Not Applicable
Number of Connectors                          : 2
Rebuild Rate                                  : 30%
BGI Rate                                      : 30%
Check Consistency Rate                        : 30%
Reconstruct Rate                              : 30%
Alarm State                                   : Not Applicable
Cluster Mode                                  : Not Applicable
SCSI Initiator ID                             : Not Applicable
Cache Memory Size                             : 1024 MB
Patrol Read Mode                              : Auto
Patrol Read State                             : Stopped
Patrol Read Rate                              : 30%
Patrol Read Iterations                        : 370
Abort Check Consistency on Error              : Disabled
Allow Revertible Hot Spare and Replace Member : Enabled
Load Balance                                  : Not Applicable
Auto Replace Member on Predictive Failure     : Disabled
Redundant Path view                           : Not Applicable
CacheCade Capable                             : Yes
Persistent Hot Spare                          : Disabled
Encryption Capable                            : Yes
Encryption Key Present                        : No
Encryption Mode                               : None
Preserved Cache                               : No
Spin Down Unconfigured Drives                 : Disabled
Spin Down Hot Spares                          : Disabled
Spin Down Configured Drives                   : Not Applicable
Automatic Disk Power Saving (Idle C)          : Not Applicable

6、訪問omsa 管理頁面

https://host:1311    用 操作系統的root賬號密碼登錄

系統-》主系統機箱-》遠程訪問-》用戶-》點擊用戶id進行修改,勾選啓用用戶,更改密碼即可,登錄idrac遠控

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章