关掉Linux自带的多路径管理软件,启用EMC多路径管理软件

简介:

Linux suse操作系统中同时运行着两种多路径管理软件,现关掉Linux suse自带的多路径管理软件,只启用EMC多路径管理软件.

Disabling dm-multipath to prepare for PowerPath installation on SLES 11 (SP2 or SP3)

1. Blacklist all devices in /etc/multipath.conf

a. Save a copy of /etc/multipath.conf as /etc/multipath.conf.bak for backup if it

already exists.

b. Edit /etc/multipath.conf so that it contains only the following lines:

blacklist {

devnode "*"

}

2. Ensure dm-multipath does not start automatically at boot.

# chkconfig multipathd off

# chkconfig --list multipathd --- Service should be off on all

run levels

3. Recreate initrd so that dm-multipath is excluded from initrd.

# mkinitrd -i /boot/initrd-pp-3.0.76-0.9-default -k

/boot/vmlinuz-3.0.76-0.9-default -f powerpath

4. Add a new boot entry with the initrd file created in the previous step in

/boot/grub/menu.lst file.

5. Reboot the host with the new initrd image and ensure dm-multipath has not

configured any device.

# multipath -ll --- should not return any dm devices







本文转自shangshanyang51CTO博客,原文链接:http://blog.51cto.com/qqran/1890481 ,如需转载请自行联系原作者






相关文章
|
28天前
|
存储 安全 Shell
⭐⭐⭐【Shell 命令集合 磁盘管理 】Linux 显示当前工作目录的路径 pwd命令使用教程
⭐⭐⭐【Shell 命令集合 磁盘管理 】Linux 显示当前工作目录的路径 pwd命令使用教程
37 0
|
3月前
|
存储 Linux 程序员
Linux内存管理宏观篇(二):不同角度去看内存(软件)
Linux内存管理宏观篇(二):不同角度去看内存(软件)
52 0
|
4月前
|
关系型数据库 MySQL Linux
Linux下查看软件安装与安装路径
Linux下查看软件安装与安装路径
246 0
|
28天前
|
缓存 算法 Linux
深入理解Linux动态库加载:路径、问题与解决方案
深入理解Linux动态库加载:路径、问题与解决方案
49 0
|
29天前
|
Unix Shell Linux
【Shell 命令集合 文件管理】Linux 查找指定命令的可执行文件路径 which命令使用教程
【Shell 命令集合 文件管理】Linux 查找指定命令的可执行文件路径 which命令使用教程
33 0
|
1月前
|
Linux Shell
Linux中认识路径的概念
Linux中认识路径的概念
|
1月前
|
缓存 Linux Android开发
【Linux】软件包管理器 yum
【Linux】软件包管理器 yum
|
1月前
|
Java Linux Shell
Linux探秘之旅:透彻理解路径、命令与系统概念
Linux探秘之旅:透彻理解路径、命令与系统概念
46 1
|
1月前
|
存储 Ubuntu Unix
【Linux】1、操作系统、计算机硬件和软件、Linux 介绍
【Linux】1、操作系统、计算机硬件和软件、Linux 介绍
41 0
|
2月前
|
Linux Windows
【Linux】Linux 软件包管理器 yum
【Linux】Linux 软件包管理器 yum
【Linux】Linux 软件包管理器 yum