Disk /dev/sdb: 21.4 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 * 512 = 8225280bytes
Disk /dev/sdc: 21.4 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 * 512 = 8225280bytes
# yum install device-mapper-multipath
# mpathconf
multipath is enabled
find_multipaths is disabled
user_friendly_names is enabled
dm_multipath module is not loaded
multipathd is chkconfiged off
Commands:
Enable: --enable
Disable: --disable
Set user_friendly_names (Default n):--user_friendly_names <y|n>
Set find_multipaths (Default n):--find_multipaths <y|n>
Load the dm-multipath modules on enable(Default y): --with_module <y|n>
start/stop/reload multipathd (Default n):--with_multipathd <y|n>
chkconfig on/off multipathd (Default y):--with_chkconfig <y|n>
# mpathconf --user_friendly_names y--find_multipaths y --with_multipathd y --with_chkconfig y
# mpathconf
multipath is enabled
find_multipaths is enabled
user_friendly_names is enabled
dm_multipath module is not loaded
multipathd is chkconfiged off
# service multipathd start
Starting multipathd daemon: [ OK ]
# mpathconf
multipath is enabled
find_multipaths is enabled
user_friendly_names is enabled
dm_multipath module is loaded
multipathd is chkconfiged off