[转帖]AIX连接EMC存储_Hadoop,ERP及大数据讨论区_Weblogic技术|Tuxedo技术|中间件技术|Oracle论坛|JAVA论坛|Linux/Unix技术|hadoop论坛_联动北方技术论坛  
网站首页 | 关于我们 | 服务中心 | 经验交流 | 公司荣誉 | 成功案例 | 合作伙伴 | 联系我们 |
联动北方-国内领先的云技术服务提供商
»  游客             当前位置:  论坛首页 »  自由讨论区 »  Hadoop,ERP及大数据讨论区 »
总帖数
1
每页帖数
101/1页1
返回列表
0
发起投票  发起投票 发新帖子
查看: 2917 | 回复: 0   主题: [转帖]AIX连接EMC存储        下一篇 
周逸涵
注册用户
等级:少校
经验:871
发帖:83
精华:0
注册:2013-7-8
状态:离线
发送短消息息给周逸涵 加好友    发送短消息息给周逸涵 发消息
发表于: IP:您无权察看 2013-7-9 11:34:04 | [全部帖] [楼主帖] 楼主

aix连接emc存储
一、AIX ODM包安装
1.下载ODM包软件

ftp://ftp.emc.com/pub/elab/aix/ODM_DEFINITIONS


2.解压ODM
上传至AIX主机后,用uncompress和tar解压

 # uncompress EMC.AIX.5.3.0.3.tar.Z
# tar -xvf EMC.AIX.5.3.0.3.tar
x README.5303, 36133 bytes, 71 tape blocks
x EMC.AIX.5.3.0.3, 51814400 bytes, 101200 tape blocks


3.安装ODM

 #smitty installp


选择以下进行安装

 EMC CLARiiON AIX Support Software
EMC CLARiiON FCP Support Software
EMC CLARiiON HA Concurrent Support


注意:EMC CLARiiON HA Concurrent Support需要先安装HACMP,因为EMC CLARiiON HA Concurrent Support依赖以下filesets才能安装

 cluster.es.server.rte
cluster.base.server.rte


4.启用HBA卡快速接管功能

 Enable the adapter driver fast_fail feature for each adapter to be managed by PowerPath:
chdev -l fscsix -a fc_err_recov=fast_fail -P
where x is the specific HBA (fscsi0, fscsi1, and so forth).


5.重启主机
注意:安装ODM之后,主机需要重启才能生效

 #shutdown –Fr


二、Navisphere host agent安装
1.FTP Navisphere host agent
下载Navisphere host agent并至AIX主机
2.安装Navisphere host agent
安装NAVIAGENT

 # installp -agXd . NAVIAGENT


3.启动Navisphere Agent

 # /etc/rc.agent stop
Navisphere Agent is not running
# /etc/rc.agent start
Starting Navisphere Agent
#


4.检查Navisphere Agent运行状态

 # ps -ef |grep navi
root 119028  1   0 21:41:42      -  0:00 /usr/bin/naviagent -f /etc/Navisphere/agent.config
root 106774 126982   0 21:41:47  pts/0  0:00 grep navi
#


注意:检查进程是否已经启动,如果没有进程起来,那么表示该版本agent不符合(即使安装和rc.agent命令运行成功),需要更换版本。

三、安装和配置PowerPath for AIX
注意事项

 Do not attempt to run powermt config while using installp or SMIT to add, remove, or update PowerPath software. Doing so can result in a system crash.


1.上传PowerPath for AIX
下载最新版本的PowerPath for AIX,并上传至AIX主机

2.解压PowerPath for AIX

 # gunzip EMCPower.AIX.5.3.0.GA.tar.gz
# tar -xvf EMC.AIX.5.3.0.3.tar
x README.5303, 36133 bytes, 71 tape blocks
x EMC.AIX.5.3.0.3, 51814400 bytes, 101200 tape blocks


3.安装powerpath

 #installp –agXd . EMCpower
+-----------------------------------------------------------------------------+
Pre-installation Verification...
+-----------------------------------------------------------------------------+
Verifying selections...done
Verifying requisites...done
Results...
SUCCESSES
---------
Filesets listed in this section passed pre-installation verification
and will be installed.
Selected Filesets
-----------------
EMCpower.base 5.3.0.0                       # PowerPath Base Driver and Ut...
EMCpower.consistency_grp 5.3.0.0            # PowerPath Consistency Group ...
EMCpower.encryption 5.3.0.0                 # PowerPath Encryption with RSA
EMCpower.migration_enabler 5.3.0.0          # PowerPath Migration Enabler ...
EMCpower.mpx 5.3.0.0                        # PowerPath Multi_Pathing Exte...
>
Installation Summary
--------------------
Name                        Level           Part        Event       Result
-------------------------------------------------------------------------------
EMCpower.base               5.3.0.0         USR         APPLY       SUCCESS
EMCpower.mpx                5.3.0.0         USR         APPLY       SUCCESS
EMCpower.migration_enabler  5.3.0.0         USR         APPLY       SUCCESS
EMCpower.encryption         5.3.0.0         USR         APPLY       SUCCESS
EMCpower.consistency_grp    5.3.0.0         USR         APPLY       SUCCESS


4.注册PowerPath

 # emcpreg -install
===========   EMC PowerPath Registration ===========
Do you have a new registration key or keys to enter?[n] y
Enter the registration keys(s) for your product(s),
one per line, pressing Enter after each key.
After typing all keys, press Enter again.
Key (Enter if done): BYPK-6B4U-MFCE-QAW4-MP97-M9Y6
1 key(s) successfully added.
Key successfully installed.
Key (Enter if done):
1 key(s) successfully registered.


输入许可证回车即可。

 Note: If you are upgrading from an earlier version of PowerPath, you do not need to reregister. PowerPath will use your old key.


5.启用PowerPath负载均衡

 #powermt set policy=co dev=all


6.初始化powerpath hdiskpower设备

 #powermt config
#


7.检查EMC链路状态

 #powermt display dev=all


如果输出中所有的path都是“alive”则正常;否则,需要检查线缆及ZONE划分是否正确。

用powermt display dev=hdiskpower0会看到这个hdiskpower0对应的hdiskX




赞(0)    操作        顶端 
总帖数
1
每页帖数
101/1页1
返回列表
发新帖子
请输入验证码: 点击刷新验证码
您需要登录后才可以回帖 登录 | 注册
技术讨论