.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "VOS_REMADDRS 1" .TH VOS_REMADDRS 1 2024-03-20 OpenAFS "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME vos_remaddrs \- removes a file server machine's entry from the VLDB .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBvos remaddrs\fR \fB\-uuid\fR\ <\fIUUID\ of\ server\fR> [\fB\-cell\fR\ <\fIcell\ name\fR>] [\fB\-noauth\fR] [\fB\-localauth\fR] [\fB\-verbose\fR] [\fB\-encrypt\fR] [\fB\-noresolve\fR] [\fB\-config\fR\ <\fIconfig\ directory\fR>] [\fB\-help\fR] .PP \&\fBvos rema\fR \fB\-u\fR\ <\fIUUID\ of\ server\fR> [\fB\-c\fR\ <\fIcell\ name\fR>] [\fB\-noa\fR] [\fB\-l\fR] [\fB\-v\fR] [\fB\-e\fR] [\fB\-nor\fR] [\fB\-co\fR\ <\fIconfig\ directory\fR>] [\fB\-h\fR] .SH DESCRIPTION .IX Header "DESCRIPTION" The \fBvos remaddrs\fR command removes a server entry from the Volume Location Database (VLDB). There must be no VLDB entries that list the machine as a site for any version of a volume. If necessary, use the \fBvos move\fR or \fBvos remove\fR command to move or remove volumes. It is appropriate to remove a VLDB server entry when removing the corresponding file server machine from service. .PP To display all VLDB server entries, use the \fBvos listaddrs\fR command. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-uuid\fR <\fIUUID of server\fR>" 4 .IX Item "-uuid " The unique ID as provided by the \f(CW\*(C`vos listaddrs \-printuuid\*(C'\fR command. .SH EXAMPLES .IX Header "EXAMPLES" The following command removes the VLDB server entry for the file server with the addresses \f(CW192.12.107.214\fR and \f(CW10.47.11.17\fR. .PP .Vb 5 \& $ vos remaddrs \-uuid 008f157e\-bad0\-157c\-0ffee\-357c4d1faa77 \-verbose \& vos: Removing UUID with addresses: \& UUID: 008f157e\-bad0\-157c\-0ffee\-357c4d1faa77 \& 192.12.107.214 \& 10.47.11.17 .Ve .SH "PRIVILEGE REQUIRED" .IX Header "PRIVILEGE REQUIRED" Issuer must be listed in the \fI/etc/openafs/server/UserList\fR file on each database server machine. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBCellServDB\fR\|(5), \&\fBUserList\fR\|(5), \&\fBfileserver\fR\|(8), \&\fBvos\fR\|(1), \&\fBvos_listaddrs\fR\|(1), \&\fBvos_setaddrs\fR\|(1) .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright 2014 Sine Nomine Associates. All Rights Reserved. .PP This documentation is covered by the BSD License as written in the doc/LICENSE file. This man page was written by Michael Meffie for OpenAFS.