2005-12-08 12:14:33 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
|
|
|
vos - Introduction to the vos command suite
|
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
The commands in the B<vos> command suite are the administrative interface
|
|
|
|
to the Volume Server and Volume Location (VL) Server. System
|
2005-12-08 12:14:33 +00:00
|
|
|
administrators use B<vos> commands to create, move, delete, replicate,
|
|
|
|
back up and examine volumes, among other operations. The VL Server
|
2005-12-09 14:48:56 +00:00
|
|
|
automatically records in the Volume Location Database (VLDB) changes in
|
|
|
|
volume status and location that result from B<vos> commands.
|
|
|
|
|
|
|
|
The operations invoked by most B<vos> commands are idempotent, meaning
|
|
|
|
that if an operation is interrupted by a network, server machine, or
|
|
|
|
process outage, then a subsequent attempt at the same operation continues
|
|
|
|
from the interruption point, rather than starting over at the beginning of
|
|
|
|
the operation. Before executing a command, the Volume and VL Servers check
|
2005-12-08 12:14:33 +00:00
|
|
|
the current state of the volumes and VLDB records to be altered by the
|
|
|
|
command. If they are already in the desired end state (or a consistent
|
|
|
|
intermediate state), there is no need to repeat the internal steps that
|
|
|
|
brought them there. Idempotency does not apply if the command issuer
|
2005-12-09 14:48:56 +00:00
|
|
|
explicitly interrupts the operation with the Ctrl-C command or another
|
|
|
|
interrupt signal. In that case, the volume is left locked and the
|
2009-10-08 18:31:00 +01:00
|
|
|
administrator must use the L<B<vos unlock>|vos_unlock(1)> command to
|
|
|
|
unlock it before proceeding.
|
2005-12-09 14:48:56 +00:00
|
|
|
|
|
|
|
It is important that the VLDB accurately indicate the status of the
|
|
|
|
volumes on file server machines at all times. L<vldb.DB0(5)> and
|
|
|
|
L<afs_volume_header(5)> describe the information recorded in the VLDB and
|
|
|
|
volume headers, respectively. If a B<vos> command changes volume status,
|
|
|
|
it automatically records the change in the corresponding VLDB entry. The
|
|
|
|
most common cause of discrepancies between the VLDB and volume status on
|
|
|
|
file server machines is interrupted operations; to restore consistency,
|
2009-10-08 18:31:00 +01:00
|
|
|
use the L<B<vos syncserv>|vos_syncserv(1)> and
|
|
|
|
L<B<vos syncvldb>|vos_syncvldb(1)> commands.
|
2005-12-09 14:48:56 +00:00
|
|
|
|
|
|
|
There are several categories of commands in the vos command suite:
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2009-10-08 18:31:00 +01:00
|
|
|
Commands to create, move, and rename volumes:
|
|
|
|
L<B<vos backup>|vos_backup(1)>,
|
|
|
|
L<B<vos backupsys>|vos_backupsys(1)>,
|
|
|
|
L<B<vos changeloc>|vos_changeloc(1)>,
|
|
|
|
L<B<vos create>|vos_create(1)>,
|
|
|
|
L<B<vos move>|vos_move(1)>,
|
|
|
|
and L<B<vos rename>|vos_rename(1)>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2009-10-08 18:31:00 +01:00
|
|
|
Commands to remove VLDB volume records or volumes or both:
|
|
|
|
L<B<vos delentry>|vos_delentry(1)>,
|
|
|
|
L<B<vos remove>|vos_remove(1)>,
|
|
|
|
and L<B<vos zap>|vos_zap(1)>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2009-10-08 18:31:00 +01:00
|
|
|
Commands to edit or display VLDB server entries:
|
2010-04-16 06:45:35 +01:00
|
|
|
L<B<vos changeaddr>|vos_changeaddr(1)>,
|
|
|
|
L<B<vos listaddrs>|vos_listaddrs(1)>
|
2014-11-17 16:23:38 +00:00
|
|
|
L<B<vos setaddrs>|vos_setaddrs(1)>,
|
|
|
|
and L<B<vos remaddrs>|vos_remaddrs(1)>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2009-10-08 18:31:00 +01:00
|
|
|
Commands to create, size, and restore dump files:
|
|
|
|
L<B<vos dump>|vos_dump(1)>,
|
|
|
|
L<B<vos restore>|vos_restore(1)>,
|
|
|
|
and L<B<vos size>|vos_size(1)>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2009-10-08 18:31:00 +01:00
|
|
|
Commands to administer replicated volumes:
|
|
|
|
L<B<vos addsite>|vos_addsite(1)>,
|
|
|
|
L<B<vos release>|vos_release(1)>,
|
|
|
|
and L<B<vos remsite>|vos_remsite(1)>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2009-10-08 18:31:00 +01:00
|
|
|
Commands to display VLDB records, volume headers, or both:
|
|
|
|
L<B<vos examine>|vos_examine(1)>,
|
|
|
|
L<B<vos listvldb>|vos_listvldb(1)>,
|
|
|
|
and L<B<vos listvol>|vos_listvol(1)>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2009-10-08 18:31:00 +01:00
|
|
|
Commands to display information about partitions that house volumes:
|
|
|
|
L<B<vos listpart>|vos_listpart(1)>
|
|
|
|
and L<B<vos partinfo>|vos_partinfo(1)>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2009-10-08 18:31:00 +01:00
|
|
|
Commands to restore consistency between the VLDB and volume headers:
|
|
|
|
L<B<vos syncserv>|vos_syncserv(1)>
|
|
|
|
and L<B<vos syncvldb>|vos_syncvldb(1)>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2009-10-08 18:31:00 +01:00
|
|
|
Commands to lock and unlock VLDB entries:
|
|
|
|
L<B<vos lock>|vos_lock(1)>,
|
|
|
|
L<B<vos unlock>|vos_unlock(1)>,
|
|
|
|
and L<B<vos unlockvldb>|vos_unlockvldb(1)>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2009-10-08 18:31:00 +01:00
|
|
|
A command to report Volume Server status:
|
|
|
|
L<B<vos status>|vos_status(1)>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2009-10-16 23:12:35 +01:00
|
|
|
A command to end Volume Server transactions:
|
|
|
|
L<B<vos endtrans>|vos_endtrans(1)>.
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2009-10-08 18:31:00 +01:00
|
|
|
A command to change volume fields:
|
|
|
|
L<B<vos setfields>|vos_setfields(1)>.
|
2009-03-17 02:21:14 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2009-10-08 18:31:00 +01:00
|
|
|
Commands to obtain help:
|
|
|
|
L<B<vos apropos>|vos_apropos(1)>
|
|
|
|
and L<B<vos help>|vos_help(1)>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=back
|
|
|
|
|
2008-01-20 00:06:49 +00:00
|
|
|
=head1 CAUTIONS
|
|
|
|
|
2012-06-28 21:30:40 +01:00
|
|
|
=include fragments/volsize-caution.pod
|
2008-01-20 00:06:49 +00:00
|
|
|
|
2005-12-08 12:14:33 +00:00
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
The following arguments and flags are available on many commands in the
|
2011-05-30 20:11:49 +01:00
|
|
|
B<vos> suite. The reference page for each command also lists them, but
|
2005-12-09 14:48:56 +00:00
|
|
|
they are described here in greater detail.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-cell> <I<cell name>>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Names the cell in which to run the command. It is acceptable to abbreviate
|
|
|
|
the cell name to the shortest form that distinguishes it from the other
|
|
|
|
entries in the F</usr/vice/etc/CellServDB> file on the local machine. If
|
|
|
|
the B<-cell> argument is omitted, the command interpreter determines the
|
|
|
|
name of the local cell by reading the following in order:
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=over 4
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item *
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
The value of the AFSCELL environment variable.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
The local F</usr/vice/etc/ThisCell> file.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
Add command fallback to server config
Add an initialization retry in the bos, vos, and pts commands to
fallback to the server configuration directory when initialization fails
with the client configuration directory. This allows admins to run
unauthenticated bos, vos, and pts commands on servers without a client
configuration (including symlinks created by the bosserver) without
any extra command line options.
Perform the initialization retry only when the -localauth or -config
options are not given. The bos, vos, and pts commands already use the
server configuration path when the -localauth option is given, so there
is no point in retrying the same path. The vos and pts -config option
specifies the path to be used, so we do not fallback to a different
directory when the user specifies the configuration path to be used.
While here, change the scope of the confdir variable in vos.c from a
global to a local variable, since it is only used within the
MyBeforeProc() function.
This change does not add a vsu_ClientInit() retry in the bos salvage
command. That command always requires authorization, so when run without
-localauth requires a token (and therefore a cache manager and client
cell configuration).
Update the bos, vos, and pts man pages to describe this new fallback
method to lookup the configuration directory. (The AFSCONF environment
variable and .AFSCONF files are currently undocumented in the man pages.
They should be documented or removed from the code in a future change.)
Change-Id: I55c3109494db744e7bc2defcb54eaee3b4e30018
Reviewed-on: https://gerrit.openafs.org/15351
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
2022-08-31 18:41:30 +01:00
|
|
|
=item *
|
|
|
|
|
|
|
|
The local F</usr/afs/etc/ThisCell> file.
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=back
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Do not combine the B<-cell> and B<-localauth> options. A command on which
|
|
|
|
the B<-localauth> flag is included always runs in the local cell (as
|
|
|
|
defined in the server machine's local F</usr/afs/etc/ThisCell> file),
|
|
|
|
whereas a command on which the B<-cell> argument is included runs in the
|
|
|
|
specified foreign cell.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2011-05-30 20:14:45 +01:00
|
|
|
=item B<-config> <I<config directory>>
|
|
|
|
|
|
|
|
The location of the directory to use to obtain configuration information,
|
|
|
|
including the CellServDB. This is primarily provided for testing purposes.
|
Add command fallback to server config
Add an initialization retry in the bos, vos, and pts commands to
fallback to the server configuration directory when initialization fails
with the client configuration directory. This allows admins to run
unauthenticated bos, vos, and pts commands on servers without a client
configuration (including symlinks created by the bosserver) without
any extra command line options.
Perform the initialization retry only when the -localauth or -config
options are not given. The bos, vos, and pts commands already use the
server configuration path when the -localauth option is given, so there
is no point in retrying the same path. The vos and pts -config option
specifies the path to be used, so we do not fallback to a different
directory when the user specifies the configuration path to be used.
While here, change the scope of the confdir variable in vos.c from a
global to a local variable, since it is only used within the
MyBeforeProc() function.
This change does not add a vsu_ClientInit() retry in the bos salvage
command. That command always requires authorization, so when run without
-localauth requires a token (and therefore a cache manager and client
cell configuration).
Update the bos, vos, and pts man pages to describe this new fallback
method to lookup the configuration directory. (The AFSCONF environment
variable and .AFSCONF files are currently undocumented in the man pages.
They should be documented or removed from the code in a future change.)
Change-Id: I55c3109494db744e7bc2defcb54eaee3b4e30018
Reviewed-on: https://gerrit.openafs.org/15351
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
2022-08-31 18:41:30 +01:00
|
|
|
If the B<-config> and B<-localauth> arguments are omitted, the command
|
|
|
|
interpreter searches for the configuration information in the following order:
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
The F</usr/vice/etc> directory.
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
The F</usr/afs/etc> directory.
|
|
|
|
|
|
|
|
=back
|
2011-05-30 20:14:45 +01:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-help>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Prints a command's online help message on the standard output stream. Do
|
|
|
|
not combine this flag with any of the command's other options; when it is
|
|
|
|
provided, the command interpreter ignores all other options, and only
|
|
|
|
prints the help message.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-localauth>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Constructs a server ticket using the server encryption key with the
|
2005-12-09 14:48:56 +00:00
|
|
|
highest key version number in the local F</usr/afs/etc/KeyFile> file. The
|
|
|
|
B<vos> command interpreter presents the ticket, which never expires, to
|
|
|
|
the Volume Server and VL Server during mutual authentication.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Use this flag only when issuing a command on a server machine; client
|
2005-12-09 14:48:56 +00:00
|
|
|
machines do not usually have a F</usr/afs/etc/KeyFile> file. The issuer
|
|
|
|
of a command that includes this flag must be logged on to the server
|
|
|
|
machine as the local superuser C<root>. The flag is useful for commands
|
|
|
|
invoked by an unattended application program, such as a process controlled
|
|
|
|
by the UNIX B<cron> utility or by a cron entry in the machine's
|
|
|
|
F</usr/afs/local/BosConfig> file. It is also useful if an administrator is
|
|
|
|
unable to authenticate to AFS but is logged in as the local superuser
|
|
|
|
B<root>.
|
|
|
|
|
|
|
|
Do not combine the B<-cell> and B<-localauth> options. A command on which
|
|
|
|
the B<-localauth> flag is included always runs in the local cell (as
|
|
|
|
defined in the server machine's local F</usr/afs/etc/ThisCell> file),
|
|
|
|
whereas a command on which the B<-cell> argument is included runs in the
|
|
|
|
specified foreign cell. Also, do not combine the B<-localauth> and
|
2005-12-08 12:14:33 +00:00
|
|
|
B<-noauth> flags.
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-noauth>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Establishes an unauthenticated connection to the Volume Server and VL
|
|
|
|
Server, in which the servers treat the issuer as the unprivileged user
|
2005-12-09 14:48:56 +00:00
|
|
|
C<anonymous>. It is useful only when authorization checking is disabled on
|
|
|
|
the server machine (during the installation of a file server machine or
|
2009-10-08 18:31:00 +01:00
|
|
|
when the L<B<bos setauth>|bos_setauth(8)> command has been used during
|
|
|
|
other unusual circumstances). In normal circumstances, the servers allow
|
|
|
|
only privileged users to issue commands that change the status of a volume
|
|
|
|
or VLDB record, and refuses to perform such an action even if the
|
|
|
|
B<-noauth> flag is provided. Do not combine the B<-noauth> and
|
|
|
|
B<-localauth> flags.
|
2005-12-09 14:48:56 +00:00
|
|
|
|
|
|
|
=item B<-partition> <I<partition name>>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Identifies the AFS server partition on a file server machine that houses,
|
|
|
|
or is to house, the volumes of interest, or about which to list
|
2005-12-09 14:48:56 +00:00
|
|
|
information. The B<vos> command interpreter accepts any of the following
|
|
|
|
four name formats:
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
/vicepa = vicepa = a = 0
|
|
|
|
/vicepb = vicepb = b = 1
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-21 00:41:17 +00:00
|
|
|
After /vicepz (for which the index is 25) comes
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
/vicepaa = vicepaa = aa = 26
|
|
|
|
/vicepab = vicepab = ab = 27
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-21 00:41:17 +00:00
|
|
|
and so on through
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2018-06-09 06:16:02 +01:00
|
|
|
/vicepiu = vicepiu = iu = 254
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2009-10-08 18:31:00 +01:00
|
|
|
The B<-frompartition> and B<-topartition> arguments to the
|
|
|
|
L<B<vos move>|vos_move(1)> command also accept this notation.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-server> <I<machine name>>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Identifies the file server machine that houses, or is to house, the
|
2005-12-09 14:48:56 +00:00
|
|
|
volumes or AFS server partitions of interest. Provide the machine's IP
|
|
|
|
address in dotted decimal format, its fully qualified host name (for
|
doc: replace hostnames with IETF example hostnames
There were several different real and made-up hostnames and company names used
throughout our documentation examples.
The IETF has reserved "example.com" and other "example" TLDs for use in
examples (RFC 2606). Replace almost all references to ABC Corporation, DEF
Corporation, and State University, as well as "abc.com", "bigcell.com",
"def.com", "def.gov", "ghi.com", "ghi.gov", "jkl.com", "mit.edu",
"stanford.edu", "state.edu", "stateu.edu", "uncc.edu", and "xyz.com".
Standardize on "Example Corporation", "Example Network", "Example
Organization" (example.com, example.net, and example.org).
The Scout documentation in the Admin Guide contains PNG images that contain
the old cell names, so I left those references until the images can be
replaced.
Change-Id: I4e44815b2d2ffe204810b7fd850842248f67c367
Reviewed-on: http://gerrit.openafs.org/6697
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
2012-02-11 16:43:30 +00:00
|
|
|
example, C<fs1.example.com>), or the shortest abbreviated form of its host
|
2005-12-09 14:48:56 +00:00
|
|
|
name that distinguishes it from other machines. Successful use of an
|
|
|
|
abbreviated form depends on the availability of a name resolution service
|
|
|
|
(such as the Domain Name Service or a local host table) at the time the
|
|
|
|
command is issued.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2009-10-08 18:31:00 +01:00
|
|
|
The B<-fromserver> and B<-toserver> arguments to the
|
|
|
|
L<B<vos move>|vos_move(1)> command also accept these name formats.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2009-03-17 02:21:14 +00:00
|
|
|
=item B<-noresolve>
|
|
|
|
|
|
|
|
Shows all servers as IP addresses instead of the DNS name. This is very
|
|
|
|
useful when the server address is registered as 127.0.0.1 or when dealing
|
|
|
|
with multi-homed servers. The B<-noresolve> option is available in OpenAFS
|
|
|
|
versions 1.4.8 or later and 1.5.35 or later.
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-verbose>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Produces on the standard output stream a detailed trace of the command's
|
|
|
|
execution. If this argument is omitted, only warnings and error messages
|
|
|
|
appear.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2019-10-09 19:54:40 +01:00
|
|
|
=item B<-rxgk> (crypt | auth | clear)
|
|
|
|
|
|
|
|
Specify B<-rxgk> to use rxgk credentials when contacting the vlserver or volserver. The
|
|
|
|
C<crypt> argument causes B<vos> to use rxgk with per-packet encryption, C<auth>
|
|
|
|
causes B<vos> to use rxgk with per-packet integrity protection, and C<clear>
|
|
|
|
causes B<vos> to use rxgk without any per-packet cryptography.
|
|
|
|
|
|
|
|
By default, B<vos> uses rxkad credentials. B<vos> falls back to unauthenticated
|
|
|
|
connections if credentials are not available.
|
|
|
|
|
2005-12-08 12:14:33 +00:00
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 PRIVILEGE REQUIRED
|
|
|
|
|
|
|
|
To issue most vos commands, the issuer must be listed in the
|
2005-12-09 14:48:56 +00:00
|
|
|
F</usr/afs/etc/UserList> file on each server machine that houses or is to
|
|
|
|
house an affected volume, and on each database server machine. The most
|
|
|
|
predictable performance results if all database server and file server
|
|
|
|
machines in the cell share a common F<UserList> file. Alternatively, if
|
|
|
|
the B<-localauth> flag is included, the issuer must be logged on to a
|
|
|
|
server machine as the local superuser C<root>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
To issue a vos command that only displays information, no privilege is
|
|
|
|
required.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
|
|
|
L<vos_addsite(1)>,
|
|
|
|
L<vos_apropos(1)>,
|
|
|
|
L<vos_backup(1)>,
|
|
|
|
L<vos_backupsys(1)>,
|
|
|
|
L<vos_changeaddr(1)>,
|
2007-11-29 03:30:41 +00:00
|
|
|
L<vos_convertROtoRW(1)>,
|
2008-07-14 01:51:35 +01:00
|
|
|
L<vos_clone(1)>,
|
2007-11-29 03:30:41 +00:00
|
|
|
L<vos_copy(1)>,
|
2005-12-08 12:14:33 +00:00
|
|
|
L<vos_create(1)>,
|
|
|
|
L<vos_delentry(1)>,
|
|
|
|
L<vos_dump(1)>,
|
2009-10-16 23:12:35 +01:00
|
|
|
L<vos_endtrans(1)>,
|
2005-12-08 12:14:33 +00:00
|
|
|
L<vos_examine(1)>,
|
|
|
|
L<vos_help(1)>,
|
|
|
|
L<vos_listaddrs(1)>,
|
|
|
|
L<vos_listpart(1)>,
|
|
|
|
L<vos_listvldb(1)>,
|
|
|
|
L<vos_listvol(1)>,
|
|
|
|
L<vos_lock(1)>,
|
|
|
|
L<vos_move(1)>,
|
|
|
|
L<vos_partinfo(1)>,
|
|
|
|
L<vos_release(1)>,
|
|
|
|
L<vos_remove(1)>,
|
|
|
|
L<vos_remsite(1)>,
|
|
|
|
L<vos_rename(1)>,
|
|
|
|
L<vos_restore(1)>,
|
2009-03-17 02:21:14 +00:00
|
|
|
L<vos_setfields(1)>,
|
2008-07-14 01:51:35 +01:00
|
|
|
L<vos_shadow(1)>,
|
2007-08-05 23:58:35 +01:00
|
|
|
L<vos_size(1)>,
|
2005-12-08 12:14:33 +00:00
|
|
|
L<vos_status(1)>,
|
|
|
|
L<vos_syncserv(1)>,
|
|
|
|
L<vos_syncvldb(1)>,
|
|
|
|
L<vos_unlock(1)>,
|
|
|
|
L<vos_unlockvldb(1)>,
|
2009-10-08 21:57:03 +01:00
|
|
|
L<vos_zap(1)>,
|
|
|
|
L<CellServDB(5)>,
|
|
|
|
L<UserList(5)>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 COPYRIGHT
|
|
|
|
|
|
|
|
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
|
|
|
|
|
|
|
|
This documentation is covered by the IBM Public License Version 1.0. It was
|
|
|
|
converted from HTML to POD by software written by Chas Williams and Russ
|
|
|
|
Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.
|