EMC CLARiiON CX4-120 简单安装配置

8 篇文章 0 订阅

 

一,安装硬件:
storage processor enclosure(存储处理机,SPE)
disk-array enclosure(DAE)
standby power supply(备用电源,SPS)

1,SPS一根线连接SPE
2,SPE一根线连接DAE
3,每个SPE上面接一根网线

二,初始化
1,在一台pc机上面安装Navisphere Storage System Initialization
2, 运行这个工具,系统会自动扫描没有初始化的存储系统。
3,配置没有初始化的存储系统的ip地址和登录信息。

三,配置阵列
1,通过配置的ip地址登录到控制器
2,在Storage Pools下一级菜单的RAID Groups上面点击右键,新建RAID GROUP。
RAID Group 0 前5块硬盘 raid 5
RAID Group 1 接着9块硬盘 raid 5
RAID Group 2 最后1块硬盘 做Hot Spare
3, 在raid 组上面新建lun
lun0 10GB RAID Group 0
lun1 20GB RAID Group 0
lun2 10GB RAID Group 1
lun3 30GB RAID Group 1
4, 扩展lun
有两种方式扩展lun
Striping 要求空闲的lun必须和要扩展的lun容量一样大
Concatenation 不同大小的lun可以合并
lun0 和 lun2 合并成一个 MetaLUN 0
lun1 和 lun3 合并成一个 MetaLUN 1

四,配置光纤交换机
所有光纤线都已经连接。

五,服务器安装agent
1,安装agent
[root@tonykorn97 ~]# rpm -ivh naviagent.noarch.rpm
Preparing... ########################################### [100%]
1:naviagent ########################################### [100%]
[root@tonykorn97 ~]# rpm -aq | grep naviagent
naviagent-6.28.10.3.11-1
[root@tonykorn97 ~]# rpm -ql naviagent-6.28.10.3.11-1
/etc/Navisphere/SupportedFlareRevisions
/etc/Navisphere/agent.config
/etc/init.d/naviagent
/opt/Navisphere/bin/naviagent
[root@tonykorn97 ~]#
[root@tonykorn97 ~]# /etc/init.d/naviagent start
Starting Navisphere agent: [ OK ]
[root@tonykorn97 ~]# chkconfig --list naviagent
naviagent 0:off 1:off 2:off 3:on 4:on 5:on 6:off
[root@tonykorn97 ~]#

此时系统显示主机名,但是后面后提示:
Unknown: Fibre: Host Agent not reachable

2, 配置agent访问权限:
[root@tonykorn97 ~]# vi /etc/Navisphere/agent.config
在:user root # only on this machine后添加:

user system@172.25.0.24
user system@172.25.0.25

重启agent服务还是一样,

3,新增一个system用户,还是有错误。

4,安装navicli
[root@tonykorn97 ~]# rpm -ivh navicli.noarch.rpm
Preparing... ########################################### [100%]
1:navicli ########################################### [100%]
[root@tonykorn97 ~]# rpm -aq | grep navicli
navicli-6.28.10.3.11-1
[root@tonykorn97 ~]# rpm -ql navicli-6.28.10.3.11-1
/opt/Navisphere/bin/navicli
/opt/Navisphere/bin/naviseccli
[root@tonykorn97 ~]#


[root@tonykorn97 ~]# cd /opt/Navisphere/bin/
[root@tonykorn97 bin]# ./navicli -h 172.25.0.24 getall
Server IP Address: 172.25.0.24
Agent Rev: 6.28.10 (3.19)

5,修改服务器/etc/hosts文件,把主机ip和名字对应。重启服务器。
重启后发现正常。

6,删除system用户测试,结果还是正常,说明和用户无关。


六,安装PowerPath
1, 操作系统5.2安装失败:
[root@tonykorn97 EMC]# rpm -ivh EMCpower.LINUX-5.1.1-017.rhel5.x86_64.rpm
Preparing... ########################################### [100%]
Expecting RedHat RHEL5 system.
Found RedHat RHEL5.2 system.
error: %pre(EMCpower.LINUX-5.1.1-017.x86_64) scriptlet failed, exit status 1
error: install: %pre scriptlet failed (2), skipping EMCpower.LINUX-5.1.1-017
[root@tonykorn97 EMC]#

