小风儿 发表于 2019-2-15 16:56:09

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

环境
  系统: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 -xfEMCPower.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*



页: [1]
查看完整版本: linux (centos)安装EMCPower多路径软件