环境系统:centos 6.x软件:EMCPower.LINUX.6.1.0.b091.tar.gz软件下载:安装方法(1)上传多路径软件安装包,至/tmp目录EMCPower.LINUX-6.0.1.00.00-043.RHEL6.x86_64.rpmshelltar -xf EMCPower.LINUX.6.1.0.b...

环境
系统: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多路径软件


基础教程推荐
- Apache Kafka 2.5 稳定版发布,新特性抢先看 2023-09-11
- RFO SIG之openEuler AWS AMI 制作详解 2022-12-28
- Apache CarbonData 1.0.0发布及其新特性介绍 2023-09-11
- Centos7 nginx的安装以及开机自启动的设置 2023-09-22
- 通过StatefulSet部署有状态服务应用实现方式 2022-10-01
- 为Win2003服务器打造铜墙铁壁的方法步骤 2022-09-01
- Centos 安装Django2.1 2023-09-24
- P3 利用Vulnhub复现漏洞 - Apache SSI 远程命令执行漏洞 2023-09-10
- Docker容器操作方法详解 2022-11-13
- windows环境下apache-apollo服务器搭建 2023-09-10