User Tools

Site Tools


linux:redhat:dm-multipath:rhel5

DM-Multipath in RHEL5

Components

Components Description
dm-multipath kernel module Reroutes I/O and supports failover for paths and path groups.
multipath command Lists and configures multipath devices. Normally started up with /etc/rc.sysinit, it can also be started up by a udev program whenever a block device is added or it can be run by the initramfs file system.
multipathd daemon Monitors paths; as paths fail and come back, it may initiate path group switches. Provides for interactive changes to multipath devices. This must be restarted for any changes to the /etc/multipath.conf file.
kpartx command Creates device mapper devices for the partitions on a device It is necessary to use this command for DOS-based partitions with DM-MP. The kpartx is provided in its own package, but the device-mapper-multipath package depends on it.

Installation and Configuration

The basic procedure for configuring your system with DM-Multipath is as follows:

  1. Install device-mapper-multipath rpm.
  2. Edit the dm-multipath.conf configuration file:
    1. comment out the default blacklist
    2. change any of the existing defaults as needed might want to enable either aliases or friendly names.
    3. save the configuration file
  3. Start the multipath daemons.
  4. Create the multipath device with the multipath command.
linux/redhat/dm-multipath/rhel5.txt · Last modified: by 127.0.0.1