IBM System Storage DS3500 Introduction And Implementation Manual page 662

Table of Contents

Advertisement

Linux Config.fm
Multipaths: Specifies configuration settings for tuning
Create the /etc/multipath.conf file as shown in Example 20-12.
Example 20-12 Multipath.conf file sample
multipaths {
}
devices {
device {
vendor "IBM"
product "1746"
hardware_handler "1 rdac"
path_checker rdac
failback 0
path_grouping_policy multibus
prio_callout "/sbin/mpath_prio_tpc /dev/%n"
}
}
The vendor field must be the same as in the /sys/block/sdb/device/vendor file and the product
field must be the same as in the /sys/block/sdb/device/model file
Note: In this case /dev/sdb is one of the paths to the logical drive
It is highly recommended to use alias for naming the devices instead of using the uid of the
device. In this case we choose to use the name mpath. To choose the name, consider that the
devices will be created as /dev/mapper/mpath[n]. This name will be created under the
/dev/mapper directory.
Configure Services
Configure the multipathd service to start on boot with the following command:
chkconfig multipathd on
The hal daemon can sometimes cause problems by automatically mounting the underlying
/dev/sd* paths after a failback. To work around this, the hal daemon needs to be disabled in
SLES11 base. This issue is fixed in service pack 1.
If running SLES11 base, disable the haldaemon from starting on boot with the following
commands:
chkconfig network-remotefs off
chkconfig haldaemon off
638
IBM System Storage DS3500: Introduction and Implementation Guide
multipath {
wwid
alias
path_grouping_policy
path_checker
path_selector
failback
rr_weight
no_path_retry
}
Draft Document for Review March 28, 2011 12:24 pm
360080e50001b0c90000007504c6e060a
mpath0
multibus
readsector0
"round-robin 0"
"5"
priorities
"5"

Advertisement

Table of Contents
loading

Table of Contents