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


- 【转载】CentOS安装Tomcat 2023-09-24
- CentOS_mini下安装docker 之 安装docker CE 2023-09-23
- CentOS7安装GlusterFS集群的全过程 2022-10-10
- 阿里云ECS排查CPU数据分析 2022-10-06
- IIS搭建ftp服务器的详细教程 2022-11-15
- 解决:apache24 安装后闪退和配置端口映射和连接超时设置 2023-09-11
- KVM虚拟化Linux Bridge环境部署的方法步骤 2023-07-11
- 教你在docker 中搭建 PHP8 + Apache 环境的过程 2022-10-06
- 利用Docker 运行 python 简单程序 2022-10-16
- nginx中封禁ip和允许内网ip访问的实现示例 2022-09-23