You can start DM-Multipath manually to configure LUNs to work with it.
Steps
- To start the multipath daemon, enter the start command.
If you are using... |
Enter the following command... |
Red Hat Enterprise Linux 7 series |
# systemctl start multipathd |
Red Hat Enterprise Linux 6 and 5 series, Red Hat Enterprise Virtualization, and Oracle VM |
# /etc/init.d/multipathd start |
SUSE Linux Enterprise Server |
# /etc/init.d/boot.multipath start# /etc/init.d/multipathd start |
- To configure the DM-Multipath devices, run the following command:# multipath
- Perform the following steps to enable multipath using Xen center or Xen CLI:
- Enter maintenance mode: xe host-disable uuid=<host UUID>
- Enable multipath: xe host-param-set other-config:multipathing=true uuid=host_uuid
- xe host-param-set other-config: multipathhandle=dmp uuid=host_uuid
- Release maintenance mode: # xe host-enable uuid=<host UUID>