2,重新安装rhel 5.1 x64 操作系统,
3,安装poserpath
[root@tonykorn97 ~]# rpm -ivh EMCpower.LINUX-5.1.1-017.rhel5.x86_64.rpm
Preparing... ########################################### [100%]
1:EMCpower.LINUX ########################################### [100%]
All trademarks used herein are the property of their respective owners.
NOTE:License registration is not required to manage the CLARiiON AX series array.
[root@tonykorn97 ~]#

4, 添加key
[root@tonykorn97 ~]# emcpreg -add ****-****-****-****-****-****
1 key(s) successfully added.
[root@tonykorn97 ~]# emcpreg -list
Key ****-****-****-****-****-****
Product: PowerPath
Capabilities: All
[root@tonykorn97 ~]#

[root@tonykorn97 ~]# powermt check_registration
Key ****-****-****-****-****-****
Product: PowerPath
Capabilities: All
[root@tonykorn97 ~]#


5, 启动服务:
[root@tonykorn97 ~]# /etc/init.d/PowerPath start
Starting PowerPath: done
[root@tonykorn97 ~]#

6,查看磁盘信息:
[root@tonykorn97 ~]# powermt display dev=all
Pseudo name=emcpowera
CLARiiON ID=CKM*********** [~physical]
Logical device ID=60060160162023007CEA4F3721F3DD11 [LUN 0]
state=alive; policy=CLAROpt; priority=0; queued-IOs=0
Owner: default=SP B, current=SP B Array failover mode: 1
==============================================================================
---------------- Host --------------- - Stor - -- I/O Path - -- Stats ---
### HW Path I/O Paths Interf. Mode State Q-IOs Errors
==============================================================================
3 qla2xxx sdb SP B1 active alive 0 0
3 qla2xxx sdc SP A1 active alive 0 0
4 qla2xxx sdd SP B0 active alive 0 0
4 qla2xxx sde SP A0 active alive 0 0
5 qla2xxx sdf SP B1 active alive 0 0
5 qla2xxx sdg SP A1 active alive 0 0
6 qla2xxx sdh SP B0 active alive 0 0
6 qla2xxx sdi SP A0 active alive 0 0

[root@tonykorn97 ~]#


7,查看通道信息:
[root@tonykorn97 ~]# powermt display paths
Symmetrix logical device count=0
==============================================================================
----- Host Bus Adapters --------- ------ Storage System ----- - I/O Paths -
### HW Path ID Interface Total Dead
==============================================================================

CLARiiON logical device count=1
==============================================================================
----- Host Bus Adapters --------- ------ Storage System ----- - I/O Paths -
### HW Path ID Interface Total Dead
==============================================================================
3 qla2xxx CKM*********** SP B1 1 0
3 qla2xxx CKM*********** SP A1 1 0
4 qla2xxx CKM*********** SP B0 1 0
4 qla2xxx CKM*********** SP A0 1 0
5 qla2xxx CKM*********** SP B1 1 0
5 qla2xxx CKM*********** SP A1 1 0
6 qla2xxx CKM*********** SP B0 1 0
6 qla2xxx CKM*********** SP A0 1 0

Hitachi logical device count=0
==============================================================================
----- Host Bus Adapters --------- ------ Storage System ----- - I/O Paths -
### HW Path ID Interface Total Dead
==============================================================================

Invista logical device count=0
==============================================================================
----- Host Bus Adapters --------- ------ Storage System ----- - I/O Paths -
### HW Path ID Interface Total Dead
==============================================================================

HP xp logical device count=0
==============================================================================
----- Host Bus Adapters --------- ------ Storage System ----- - I/O Paths -
### HW Path ID Interface Total Dead
==============================================================================

Ess logical device count=0
==============================================================================
----- Host Bus Adapters --------- ------ Storage System ----- - I/O Paths -
### HW Path ID Interface Total Dead
==============================================================================

HP HSx logical device count=0
==============================================================================
----- Host Bus Adapters --------- ------ Storage System ----- - I/O Paths -
### HW Path ID Interface Total Dead
==============================================================================

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值