Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod1 / vos_unlockvldb.pod.in
CommitLineData
805e021f
CE
1=head1 NAME
2
3vos_unlockvldb - Unlocks several locked VLDB entries
4
5=head1 SYNOPSIS
6
7=for html
8<div class="synopsis">
9
10B<vos unlockvldb> S<<< [B<-server> <I<machine name>>] >>>
11 S<<< [B<-partition> <I<partition name>>] >>>
12 S<<< [B<-cell> <I<cell name>>] >>>
13 [B<-noauth>] [B<-localauth>]
14 [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
15 S<<< [B<-config> <I<config directory>>] >>>
16 [B<-help>]
17
18B<vos unlockv> S<<< [B<-s> <I<machine name>>] >>>
19 S<<< [B<-p> <I<partition name>>] >>>
20 S<<< [B<-c> <I<cell name>>] >>>
21 [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
22 S<<< [B<-co> <I<config directory>>] >>>
23 [B<-h>]
24
25=for html
26</div>
27
28=head1 DESCRIPTION
29
30The B<vos unlockvldb> command releases the lock on the Volume Location
31Database (VLDB) entries indicated by the combination of arguments
32provided:
33
34=over 4
35
36=item *
37
38To unlock all entries in the VLDB, provide no arguments.
39
40=item *
41
42To unlock all entries that mention a file server machine in a site
43definition, provide its name with the B<-server> argument.
44
45=item *
46
47To unlock all entries that mention a partition on any file server machine
48in a site definition, provide the partition name with the B<-partition>
49argument.
50
51=item *
52
53To unlock all entries that mention a specific site, provide both the
54B<-server> and B<-partition> arguments.
55
56=back
57
58To unlock a single volume, use the B<vos unlock> command instead.
59
60=head1 CAUTIONS
61
62Do not use this command under normal circumstances.
63
64It is useful if VLDB entries for volumes at a certain site are locked but
65there is no reason to suspect inconsistency within the volume or between
66it and the VLDB. Note that it is possible to list information from locked
67VLDB entries, even though they cannot be manipulated in other ways.
68
69The B<vos lock> command locks a VLDB entry so that no one else can perform
70an action that requires writing the VLDB.
71
72=head1 OPTIONS
73
74=over 4
75
76=item B<-server> <I<server name>>
77
78Identifies the file server machine for which to unlock VLDB
79entries. Provide the machine's IP address or its host name (either fully
80qualified or using an unambiguous abbreviation). For details, see
81L<vos(1)>.
82
83=item B<-partition> <I<partition name>>
84
85Identifies the partition (on the file server machine specified by the
86B<-server> argument) for which to unlock VLDB entries. Provide the
87partition's complete name with preceding slash (for example, C</vicepa>)
88or use one of the three acceptable abbreviated forms. For details, see
89L<vos(1)>.
90
91=include fragments/vos-common.pod
92
93=back
94
95=head1 EXAMPLES
96
97The following command unlocks all locked entries in the VLDB.
98
99 % vos unlockvldb
100
101The following command unlocks all locked VLDB entries that mention the
102F</vicepa> partition in a site definition.
103
104 % vos unlockvldb -partition a
105
106The following command unlocks all locked VLDB entries that refer to
107volumes on the F</vicepc> partition of the file server machine
108C<fs3.example.com>.
109
110 % vos unlockvldb -server fs3.example.com -partition c
111
112=head1 PRIVILEGE REQUIRED
113
114The issuer must be listed in the F</usr/afs/etc/UserList> file on the
115machine specified with the B<-server> argument and on each database server
116machine. If the B<-localauth> flag is included, the issuer must instead be
117logged on to a server machine as the local superuser C<root>.
118
119=head1 SEE ALSO
120
121L<vos(1)>,
122L<vos_lock(1)>,
123L<vos_unlock(1)>
124
125=head1 COPYRIGHT
126
127IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
128
129This documentation is covered by the IBM Public License Version 1.0. It was
130converted from HTML to POD by software written by Chas Williams and Russ
131Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.