hpeva存储管理手册
- 格式:doc
- 大小:32.00 KB
- 文档页数:7
9.EVA存储日常维护1、EVA系统的开机和关机顺序EVA 作为企业的核心数据存储系统,如何正确的开机和关机对数据安全有着很大的影响。
在日常维护中,请务必按照正确顺序进行开关机。
1.1 EVA系统的开机顺序正确的开机顺序为:1、开机柜总电源;2、开光纤交换机电源,开EVA 机柜电源(此时硬盘柜自动加电);3、启动SMA;4、等待10 分钟待光纤交换机和硬盘柜状态正常后开控制卡电源;5、等待3 分钟待控制卡状态稳定后开主机电源,启动进入操作系统6、起集群服务及应用;1.2、EVA系统的关机顺序正确的关机顺序为:1、停集群服务和节点2、shutdown 服务器;3、通过sma关闭eva的控制卡;4、关闭eva控制卡后的开关;5、关闭SMA;6、关闭SAN SWITCH;7、关闭EVA机柜电源;关闭控制卡如下图:2、如何配置EVA存储系统EVA的配置主要有如下步骤:1. 准备相关信息a. 列出需要使用eva存储的主机名、ip等信息.b. 列出所有需连接eva的主机的Fibre Channel adapters (FCAs).c. 查出FCA卡的WWN号.2. 升级相关软件,如command view等(此项为可选项).3. 初始化EVA存储.4. 升级firmware(为可选项)5. 创建disk group.6. 创建主机列表.7. 创建virtual disks.8. 创建 snapshots and snapclones.(需购买相关的license)2.1、初始化 EVA点击初始化图标,eva 将初始化,初始化过程中要求输入存储的名称,如EVA3000/EVA5000 等,该名称将在面板上显示。
初始化会导致所有的数据都会丢失!初始化全过程如下图:点击initialize:点击Advanced options:如图示选择use managerment appliance date/time:对每个Disk Group来说,都有disk failure保护机制,分别为none, single和double,其中, none表示无spare, single表示留出2disk的空间做spare, double 表示留出4disk空间做spare;如硬盘空间足够大,建议选择double,但至少选择single;comment 内容为可选项。
和EVA的第一次亲密接触EVA系列磁盘阵列,在HP的存储架构中,大致处在VA 与XP之间。
EVA 可以使用在HPUX环境下也已经有好一段时间了,苦于华南区一直没有这样的单,所以没有机会亲身体会一下。
这次福州移动终于order了一台EVA5000 (2C2D) 。
八月十八,晴,我和陈英杰(Jacky ) 怀着愉快的心情出发了。
外观 (2)准备工作 (2)EVA硬件安装 (2)EVA配置 (3)起始页面 (4)点击 Storage management appliance 的icon (5)点击 Devices的icon (5)点击HSV element manager (6)Navigation Pane (6)Content Pane (6)点Content Pane的Options,设storage system access和License (7)确认EVA的VCS版本 (8)初始化阵列 (9)初始化阵列续一 (9)添加Host (10)增加Host续一 (11)添加Virtual Disk (12)Present VD to Host (13)在主机上S ECURE P ATH的安装配置 (13)安装 (13)配置 (13)spmgr display (14)打开|关闭Secure Path的Load Balancing (15)更改Secure Path下的设备文件名 (15)Load Balancing (16)配置与优化 (17)Disk Group (17)RAID Level (17)SCSI Queue Depth & IO timeout (18)脚本与自动化操作 (18)外观EVA是单独的一个41U的机柜,颜色的基调是黑色。
’2C’ 是指两个控制器,上有LCD和按钮,’2D’ 是指有两个盘柜(Fiber Channel Drive Enclosure),每个盘柜最多可以安装14块硬盘。
HP RX7640,RX6600服务器存储扩容第一部分:HP EVA 8400分配LUN1、在HP EVA 8400中添加500G,300G的的Vdisk第二部分:RX7640 RAC(*2) 添加共享卷组1、在RX 7640服务器查找并新添加的500G的存储.ahfpdb1:/#ioscan -m dsfPersistent DSF Legacy DSF(s)========================================/dev/rdisk/disk3 /dev/rdsk/c0t6d0/dev/rdisk/disk3_p1 /dev/rdsk/c0t6d0s1/dev/rdisk/disk3_p2 /dev/rdsk/c0t6d0s2/dev/rdisk/disk3_p3 /dev/rdsk/c0t6d0s3/dev/pt/pt4 /dev/rscsi/c5t0d0/dev/rscsi/c9t0d0/dev/rdisk/disk62 /dev/rdsk/c8t1d3/dev/rdsk/c6t1d3/dev/rdsk/c10t1d3/dev/rdsk/c12t1d3说明:对于HP rx7640服务器,用ioscan -m dsf命令查看磁盘时,一般新添加的磁盘默认排列在最后,本机为disk62.下面的部分说明是多路径映射:/dev/rdsk/c8t1d3/dev/rdsk/c6t1d3/dev/rdsk/c10t1d3/dev/rdsk/c12t1d32、确认存储的正确性,分别确认映射磁盘的大小500Gahfpdb1:/#diskinfo /dev/rdsk/c8t1d3ahfpdb1:/#diskinfo /dev/rdsk/c6t1d3ahfpdb1:/#diskinfo /dev/rdsk/c10t1d3ahfpdb1:/#diskinfo /dev/rdsk/c12t1d33、确认添加的磁盘后,共享的卷组3.1、在节点一创建物理卷ahfpdb1:/# pvcreate -f /dev/rdsk/c8t1d3ahfpdb1:/# pvcreate -f/dev/rdsk/c6t1d3ahfpdb1:/# pvcreate -f /dev/rdsk/c10t1d3ahfpdb1:/# pvcreate -f /dev/rdsk/c12t1d3说明:rdsk 指字符设备ahfpdb1:/#mkdir -p /dev/vgdds --添加卷组名称ahfpdb1:/#ll /dev/*/group --查看现有卷组的分配…… 64 0x000000…… 64 0x010000………… 64 0x050000ahfpdb1:/#mknod /dev/vgdds/group c 64 0x060000 --不能和上面结果重复ahfpdb1:/#vgcreate –s 32 /dev/dsk/c8t1d3 /dev/dsk/c6t1d3 /dev/dsk/c10t1d3 /dev/rdsk/c12t1d3说明:注意此处创建卷组为dsk块设备3.3、在节点一创建逻辑卷LV,并格式化ahfpdb1:/# lvcreate –L 51200 –n lv_ddsdata /dev/vgddsahfpdb1:/# newfs –F hfs /dev/vgdds/rlv_ddsdata3.4、在节点一已经创建的卷组上去激活ahfpdb1:/#vgchange –a n /dev/vgdds说明:激活卷组的命令vgchange –a y /dev/vgdds3.5、在节点一预删除卷组ahfpdb1:/# vgexport -p -s -m /tmp/vgdds.map /dev/vgdds3.6、在节点二创建group节点文件ahfpdb2:/#mkdir –p /dev/vgddsahfpdb2:/#mknod /dev/vgdds/group c 64 0x010000 --(该节点一定要和第一台机器一致)3.7、将节点一的vgdds.map文件拷贝到节点二ahfpdb1:/#rcp scp1:/tmp/vgdds.map scp2:/tmp/vgdds.map说明:scp1:用节点一的IP地址或主机名替换,scp2:用节点一的IP地址或主机名替换。
HP虚拟带库vls6000管理手册前言尊敬的客户,首先欢迎您购买HPVirtualLibrarySystem系列存储。
尊敬的系统管理员,您选择了惠普的产品,同时也就选择了惠普的服务。
您在任何时候都不是孤立无援,在您们的身后有一个惠普计算机系统响应中心在时刻准备着为您提供技术服务。
不论是系统故障,还是存储方面的技术问题,您都可以致电惠普响应中心。
该中心配有经验丰富的软件、硬件工程师,可以通过电话或计算机远程访问确定故障点,以最快速度解决用户问题。
所以,在系统运行发生故障时,欢迎拨打惠普计算机系统服务响应中心电话请求援助。
联系方法是:1)800-810-7000(免费服务电话)目录前言.................................................................................................................. 错误!未指定书签。
目录 ................................................................................................... 错误!未指定书签。
第一章、有关机房现场环境............................................................................................ 错误!未指定书签。
一、机房总体要求....................................................................................................... 错误!未指定书签。
二、机房内环境要求 ................................................................................................... 错误!未指定书签。
HP ProLiant Storage Server用户指南部件号:378128-AA5第5版:2005年9月法律信息和注意事项Copyright©2005Hewlett-Packard Development Company,L.P.对于本材料,Hewlett-Packard公司不做任何担保,包括(但不限于)对特定用途的适销性和适用性的暗示性保证。
对于此处包含的错误,或是与此材料的供应、性能或使用相关的偶发性或继发性损坏,Hewlett-Packard公司均不承担任何责任。
本文档包含受版权保护的所有权信息。
未经Hewlett-Packard公司事先书面许可,不得影印、复制本文档的任何部分或将其翻译成其它语言。
本文档包含的信息可能随时更改,恕不另行通知。
HP产品和服务的明示担保声明中说明了对此类产品和服务的仅有担保。
不应将此处的任何内容视作附加担保。
HP公司对本文档包含的技术性或编辑性错误或遗漏之处不承担任何责任。
Microsoft®、Windows®和Windows NT®是Microsoft Corporation在美国的注册商标。
UNIX®是The Open Group的注册商标。
Hewlett-Packard公司对本文档包含的技术性或编辑性错误或遗漏之处不承担任何责任。
信息按"原样"提供,不附有任何形式的保证。
如有更改,恕不另行通知。
Hewlett-Packard公司产品的明示性有限担保声明中说明了对此类产品的担保。
不应将此处的任何内容视作附加的担保。
HP ProLiant Storage Server用户指南目录关于本指南 (9)适用读者 (9)准备事项 (9)相关文档资料 (9)约定 (9)文档约定 (10)文本标记 (10)设备标记 (11)获得帮助 (12)HP技术支持 (12)HP硬件支持服务 (12)HP授权的经销商 (13)有帮助的网站 (13)1概述 (15)2存储服务器配置 (21)通过网络部署存储服务器 (21)IP网络连接和安装要求 (21)收集配置信息 (22)存储服务器服务说明DVD上的Windows多语言用户界面22WebUI配置 (23)方法1:远程浏览器(使用主机名称) (24)步骤 (24)方法2:直接连接 (25)步骤 (25)快速启动向导配置 (26)步骤 (26)完成基本安装 (27)完成系统配置 (27)群集设置 (28)3存储管理概述 (29) (29)存储管理元件 (29)HP ProLiant Storage Server用户指南iii存储管理示例 (29)物理存储元件 (30)阵列 (31)容错 (32)联机备件 (33)逻辑存储元件 (33)逻辑驱动器(LUN) (34)分区 (34)卷 (35)文件系统元件 (36)文件共享元件 (36)Volume Shadow Copy Service概述 (36)使用存储元件 (36)群集服务器元件 (37)4默认的存储配置 (39)用于100系列HP ProLiant Storage Servers的存储..39物理配置 (39)2-HDD配置 (39)4-HDD配置 (41)关于300系列500系列ProLiant存储服务器的存储.43物理驱动器配置 (43)默认启动顺序 (44)A符合规定和安全 (45)联邦通信委员会声明 (45)A类设备 (45)B类设备 (45)标有FCC徽标的产品的认证合格声明(仅限于美国) (46)修改 (46)电缆 (46)符合激光声明 (46)国际声明 (47)加拿大声明(Avis Canadien) (47)A类设备 (47)B类设备 (47)欧盟声明 (47)BSMI声明 (48)日本声明 (48)韩国声明A&B (49)A类设备 (49)B类设备 (49)安全 (49)电池替换声明 (49)iv中国台湾电池回收声明 (50)电源线 (50)日本电源线声明 (50)静电释放 (51)防止静电释放 (51)接地方法 (51)废弃电子和电器设备(WEEE)规程 (52)捷克声明 (52)丹麦声明 (52)荷兰声明 (52)英国声明 (53)爱沙尼亚声明 (53)芬兰声明 (54)法国声明 (54)德国声明 (54)希腊声明 (55)匈牙利声明 (56)意大利声明 (56)拉托维亚声明 (57)立陶宛声明 (57)波兰声明 (57)葡萄牙声明 (58)斯洛伐克声明 (58)斯洛文尼亚声明 (59)西班牙声明 (59)瑞典声明 (60)索引 (61)HP ProLiant Storage Server用户指南v图列表1快速启动向导窗口 (25)2"快速启动向导"的配置查看窗口 (27)3存储管理过程示例 (30)4从物理驱动器配置阵列 (31)5数据块(B1-B12)的RAID0(数据条带化)(S1-S4) (32)62个阵列(A1,A2)和跨5个物理驱动器的5个逻辑驱动器(L1至L5) (34)vi表列表1文档约定 (10)2型号快速参考(ML110) (16)3型号快速参考(DL100) (17)4型号快速参考(ML350至ML370) (18)5型号快速参考(DL380至DL585) (19)6配置信息 (22)7RAID方法概述 (33)8100系列2-HDD配置 (40)9100系列4-HDD配置 (42)10ProLiant300和500系列服务器HDD配置 (43)HP ProLiant Storage Server用户指南viiviii关于本指南适用读者本书供具有下列经验的专业技术人员使用:•Microsoft®管理过程•系统和存储配置准备事项在安装HP ProLiant Storage Server之前,HP建议您先获取适用读者部分所列内容的相关补充文档资料。
目录1.EV A5000盘阵安装过程 (2)硬件安装步骤 (2)硬件安装的详细要求 (2)安装前准备工作 (2)现场货物清点 (3)设备就位,连线和加电测试 (3)需要安装的软件和配置的详细步骤 (3)软件安装步骤 (4)升级Command View EV A软件 (4)EVA5000磁盘阵列设置 (4)2.FC SWITCH 16B的设置 (26)3.MSL6030磁带库的安装 (27)磁带库安装上架 (27)磁带库默认口令 (30)通过Telnet管理磁带库 (31)通过web界面管理磁带库 (39)使用Web测试磁带库 (45)4.硬件安装后的检验 (53)5.硬件安装注意事项 (54)1.EVA5000盘阵安装过程硬件安装步骤硬件安装的详细要求1、EVA5000磁盘阵列的硬盘安装。
2、升级EVA 5000磁盘阵列firmware或升级管理端管理软件。
3、磁带库磁带的安装,磁带条形码的粘贴,清洗带的安装。
4、SAN switch 2/16的安装。
(注意:JBOD盘箱DS2405暂时不连接在EV A5000控制盘箱上,EVA5000连线图如下:)下图为实景安装前准备工作1) 安装前应和用户联系,了解用户场地状况(参照场地准备通知书)➢用户电源准备情况➢用户的网线,网络设备是否就序➢用户是否备有诊断电话线➢机房是否满足HP EVA5000和HP MSL6030设备对安装空间的要求。
2) 工程师需带齐所有的Installaction Kit➢安装手册➢装箱单(Packing list)➢安装报告➢安装工具➢笔记本电脑➢标签纸(Label)➢串口线现场货物清点开箱进行货物清点根据HP Packing List 对箱数进行清点。
在阵列带库加电以后,HP、太极华青和用户三方对机械手、磁带驱动器、磁盘阵列高速缓存、内置硬盘容量、光纤交换机SFP数量,以及firmware版本行核对。
*请工程师务必仔细检查货物的外包装有无损坏,倾斜标志显示是否正常,有问题请及时与HP项目组联系。
HP 虚拟带库vls6000管理手册前言尊敬的客户,首先欢迎您购买HP Virtual Library System系列存储。
尊敬的系统管理员,您选择了惠普的产品,同时也就选择了惠普的服务。
您在任何时候都不是孤立无援,在您们的身后有一个惠普计算机系统响应中心在时刻准备着为您提供技术服务。
不论是系统故障,还是存储方面的技术问题,您都可以致电惠普响应中心。
该中心配有经验丰富的软件、硬件工程师,可以通过电话或计算机远程访问确定故障点,以最快速度解决用户问题。
所以,在系统运行发生故障时,欢迎拨打惠普计算机系统服务响应中心电话请求援助。
联系方法是:1)800-810-7000(免费服务电话)目录前言........................................... 错误!未定义书签。
目录...................................... 错误!未定义书签。
第一章、有关机房现场环境............................. 错误!未定义书签。
一、机房总体要求.................................... 错误!未定义书签。
二、机房内环境要求.................................. 错误!未定义书签。
三、电源要求........................................ 错误!未定义书签。
第二章、设备物理连接................................ 错误!未定义书签。
一、将管理模块端口连接到管理服务器 .................. 错误!未定义书签。
二、为EVA阵列连接设备端口光纤通道电缆............... 错误!未定义书签。
三、EVA电源线连接方式............................... 错误!未定义书签。
This document describes the procedures necessary to complete the installation and configuration of the Enterprise Virtual Array. When these procedures are complete, you can begin using your storage system.NOTE: Installation of the Enterprise Virtual Array should be done only by an HPauthorized service representative. The information in this chapter provides anoverview of the steps involved in the installation and configuration of the storagesystem.This chapter consists of:∙Storage system connections∙Procedures for getting started∙Gathering information∙Entering data using the Operator Control Panel (OCP)∙Installing HP Command View EVA∙Installing optional EVA software licensesStorage system connectionsThe following links will take you to documents that provide information on EVA storage system connections.∙EVA8000 storage system connections∙EVA6000 storage system connectionsEVA4000 storage system connectionsProcedures for getting startedStepResponsibility 1. Gather information and identify all related storagedocum entation. Custom er2. Contact an authorized service representative for hardware configuration information.HP Service Engineer 3. Enter the World Wide Name (WWN) into the OCP. HP ServiceEngineer4. Configure HP Command View EVA. HP ServiceEngineer5. Prepare the hosts. Custom er6. Configure the system through HP Command View EVA.HP ServiceEngineerStep Responsibility7. Make virtual disks available to their hosts. Refer to the storage system software docum entation for each host’s operating system. HP Service EngineerGathering informationThe following items should be available when installing and configuring an Enterprise Virtual Array. They provide information necessary to set up the storage system successfully.∙HP StorageWorks 4000/6000/8000 Enterprise Virtual Array World Wide Name label , which is shipped with the system.∙HP StorageWorks 4000/6000/8000 Enterprise Virtual Array read me first.∙HP StorageWorks 4000/6000/8000 Enterprise Virtual Array release notes.∙The latest HP OpenView Storage Management Server Update, which consists of the management server update CD and its associated documentation, or the latestWindows Server Updateo You can determine the latest update version available by checking the release notes or contacting your authorized service representative to find out how toreceive the latest information.o Additional documentation is available from the following HP web sites:▪/go/eva4000▪/go/eva6000▪/go/eva8000Locate these items and keep them handy. You will need them for the procedures in this document.Host informationMake a list of information for each host computer that will be accessing the storagesystem. You will need the following information for each host:o The LAN name of the hosto A list of World Wide Names of the FC adapters, also called host bus adapters, through which the host will connect to the fabric or fabrics that provide accessto the storage systemo Operating system typeo Available LUN numbersEntering data using the Operator Control Panel (OCP)NOTE: This procedure should be performed by an HP authorized servicerepresentative.Two pieces of data critical to initial setup must be entered into the OCP:∙WWN—Mandatory to complete setup. This procedure should be performed by an HP authorized service representative.∙Storage system password—Optional. A password is a security interlock that allows only specific instances of HP Command View EVA to access the storage system.Setting up a controller pair using the OCPFibre Channel protocol requires that each controller pair has a unique Node WWN.This 16-character alphanumeric name identifies the controller pair on the storagesystem. The Enterprise Virtual Array World Wide Name label identifies the WWN foreach storage system. The Node WWN labels identify the storage system WWN andchecksum (see Figure 1). During the installation of the storage system, two WWNlabels are attached to the rack on both sides of the controller enclosures.Figure 1: Sample node WWN labelNOTE: The controller pair WWN is unique to a controller pair and cannot beused for any other controller pair or device anywhere on the network. Figure 2shows the location of the WWN label, one either side of a controller pair. Thisis the only WWN applicable to any controller installed in a specific physicallocation, even a replacement controller. Once a WWN is assigned to acontroller, you cannot change the WWN while the controller is part of thesame storage system.Figure 2: Location of the World Wide Name label1 - World Wide Name labelEntering the WWNTable "WWN push button functions" lists the push button functions when entering the WWN or the WWN checksum.NOTE: The following sections describe procedures that require use of theOCP. For more information about the OCP, see HP StorageWorks EVA 4000,6000, 8000 - HSV controllers, Identifying and Using.WWN push button functionsButtonFunctionSelects a WWN or checksum character by scrolling up through thecharacter list one character at a tim e. If you select an incorrectcharacter, you can use either or to select the correct character. Moves forward one character. If you accept an incorrect character, youcan m ove through all 16 characters, one character at a tim e, until youdisplay the incorrect character. You can then change the character.Selects a WWN or checksum character by scrolling down through thecharacter list one character at a tim e. If you select an incorrectcharacter, you can use either or to the select correct character.Moves backward one character.Complete the following procedure to assign the WWN to each pair of controllers.Either controller can be used to input the WWN.1. Turn the power switches on both controllers off.2. Apply power to the rack.3. Turn the power switch on both controllers on.NOTE: Notifications of the startup test steps that have been executedare displayed while the controller is booting. It may take up to twominutes for the steps to display.4. The WWN entry display has a 0 in each of the 16 positions.5. Press or until the first character is displayed. Press to acceptthis character and select the next.6. Repeat Step 5 to enter the remaining characters.7. Press Enter to accept the WWN and select the checksum entry mode.NOTE: For the location of the WWN Checksum, see Figure 2.Entering the WWN checksumThe second part of the WWN entry procedure is to enter the two -character checksum, HS, as follows.1. Verify that the initial WWN checksum displays 0 in both positions.2.Pressoruntil the first checksum character is displayed. Pressto accept this character and select the second character.3.Pressor until the second character is displayed. Press Enter toaccept the checksum and exit.4. Verify that the default display is automatically selected. This indicates that thechecksum is valid.NOTE: If you enter an incorrect WWN or checksum, the system willreject the data and you must repeat the procedure.Setting the storage system passwordThe eight-character storage system password feature enables you to restrict certain functions to selected resource managers. Table "System password push buttonfunctions" describes the push button functions when using the password feature.System password push button functionsButtonFunction Selects a password character by scrolling up through the character list one character at a tim e (A –Z and 0–9).Accepts the current character and selects the next character. If youaccept an incorrect character, you can loop through the display, oneposition at tim e, to select the character to be changed.Selects a password character by scrolling down through the character listone character at a tim e. ESC Returns to the default display.ENTER Accepts all the password characters.Installing HP Command View EVAHP Command View EVA is installed on the HP OpenView Storage Management Server or a Windows host and runs in the OpenView environment. Installation may be skipped if the latest version of HP Command View EVA is running. Verify the latest version at the HP web site: /storage/software.htmlTo install a new version, locate the management server update CD -ROM and the associated documentation that was shipped with your storage system. Follow the instructions in the HP OpenView Storage Management Server update installation card to install the new software. Installing optional EVA software licensesIf you purchased optional EVA software, it will be necessary to install the license. Optional software available for the Enterprise Virtual Array includes HP Business Copy and HP Continuous Access. Installation instructions are included with the license.。
使用HP command EVA 软件前期准备创建一个系统用户或使用现有用户,将它加到HP stroage Admin和HP storage user组中。
Starting HP Command View EVA打开软件有两种方式:1.双击桌面上的hp command view eva 图标2.打开浏览器,输入以下的网址https://host_name:2372/command_view_eva .初始化盘阵:• 输入一个系统名.• Enter 为Default Disk group指定磁盘数.• 设置磁盘类型.• 为盘阵设置日期和实践.• 指定是否spare盘个数(0,1或2)创建diskgroup在盘阵初始化时会创建一个Default Disk Group,如果需要多个diskgroup,创建diskgroup 如下图:在点击diskgroup,点击添加diskgroup1.敲击diskgroup名2.指定盘数,点击确定.添加vdisk1.敲击vdisk文件夹2.在vidsk可以创建子文件夹。
3.点击add vdisk,输入vdisk名,选择diskgroup组,输入vdisk大小,选择raid级别,点击确定。
分配完成后点击OK添加主机主机通过光纤卡和EVA的盘阵进行通信,因此需要将vdisk present到指定的光纤卡上1.敲击host文件夹2.在host文件夹下可以添加多个子文件夹3.点击add host,输入host名,光纤卡的world wide name,格式是xxxx-xxxx-xxxx-xxxx,指定fc卡主机的系统类型,点击确定,创建完成后点击OK将vdisk present到指定的fc卡上1. 点击vdisk文件夹,点击需要present的vdisk名2. 点击present,指定主机名,点击present,present完成后点击确定。
到此为止,存储上划盘的操作就完成了。
一.EVA4400管理模块具有一个MDI-X 端口(下图1),支持直连型或交叉型以太网电缆。
IP:192.168.0.1,可以通过公用网络或专用网络连接到管理模块。
如果使用便携式计算机连接到管理模块,请将便携式计算机的地址设置为与管理模块位于同一IP范围内(例如192.168.0.2,子网掩码为: 255.255.0.0).EVA4400在重起或断过电时其网口IP可能消失,需按住上图2,为“RESET”白色按钮4~5秒松开即可。
二。
管理及初始化EVA4400打开浏览器:https://192.168.0.1:2372或2373user name: adminpassword: 没有如果使用https://192.168.0.1:2373看到的是如下画面:鼠标点击“Launch Command View EVA”就到了上面的登录画面选初始化选项,在下图写存储柜的名字(随便起),和第一个磁盘组的盘数(至少8个)设定时间选热备区容量:single 表示留出2disk的空间做spare,double 表示留出4disk 空间做spare;如硬盘空间足够大,建议选择double,但至少选择single点“OK”和“FINISH”完成初始化,这里要等一段时间。
看到的是这样系统自己认出EVA4400的WWN号:5001-4380-025D-DC20记下来准备注册许可证。
磁盘组中盘越多性能越好,新加的盘会在“ungrouped disks”一栏里,鼠标拖进已有的盘组即可。
注册许可证后是这样,必须有容量许可证否则不能划分虚拟盘。
EVA 容量许可证网上注册后的范本:红字的就是许可证A copy of your license/password certificate(s) are displayed below foryour review.在:“HOSTS“下建立各主机的名字(随便起),操作系统类型和其HBA卡的WWPN号。
存储日常维护1、EVA系统的开机和关机顺序EVA 作为企业的核心数据存储系统,如何正确的开机和关机对数据安全有着很大的影响。
在日常维护中,请务必按照正确顺序进行开关机。
EVA系统的开机顺序正确的开机顺序为:1、开机柜总电源;2、开光纤交换机电源,开EVA 机柜电源(此时硬盘柜自动加电);3、启动SMA;4、等待10 分钟待光纤交换机和硬盘柜状态正常后开控制卡电源;5、等待3 分钟待控制卡状态稳定后开主机电源,启动进入操作系统6、起集群服务及应用;、EVA系统的关机顺序正确的关机顺序为:1、停集群服务和节点2、shutdown 服务器;3、通过sma关闭eva的控制卡;4、关闭eva控制卡后的开关;5、关闭SMA;6、关闭SAN SWITCH;7、关闭EVA机柜电源;关闭控制卡如下图:2、如何配置EVA存储系统EVA的配置主要有如下步骤:1. 准备相关信息a. 列出需要使用eva存储的主机名、ip等信息.b. 列出所有需连接eva的主机的Fibre Channel adapters (FCAs).c. 查出FCA卡的WWN号.2. 升级相关软件,如command view等(此项为可选项).3. 初始化EVA存储.4. 升级firmware(为可选项)5. 创建disk group.6. 创建主机列表.7. 创建virtual disks.8. 创建 snapshots and snapclones.(需购买相关的license)2.1、初始化 EVA点击初始化图标,eva 将初始化,初始化过程中要求输入存储的名称,如EVA3000/EVA5000 等,该名称将在面板上显示。
初始化会导致所有的数据都会丢失!初始化全过程如下图:点击initialize:点击Advanced options:如图示选择use managerment appliance date/time:对每个Disk Group来说,都有disk failure保护机制,分别为none, single和double,其中, none表示无spare, single表示留出2disk的空间做spare, double 表示留出4disk空间做spare;如硬盘空间足够大,建议选择double,但至少选择single;comment 内容为可选项。
至此,EVA的初始化完成。
下图为初始化完成后的信息:2.2、创建disk group在创建disk group 要注意每个group 至少需要8 块disk才可以;创建disk group 的过程如下:点击Create disk group:输入group名称,next:选择disk group中的硬盘数目和protection level:输入alarm level,建议为default值(95%),设好该值后,在分配空间时,不要使用超过可用空间的95%,否则会alarm,该选项主要是在用户数据量大空间不够时提醒用户做扩容等;2.3、如何浏览和更改组的属性Save changes —保存对该页所做的改动。
Add disks —添加新的物理盘到该group中.Locate —定位组中的某个disk的位置,locate off取消locate动作.Delete —删除组,会删除组内的数据. 不能删除Default Disk Group. 更改disk group name, disk failure protection level, occupancy alarm level, and comments by entering new values and clicking Save changes.2.4、添加主机2.4.1、准备工作在SAN的架构中,EVA和主机通过SAN交换机相连,主机通过FCA卡访问EVA。
EVA通过command view eva软件允许主机访问相应的disk。
Command View EVA 有以下功能:–创建一个host folder.–添加host.–更改 host 属性:–添加 FCA.–删除 FCA.–删除 host.在添加主机前,先做如下准备工作:–主机名– IP address (optional)– World Wide ID (WWID) of one FCA– Operating system type添加主机包括以下:1. Collect the host information listed above.2. Create a host folder (if desired).3. Add a host (to a folder if desired).4. Add more FCAs.5. Verify that the host has been added.我们可以根据需要,随时添加相关主机。
2.4.2、创建 host folder(此步骤为可选项)我们可以根据需要创建相关的host folder,如根据应用类别或操作系统类别等; Example 在图示中,我们创建了名为 hsv3lab的host folder. The buttons on the Host Folder Properties page launch the following functions:Create folder —创建host folder.Add host —在当前folder中添加host 如需创建host folder, 在 Host Folder Properties页点击Create folder. 步骤: 1. Enter a name —输入host folder的名称.2. 点击 Finish.Example 下例是添加一个host folder的图示2.4.3、添加主机添加主机的过程如下:点击Add host:输入主机名(该名称为用户自己定义的,不一定与实际主机名相同)IP地址为可选项,可以不输,建议输入,便于识别该主机;选择FCA卡的WWN号和操作系统类型,一台主机可以有多个FCA卡,这样就可以有多条path访问. 每块卡都要添加,且多path时需要购买secure path软件(Tru64 unix系统除外)。
注:在更换FCA卡后,必须要将该卡的WWN号重新添加到该host中。
否则,这条path 无法使用。
comment内容为可选项2.4.4、如何修改host 的属性可以更改更改以下相关信息:Operating system type, custom type, and direct eventing ,Comments 如需更改其他信息,需要删除该主机再重新添加。
更改完后须点击save changes;这里,暂不演示更改的过程,我们继续浏览别的信息,点击presentation:每个按键的说明如下:Save changes —保存所做的改动Delete host —删除相应的host。
Move — move当前host到别的目录等.从图中可以看出有哪些disk可以给本主机使用,其lun ID为多少。
点击ports:可以删除或添加port(这里的port就是主机的FCA),特别在更换FCA卡时要更改该项。
点击add port:2.5、如何创建 vdisk folderEVA可以允许创建类似于host folder的vdisk folder,用来根据用户需要对vdisk 进行区分。
如根据vdisk给不同主机或平台划分等;如欲创建vdisk folder, 点击 Create folder:1. Enter a name —输入vdisk group的名称.2. 输入comment (optional).3. 点击 Finish.2.6、如何创建 vdisk在同一个Disk Group 里可以划分多个VD,而这些VD的冗余机制可以为Raid0, Raid1, Raid5。
Raid0,stripe,是没有任何冗余的。
任何一个物理磁盘损坏,都会导致数据的丢失。
Raid1,mirror方式。
Raid5,采用4+1 冗余。
EVA采用的为虚拟存储技术,与传统的 raid 技术不同,虚拟raid 所有创建的raid0、raid1、raid5 是分布在disk group 内的所有disk上。
下图为虚拟存储的raid 示意图:具体创建步骤如下:选择vdsik或其中的某个vdsik folder,点击create vdisk:在navigation pane选中Virtual Disks, 与管理Host类似,可以先生成一个Folder, 来对VD分类。
在Content Pane点击Create Folder, 输入一个名字,点击Finish确定。
在navigation pane选中Folder, 然后在右边点击Create VD Family. 按需要输入VD 的名字,RAID级别,大小等。
OS Unit Id是针对TRU64/VMS系统的,对于HPUX来说不需要更改。
Present to host, 可以在这里选择某一台可以访问到这个VD的host.Prefer path/mode: 可以选择的方式有:No Preference---------------VDISK随机选择控制卡Path A - Failover Only--------VDISK优先考虑在控制卡A上online。
如A故障,切换到B上,但在A修复后不会failback。
Path B - Failover Only--------VDISK优先考虑在控制卡B上online。
如B故障,切换到A上,但在B修复后不会failback。
Path A -Failover/Failback------ VDISK优先考虑在控制卡A上online。
如A故障,切换到B上,但在A修复后会failback,重新在A上运行。
Path B -Failover/Failback------ VDISK优先考虑在控制卡B上online。
如B故障,切换到A上,但在B修复后会failback,重新在B上运行。
各操作系统对prefer path/mode的支持如下:点击Next Step, 选择一个LUN ID。
每个VD的LUN ID就是不同的,而对就不同的Host, 同一个VD对就的LUN ID最好是一样的。
点击Finish确定。
点击OK,后台将会对group的disk做leveling,生成VD需要一点时间,取决于这个 VD 的大小。
2.7、如何更改 vdisk属性在左侧选择需要更改的vdisk:该页可以修改的选项为cache policies,vdisk大小,写保护等;点击presentation:该页可以修改os id及prefer mode。