chiark / gitweb /
0856ca8dfc50365419bca4fa81eecd39bdc96ef0
[elogind.git] / extras / multipath-tools / multipath / multipath.8
1 .TH MULTIPATH 8 "February 2004" "" "Linux Administrator's Manual"
2 .SH NAME
3 multipath \- Device mapper target autoconfig
4 .SH SYNOPSIS
5 .B multipath
6 .RB [\| \-v | \-q \|]
7 .RB [\| \-d \|]
8 .RB [\| \-i\ \c
9 .IR int \|]
10 .RB [\| \-m\ \c
11 .IR max_devs \|]
12 .RB [\| \-p\ \c
13 .BR failover | multibus | group_by_serial \|]
14 .RB [\| device \|]
15 .SH DESCRIPTION
16 .B multipath
17 is used to detect multiple paths to devices for fail-over or performance reasons and coalesces them.
18 .SH OPTIONS
19 .TP
20 .B \-v
21 verbose, print all paths and multipaths
22 .TP
23 .B \-q
24 quiet, no output at all
25 .TP
26 .B \-d
27 dry run, do not create or update devmaps
28 .TP
29 .BI \-i " int"
30 multipath target param: polling interval
31 .TP
32 .BI \-m " max_devs"
33 scan
34 .I max_devs
35 devices at most
36 .TP
37 .BI \-D " major minor"
38 update only the devmap the path pointed by
39 .I major minor
40 is in
41 .TP
42 .BI \-p " policy"
43 force maps to specified policy:
44 .RS 1.2i
45 .TP 1.2i
46 .B failover
47 1 path per priority group
48 .TP
49 .B multibus
50 all paths in 1 priority group
51 .TP
52 .B group_by_serial
53 1 priority group per serial
54 .RE
55 .TP
56 .BI device
57 update only the devmap the path pointed by
58 .I device
59 is in
60 .SH "SEE ALSO"
61 .BR udev (8),
62 .BR dmsetup (8)
63 .BR hotplug (8)
64 .SH AUTHORS
65 .B multipath
66 was developed by Christophe Varoqui, <christophe.varoqui@free.fr> and others.