博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
系统安装EMC多路径软件
阅读量:6670 次
发布时间:2019-06-25

本文共 726 字,大约阅读时间需要 2 分钟。

1、上传EMC存储多路径软件包至安装目录

    上传文件为:EMCPower.LINUX-6.0.1.00.00-043.RHEL6.x86_64.rpm

2、进行安装

1
rpm -ivh EMCPower.LINUX-6.1.0.00.00-091.RHEL6.x86_64.rpm

3、为多路径软件输入License

1
2
3
4
5
6
7
8
9
emcpreg [opts] -add key [key ...]
    
emcpreg [opts] -remove key [key ...]
    
emcpreg [opts] -check key [key ...]
    
emcpreg [opts] -list
    
emcpreg [opts] -edit
    
emcpreg [opts] -
install
emcpreg -
install    
xxxx-xxxx-xxxx-xxxx-xxxx (输入激活码)   
或者emcpreg -add key   xxxxx

4、使用如下两种方式验证license已经安装成功:

1
2
3
emcpreg -list
powermt check_registration


5、重启主机

1
reboot

6、安装多路径软件后查看如下

1
2
重启后查看磁盘聚合状态如下:
powermt display dev=all

重启主机之后不同之处:

1
2
3
4
安装多路径软件前的磁盘:
    
ls 
-l 
/dev/sd
*
安装多路径软件后聚合的磁盘:
ls 
-l 
/dev/emcpower
*

本文转自 a8757906 51CTO博客,原文链接:http://blog.51cto.com/nxyboy/1944553

转载地址:http://hrlxo.baihongyu.com/

你可能感兴趣的文章
linux进程同步机制_转
查看>>
PHP框架认识初步
查看>>
给 Android 初学者的 Gradle 知识普及
查看>>
分模块开发创建Action子模块——(九)
查看>>
基于Nginx实现一个自己的HTTP模块
查看>>
LeetCode(34)-Palindrome Number
查看>>
阅读《Android 从入门到精通》(24)——切换图片
查看>>
SimpleDateFormat线程不安全及解决的方法
查看>>
Unity---------Mesh理解
查看>>
hdu 1728 逃离迷宫 bfs记转向
查看>>
一分钟学会 ConstraintLayout 之从属性角度理解布局
查看>>
线程 Timer TimerTask 计时器 定时任务 MD
查看>>
[js高手之路]原型式继承与寄生式继承
查看>>
MBR分区操作-增加、扩展、删除
查看>>
php如何互换一个数组的首尾元素 中间不变 首尾互换
查看>>
C#最简单的登录Web服务
查看>>
[Entity Framework]
查看>>
【类】C#计算器类(SamWang)
查看>>
Kinect 开发小记:穿越艾泽拉斯,调戏红龙女王
查看>>
Leetcode: Construct Binary Tree from Inorder and Postorder Traversal
查看>>