首页 > 系统服务 > 详细

linux (centos)安装EMCPower多路径软件

时间:2018-10-10 11:55:30      阅读:450      评论:0      收藏:0      [点我收藏+]
环境

系统:centos 6.x
软件:EMCPower.LINUX.6.1.0.b091.tar.gz
软件下载:

安装方法

(1)上传多路径软件安装包,至/tmp目录
EMCPower.LINUX-6.0.1.00.00-043.RHEL6.x86_64.rpm
shell>tar -xf EMCPower.LINUX.6.1.0.b091.tar.gz

(2) rpm安装
shell>rpm -ivh EMCPower.LINUX-6.1.0.00.00-091.OL6.x86_64.rpm
注意: shell>echo $? 返回0正确,同是看输出信息

(3) 为多路径软件注册License (由原厂提供)
shell> emcpreg -add key xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx

(4)验证license是否成功
shell> emcpreg -list

(5)查看powerpath服务
shell>service powerpath status
powerpath: unrecognized service

(6)查看进程
shell>ps -ef |grep emc
shell>ps -ef |grep power

注释:可能没有进程
(7)查看多路径端口状态
shell>powermt display ports
ERROR: Cannot open PowerPath. Initialization error

(8)做完以上查看,如果powerpath没起来,需要重启系统
shell>reboot
重启后,再看进程和服务

(9)重启后查看磁盘聚会状态
shell>powermt display dev=all

(10)安装多路径后,查看聚会磁盘
shell>ls -l /dev/emcpower*

linux (centos)安装EMCPower多路径软件

原文:http://blog.51cto.com/7603402/2298113

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!