6253 F_GETLK doesn't always return lock owner
[illumos-gate.git] / usr / src / man / man1m / metarecover.1m
blob9d0355ec5b613ac41dc65014fbe28816e4ad86af
1 '\" te
2 .\" Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH METARECOVER 1M "Mar 26, 2006"
7 .SH NAME
8 metarecover \- recover soft partition information
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/sbin/metarecover\fR [\fB-n\fR] [\fB-v\fR] [\fB-s\fR \fIsetname\fR] \fIcomponent\fR \fB-p\fR
13 .fi
15 .LP
16 .nf
17 \fB/sbin/metarecover\fR [\fB-n\fR] [\fB-v\fR] [\fB-s\fR \fIsetname\fR] \fIcomponent\fR \fB-p\fR {\fB-d\fR}
18 .fi
20 .LP
21 .nf
22 \fB/sbin/metarecover\fR [\fB-n\fR] [\fB-v\fR] [\fB-s\fR \fIsetname\fR] \fIcomponent\fR \fB-p\fR {\fB-m\fR}
23 .fi
25 .SH DESCRIPTION
26 .sp
27 .LP
28 The \fBmetarecover\fR command scans a specified component to look for soft
29 partition configuration information and to regenerate the configuration.
30 .SH OPTIONS
31 .sp
32 .LP
33 The following options are supported:
34 .sp
35 .ne 2
36 .na
37 \fB\fB-d\fR\fR
38 .ad
39 .RS 14n
40 Recover soft partitions in the metadevice state database from the extent
41 headers on the device. Options \fB-d\fR and \fB-m\fR are mutually exclusive.
42 .RE
44 .sp
45 .ne 2
46 .na
47 \fB\fB-m\fR\fR
48 .ad
49 .RS 14n
50 Regenerate the extent headers and reapplies them to the underlying device based
51 on the soft partitions listed in the metadevice state database. Options
52 \fB-d\fR and \fB-m\fR are mutually exclusive.
53 .RE
55 .sp
56 .ne 2
57 .na
58 \fB\fB-n\fR\fR
59 .ad
60 .RS 14n
61 Do not actually perform the operation. Show the output or errors that would
62 have resulted from the operation, had it been run.
63 .RE
65 .sp
66 .ne 2
67 .na
68 \fB\fB-p\fR\fR
69 .ad
70 .RS 14n
71 Regenerate soft partitions based on the metadevice state database or extent
72 headers on the underlying device. If neither \fB-d\fR nor \fB-m\fR are
73 specified, this option compares the soft partition information in the
74 metadevice state database to the extent headers.
75 .RE
77 .sp
78 .ne 2
79 .na
80 \fB\fB-s\fR \fIsetname\fR\fR
81 .ad
82 .RS 14n
83 Specify the name of the diskset on which \fBmetarecover\fR works. Using the
84 \fBs\fR option causes the command to perform its function within the specified
85 diskset. Without the \fB-s\fR option, the \fBmetarecover\fR command operates on
86 the metadevices and/or hot spare pools in the local diskset.
87 .sp
88 This option is required to recover former \fBsps\fR from a diskset component or
89 raw-device. \fIsetname\fR must be identical to the former \fIsetname\fR in
90 which the \fBsps\fR were created. The set numbers, however, seem irrelevant.
91 .RE
93 .sp
94 .ne 2
95 .na
96 \fB\fB-v\fR\fR
97 .ad
98 .RS 14n
99 Verbose mode, displaying the changes being made.
102 .SH OPERANDS
105 The following operand is supported:
107 .ne 2
109 \fB\fIcomponent\fR\fR
111 .RS 13n
112 Specifies the \fBc*t*d*s*\fR number of the disk or slice containing the
113 partitions, or the device name (for example, \fBd10\fR) of the metadevice
114 containing the partitions.
116 \fIcomponent\fR can be a slice name, component name, \fB/dev/dsk path\fR, or
117 \fB/dev/rdsk path\fR.
120 .SH EXAMPLES
122 \fBExample 1 \fRUpdating Metadevice State Database Based on Disk Extent Headers
125 A disk containing soft partitions is moved from one system to another. The
126 system administrator would like to use the existing soft partitions.
127 \fBmetarecover\fR updates the metadevice state database based on the extent
128 headers on the disk.
131 .in +2
133 # metarecover -v c0t3d0s2 -p -d
135 .in -2
139 \fBExample 2 \fRUpdating Metadevice State Database Based on Incomplete Soft
140 Partition Creation
143 A system crashes in the middle of creating a new soft partition. The soft
144 partition is in the creating state and the driver does not let that device be
145 opened. \fBmetarecover\fR rewrites the extent headers for the partially created
146 soft partition and mark it as \fBOkay\fR.
149 .in +2
151 # metarecover -v c0t3d0s2 -p -m
153 .in -2
157 \fBExample 3 \fRUpdating Extent Headers Based on Metadevice State Database
160 Someone accidentally overwrote a portion of a disk leaving extent headers
161 destroyed. \fBmetarecover\fR rewrites the extent headers to ensure a valid soft
162 partition configuration, though user data is not recovered.
165 .in +2
167 # metarecover -v d5 -m
169 .in -2
174 The following example implements the same command using a descriptive name.
177 .in +2
179 # metarecover -v myvolume -m
181 .in -2
185 \fBExample 4 \fRValidating Soft Partition Configuration
188 To validate the existing soft partition configuration, use \fBmetarecover\fR
189 with only the \fB-p\fR flag.
192 .in +2
194 # metarecover c0t3d0s2 -p
196 .in -2
199 .SH EXIT STATUS
202 The following exit values are returned:
204 .ne 2
206 \fB\fB0\fR\fR
208 .RS 6n
209 Successful completion.
213 .ne 2
215 \fB>\fB0\fR\fR
217 .RS 6n
218 An error occurred.
221 .SH ATTRIBUTES
224 See \fBattributes\fR(5) for descriptions of the following attributes:
229 box;
230 c | c
231 l | l .
232 ATTRIBUTE TYPE  ATTRIBUTE VALUE
234 Interface Stability     Stable
237 .SH SEE ALSO
240 \fBmdmonitord\fR(1M), \fBmetaclear\fR(1M), \fBmetadb\fR(1M),
241 \fBmetadetach\fR(1M), \fBmetahs\fR(1M), \fBmetainit\fR(1M),
242 \fBmetaoffline\fR(1M), \fBmetaonline\fR(1M), \fBmetaparam\fR(1M),
243 \fBmetarename\fR(1M), \fBmetareplace\fR(1M), \fBmetaroot\fR(1M),
244 \fBmetaset\fR(1M), \fBmetassist\fR(1M), \fBmetastat\fR(1M), \fBmetasync\fR(1M),
245 \fBmetattach\fR(1M), \fBmd.tab\fR(4), \fBmd.cf\fR(4), \fBmddb.cf\fR(4),
246 \fBmd.tab\fR(4), \fBattributes\fR(5), \fBmd\fR(7D)
249 \fI\fR