Whamcloud - gitweb
Replace the man page for lmc to describe the current options for lmc. Added a new...
[fs/lustre-release.git] / lustre / doc / lmc.lyx
1 #LyX 1.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 220
3 \textclass amsart
4 \language english
5 \inputencoding auto
6 \fontscheme times
7 \graphics default
8 \paperfontsize default
9 \spacing single 
10 \papersize letterpaper
11 \paperpackage a4
12 \use_geometry 0
13 \use_amsmath 0
14 \use_natbib 0
15 \use_numerical_citations 0
16 \paperorientation portrait
17 \secnumdepth 3
18 \tocdepth 3
19 \paragraph_separation skip
20 \defskip medskip
21 \quotes_language english
22 \quotes_times 2
23 \papercolumns 1
24 \papersides 1
25 \paperpagestyle default
26
27 \layout Section
28
29 lmc
30 \layout Subsection
31
32 NAME
33 \layout Standard
34
35 lctl - low level Lustre file system configuration utility
36 \layout Subsection
37
38 SYNOPSIS
39 \layout Standard
40
41
42 \series bold 
43 lmc [options] [cmd args] 
44 \layout Subsection
45
46 DESCRIPTION
47 \layout Standard
48
49 lmc can be invoked to generate configuration data associated with systems
50  in a Lustre cluster.
51  
52 \layout Description
53
54 --node\SpecialChar ~
55 ''node_name'' By itself, this will create a new node.
56  This is also used to specify a specific node for other elements, and the
57 \layout Description
58
59 --net\SpecialChar ~
60 host_name\SpecialChar ~
61 net_type\SpecialChar ~
62 [port] Adds a network interface to a node.
63  If host_name is '*', then the local address while be substituted when the
64  node is configured with lconf.
65  This requires a --node argument.
66 \layout Description
67
68 --mds\SpecialChar ~
69 mds_name Adds an MDS to the specified node.
70  This requires a --node argument.
71 \layout Description
72
73 --lov\SpecialChar ~
74 lov_name\SpecialChar ~
75 mds_name\SpecialChar ~
76 stripe_sz\SpecialChar ~
77 stripe_off\SpecialChar ~
78 pattern Creates an LOV with the
79  specified parameters.
80  The mds_name must already exist in the descriptor.
81  When used as an argument to other commands, only the lov_name is specified.
82 \layout Description
83
84 --ost\SpecialChar ~
85 device\SpecialChar ~
86 [size] Creates an OBD, OST, and OSC.
87  The OST and OBD are created on the specified node.
88  If an lov option is used, then the OSC will be added to the LOV.
89  Requires: --node.
90 \layout Description
91
92 --obduuid\SpecialChar ~
93 UUID specify the UUID of the OBD device.
94  
95 \layout Description
96
97 --mtpt\SpecialChar ~
98 /mnt/path\SpecialChar ~
99 mdc_uuid\SpecialChar ~
100 lov_uuid|osc_uuid Creates a mount point on the specified
101  node.
102  Either an LOV or OSC name can be used.
103  The default OSC name currently used is OSC_<node_name>.
104  Requires: --node
105 \layout Description
106
107 Options: 
108 \begin_deeper 
109 \layout Description
110
111 --output filename Sends output to the file.
112  If the file exists, it will be overwritten.
113 \layout Description
114
115 --merge filename Add the new element to an existing file.
116  
117 \layout Description
118
119 --format Turns on autoformat.
120  The block devices for MDS and OBD will be formatted if necessary.
121 \end_deeper 
122 \layout Subsection
123
124 EXAMPLES
125 \layout Standard
126
127 Real life examples are given in the lustre-conf man page.
128 \layout Subsection
129
130 BUGS
131 \layout Standard
132
133 None are known.
134 \layout Subsection
135
136 AUTHOR
137 \layout Standard
138
139 Cluster File Systems, Inc.
140  2002 - created
141 \the_end