~dsmythies/serverguide/serverguide-ftp

« back to all changes in this revision

Viewing changes to serverguide/C/storage/dm-multipath/multipath-components-table.xml

  • Committer: Peter Matulis
  • Date: 2012-03-25 13:52:20 UTC
  • mfrom: (54.1.3 merge_98984)
  • Revision ID: peter.matulis@canonical.com-20120325135220-kgb0k5hs5bwhwh6h
Edits based on MP: #98220; new sub-chapter 5.3 (Zentyal); by Jorge Salamero Sanz

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<table id="multipath-components-table">
 
3
  <title>DM-Multipath Components</title>
 
4
 
 
5
  <tgroup align="left" cols="2" rowsep="1">
 
6
    <colspec colname="c1" colwidth="1.3*"/>
 
7
    <colspec colname="c2" colwidth="3.6*"/>
 
8
 
 
9
    <thead>
 
10
      <row>
 
11
        <entry align="left">Component</entry>
 
12
        <entry align="left">Description</entry>
 
13
      </row>
 
14
    </thead>
 
15
 
 
16
    <tbody>
 
17
      <row>
 
18
        <entry>
 
19
          <emphasis role="bold">dm_multipath kernel module</emphasis>
 
20
        </entry>
 
21
 
 
22
        <entry>Reroutes I/O and supports <emphasis
 
23
        role="bold">failover</emphasis> for paths and path groups.</entry>
 
24
      </row>
 
25
 
 
26
      <row>
 
27
        <entry>
 
28
          <emphasis role="bold">multipath command</emphasis>
 
29
        </entry>
 
30
 
 
31
        <entry>Lists and configures <emphasis role="bold">multipath</emphasis>
 
32
        devices. Normally started up with <filename>/etc/rc.sysinit</filename>, it can also be
 
33
        started up by a udev program whenever a block device is added or it
 
34
        can be run by the initramfs file system.</entry>
 
35
      </row>
 
36
 
 
37
      <row>
 
38
        <entry>
 
39
          <emphasis role="bold">multipathd daemon</emphasis>
 
40
        </entry>
 
41
 
 
42
        <entry>Monitors paths; as paths fail and come back, it may initiate
 
43
        path group switches. Provides for interactive changes to <emphasis
 
44
        role="bold">multipath</emphasis> devices. This daemon must be restarted for
 
45
        any changes to the <filename>/etc/multipath.conf</filename> file to take effect.</entry>
 
46
      </row>
 
47
 
 
48
      <row>
 
49
        <entry>
 
50
          <emphasis role="bold">kpartx command</emphasis>
 
51
        </entry>
 
52
 
 
53
        <entry>Creates device mapper devices for the partitions on a device It
 
54
        is necessary to use this command for DOS-based partitions with DM-Multipath.
 
55
        The kpartx is provided in its own package, but the <emphasis
 
56
        role="bold">multipath-tools</emphasis> package depends on it.</entry>
 
57
      </row>
 
58
    </tbody>
 
59
  </tgroup>
 
60
</table>