- 论坛徽章:
- 0
|
1、安装agent
先解压agent软件,注意:Agent的软件要求版本最好与存储本身的软件版本一致。
#unzip AIX_NAVIAGNTCLI_619.zip
进去到解压后的目录
# cd AIX_NAVIAGNTCLI_619
运行
#smit install_latest
安装目录选择[.],表示本目录
软件列表选择需要安装的naviagent,或者是默认全部(因为本目录下只有agent)
> NAVIAGENT ALL
+ 6.19.0.4 Navisphere Disk Array Management Tool (AGENT)
> NAVICLI ALL
+ 6.19.0.4 Navisphere Disk Array Management Tool (CLI)//不用安装client
选择接受许可协议
ACCEPT new license agreements? Yes
回车安装
如果安装成功,将会自动在/etc/inittab中增加
naviagent:2:wait:/etc/rc.agent > /dev/console 2>&1
安装完成后,在启动之前,还需要配置agent
#vi /etc/Navisphere/agent.config
在如下部分增加:
user root # only on this machine
#user
[email=sblue@picasso]sblue@picasso[/email]
# individual user “sblue” on host “picasso”
#user
[email=lgreen@hannibal]lgreen@hannibal[/email]
# individual user “lgreen” on host “hannibal”
{user
system@192.168.168.190
} //主机与存储通讯(可以不添加)
{user
system@192.168.168.191
} //主机与存储通讯(可以不添加)
2、安装powerpath ODM补丁
# zcat EMC.AIX.5.2.0.3.tar.Z| tar -xvf -
x ./README.5203, 21598 bytes, 43 media blocks.
x ./EMC.AIX.5.2.0.3, 15360000 bytes, 30000 media blocks.
#smit install_latest
{选择安装软件列表或者是全部(假定本目录下只有该补丁)
+ 5.2.0.3 EMC CLARiiON Fibre Channel Support Software
+ 5.2.0.3 EMC CLARiiON fcp support software
第一个选项和第四个选项(fcp support software)
如果有HA装第五项(+ 5.2.0.3 EMC Symmetrix HA Concurrent Support)
3、安装powerpath
#gunzip EMCpower.AIX.4.5.1.tar.gz
# tar xvf EMCpower.AIX.4.5.1.tar
x EMCpower_install, 9830400 bytes, 19200 media blocks.
#smit install_latest
安装目录选择本目录
软件列表选择Powerpath或者是全部(本目录下只有powerpath)
>EMCpower ALL
+ 4.5.1.0 PowerPath Base Driver and Utilities
+ 4.5.1.0 PowerPath Consistency Group Extension and Utilities
+ 4.5.1.0 PowerPath HighRoad Extension and Utilities
+ 4.5.1.0 PowerPath Multi_Pathing Extension and Utilities
+ 4.5.1.0 PowerPath Multi_Pathing Extension for Active Active
+ 4.5.1.0 PowerPath Multi_Pathing Extension for Active Passive
+ 4.5.1.0 PowerPath Multi_Pathing Extension for Clariion
回车,接受协议,开始安装。
安装完成后,在/etc/inittab中,会增加一行
rcemcpower:2:wait:/etc/rc.emcpower set_ipldevice > /dev/console 2>&1
安装之后,需要输入序列号
#emcpreg -install 输入powerpath序列号
以下是powerpath的管理命令
# powercf -q
#powermt config 产生Emcpower设备
#powermt display dev=all 查看所有Emcpower设备及状态
#powermt display paths 查看光纤卡到EMC的路径
注意:先安装odm补丁,再安装powerpath,安装完成后需要重新启动一下。
然后输入以下命令:
powermt check
powermt display dev=all
powermt save
安装过程结束
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/14301/showart_509991.html |
|