CentOS6.3安裝PowerVault MD Storage Manager

 

#####################################################
##如有轉載,請務必保留本文鏈接及版權信息
##歡迎廣大運維同仁一起交流linux/unix網站運維技術!
##QQ:335623998
#####################################################
接上文《DAS存儲DELL MD3220配置記錄》http://dreamway.blog.51cto.com/1281816/1130444
1、系統環境
[root@mail1 ~]# cat /etc/redhat-release
CentOS release 6.3 (Final)
You have new mail in /var/spool/mail/root
[root@mail1 ~]# uname -m
x86_64
[root@mail1 ~]# uname -r
2.6.32-279.el6.x86_64
2、插入 PowerVault MD 系列資源介質
我使用的DELL_MDSS_Consolidated_RDVD_4_1_0_88.iso
掛載方式:通過iDrac虛擬介質掛載
3、CentOS6.3 64bit安裝PowerVault MD Storage Manager
步驟2、3分別在兩臺R420上操作
 
3.1 操作系統掛載PowerVault MD資源介質
[root@localhost ~]# mount /dev/cdrom /mnt
mount: block device /dev/sr0 is write-protected, mounting read-only
[root@localhost ~]# ls /mnt/
autorun      launcher_data             md_launcher_rhel_x86_64.bin md_prereq_install.sh
Autorun.inf linux                     md_launcher_rhel_x86.bin     Readme.txt
COPYRIGHT    linux_hostnameupdates.sh md_launcher.sh               windows
esx          md_launcher.exe           md_launcher_sles_x86_64.bin
[root@localhost ~]# cd /mnt/
3.2 基於Linux的系統,運行autorun文件
[root@localhost mnt]# ./autorun
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
 
Launching installer...
 
===============================================================================
Choose Locale...
----------------
 
    1- Deutsch
 ->2- English
    3- Español
    4- Français
 
CHOOSE LOCALE BY NUMBER: 2  #選擇語言
===============================================================================
Dell MD Storage Software                         (created with InstallAnywhere)
-------------------------------------------------------------------------------
 
Preparing CONSOLE Mode Installation... #因爲CentOS是Console模式,選擇控制檯安裝MD Storage Software
 
 
===============================================================================
Welcome
-------
 
This wizard installs the software necessary to discover, configure, manage, and
monitor all Dell PowerVault MD Series Storage Arrays available on your network.
 
PRESS <ENTER> TO CONTINUE:  #回車繼續
 
 
 
===============================================================================
License Agreement
-----------------
 
Installation and Use of Dell MD Storage Software Requires Acceptance of the
Following License Agreement:
 
No file found to preview
 
DO YOU ACCEPT THE TERMS OF THIS LICENSE AGREEMENT? (Y/N): y #輸入y 同意許可協議
 
===============================================================================
Installation Type
-----------------
 
Please choose the Install Set to be installed by this installer.
 
 ->1- Full (Recommended)    #Full(完整,建議使用)—安裝 PowerVault MD Storage Manager
(客戶端)軟件、基於主機的存儲代理程序、多路徑驅動程序及硬
件提供程序。
    2- Management Station    #Management(管理)—安裝管理軟件和硬件提供程序。
    3- Host Only             #Host Only(僅限主機)—安裝基於主機的存儲代理程序和多路徑
驅動程序。
 
    4- Customize...          #Management(管理)—安裝管理軟件和硬件提供程序。
 
ENTER THE NUMBER FOR THE INSTALL SET, OR PRESS <ENTER> TO ACCEPT THE DEFAULT
   : 3    #我這裏選擇Host Only
===============================================================================
Choose MD Series Model
----------------------
 
Choose the MD Series storage array that you are connecting to the host server.
If selecting a fibre channel option, no other models may be chosen. If choosing
a non-fibre channel option, multiple selections are allowed.
 
    1- Fibre Channel (MD3600f, MD3620f, MD3660f)
    2- iSCSI (MD3200i, MD3220i, MD3260i, MD3600i, MD3620i, MD3660i)
 
    3- SAS (MD3200, MD3220, MD3260)
    4- SAS (MD3000)
    5- iSCSI (MD3000i)
 
ENTER A COMMA-SEPARATED LIST OF NUMBERS REPRESENTING THE DESIRED CHOICES, OR
   PRESS <ENTER> TO ACCEPT THE DEFAULT: 3 #選擇正在安裝的 PowerVault MD 存儲陣列模塊,用於此主機服務器的數據存儲MD3220。
===============================================================================
Configuration Utility
---------------------
 
The Modular Disk Configuration Utility configures the iSCSI network of host
servers and iSCSI-based Modular Disk storage arrays via a wizard-driven
interface.
 
Would you like to automatically run the Modular Disk Configuration Utility the
first time the system is rebooted?
 
 ->1- Yes (Recommended) 
    2- No
 
ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:: 1 #選擇在主機服務器重新引導時是自動或手動啓動事件監測服務
===============================================================================
Installation Location
---------------------
 
Where would you like to install?
 
 Default Install Folder: /opt/dell/mdstoragesoftware
 
ENTER AN ABSOLUTE PATH, OR PRESS <ENTER> TO ACCEPT THE DEFAULT
      :
#輸入回車,同意默認安裝位置
 
===============================================================================
Installation Summary
--------------------
 
Please Review the Following Before Continuing:
 
Product Name:
    Dell MD Storage Software
 
Install Folder:
    /opt/dell/mdstoragesoftware
 
Link Folder:
    /root
 
Install Set:
    Host Only
 
MD Storage Arrays:
    ,,,,,,,
 
Disk Space Information (for Installation Target):
    Required: 154,591,992 Bytes
    Available: 11,872,800,768 Bytes
 
PRESS <ENTER> TO CONTINUE: #查看確認安裝配置摘要,輸入回車繼續安裝
===============================================================================
Ready To Install
----------------
InstallAnywhere is now ready to install Dell MD Storage Software onto your
system at the following location:
 
   /opt/dell/mdstoragesoftware
 
PRESS <ENTER> TO INSTALL: #確認安裝位置,輸入回車繼續安裝
===============================================================================
Installing...
-------------
 
 [==================|==================|==================|==================]
 [------------------|------------------|------------------|------------------]
 
===============================================================================
Install Complete
----------------
Congratulations! Dell MD Storage Software has been successfully installed to:
/opt/dell/mdstoragesoftware
 
You must restart the system to complete the installation.
 ->1- Yes, restart my system now
    2- No, I will restart my system myself later
ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT::
#完成安裝,需要重啓操作系統!

下面將掛載MD3220虛擬磁盤,請看續文《CentOS6.3掛載DELL MD3220虛擬磁盤》http://dreamway.blog.51cto.com/1281816/1131557

MD3220 四部曲:
《DAS存儲DELL MD3220配置記錄》http://dreamway.blog.51cto.com/1281816/1130444
《CentOS6.3安裝PowerVault MD Storage Manager》 http://dreamway.blog.51cto.com/1281816/1131439

《CentOS6.3掛載DELL MD3220虛擬磁盤》http://dreamway.blog.51cto.com/1281816/1131557

《DELL R420 & MD3220 IO性能測試報告》http://dreamway.blog.51cto.com/1281816/1134064

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