2005-12-08 12:14:33 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
2007-11-11 22:54:56 +00:00
|
|
|
vos_listvol - Displays information from a volume header
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2006-03-01 05:02:29 +00:00
|
|
|
=for html
|
|
|
|
<div class="synopsis">
|
|
|
|
|
|
|
|
B<vos listvol> S<<< B<-server> <I<machine name>> >>>
|
2009-10-08 18:31:00 +01:00
|
|
|
S<<< [B<-partition> <I<partition name>>] >>>
|
|
|
|
[B<-fast>] [B<-long>] [B<-quiet>]
|
|
|
|
[B<-extended>] [B<-format>]
|
|
|
|
S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>]
|
2013-06-20 23:45:05 +01:00
|
|
|
[B<-verbose>] [B<-encrypt>] [B<-noresolve>]
|
|
|
|
S<<< [B<-config> <I<config directory>>] >>>
|
|
|
|
[B<-help>]
|
2009-10-08 18:31:00 +01:00
|
|
|
|
|
|
|
B<vos listvo> S<<< B<-s> <I<machine name>> >>>
|
|
|
|
S<<< [B<-p> <I<partition name>>] >>>
|
|
|
|
[B<-fa>] [-lon] [B<-q>] [B<-ex>] [B<-fo>]
|
|
|
|
S<<< [B<-c> <I<cell name>>] >>>
|
2013-06-20 23:45:05 +01:00
|
|
|
[B<-noa>] [B<-loc>] [B<-v>] [B<-en>] [B<-nor>]
|
|
|
|
S<<< [B<-co> <I<config directory>>] >>>
|
|
|
|
[B<-h>]
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2006-03-01 05:02:29 +00:00
|
|
|
=for html
|
|
|
|
</div>
|
|
|
|
|
2005-12-08 12:14:33 +00:00
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
The B<vos listvol> command formats and displays the following information
|
|
|
|
from the volume header of each specified volume: volume name, volume ID,
|
|
|
|
volume type, size, and status at the server. The actual information
|
|
|
|
displayed depends on the combination of arguments supplied when the
|
|
|
|
command is issued. To display volume header information for various
|
|
|
|
numbers of volumes, combine the command's arguments as indicated:
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
For every volume on a file server machine, specify the machine's name with
|
|
|
|
the B<-server> argument.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
For every volume at a particular site, combine the B<-server> argument
|
|
|
|
with the B<-partition> argument.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
To display the Volume Location Database (VLDB) entry for one or more
|
2005-12-09 14:48:56 +00:00
|
|
|
volumes, use the B<vos listvldb> command. To display both the VLDB entry
|
|
|
|
and the volume header for a single volume, use the B<vos examine> command.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-server> <I<server name>>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Identifies the file server machine that houses volumes for which to
|
2005-12-09 14:48:56 +00:00
|
|
|
display the header. Provide the machine's IP address or its host name
|
|
|
|
(either fully qualified or using an unambiguous abbreviation). For
|
|
|
|
details, see L<vos(1)>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
This argument can be combined with the B<-partition> argument, as well as
|
|
|
|
the B<-fast>, B<-long>, or B<-extended> flag.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-partition> <I<partition name>>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Identifies the partition (on the file server machine specified by the
|
|
|
|
B<-server> argument) that houses volumes for which to display the
|
2005-12-09 14:48:56 +00:00
|
|
|
header. Provide the partition's complete name with preceding slash (for
|
|
|
|
example, F</vicepa>) or use one of the three acceptable abbreviated
|
|
|
|
forms. For details, see L<vos(1)>.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-fast>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Displays only the volume ID numbers of volumes stored at the site
|
2005-12-09 14:48:56 +00:00
|
|
|
specified by the B<-server>, and optionally B<-partition>, argument. Do
|
|
|
|
not combine this flag with the B<-extended> flag.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-long>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Displays more detailed information about each volume stored at the site
|
2005-12-09 14:48:56 +00:00
|
|
|
specified by the B<-server>, and optionally B<-partition>, argument. The
|
|
|
|
information includes the volume IDs of all three volume types associated
|
|
|
|
with the volume, and the read/write volume's quota, creation date and
|
|
|
|
update date.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-quiet>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Suppresses the lines that summarize the number of volumes listed and their
|
2005-12-09 14:48:56 +00:00
|
|
|
status, which otherwise appear at the beginning and end of the output when
|
|
|
|
the output includes more than one volume.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-extended>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Displays extensive statistics about access patterns for each volume stored
|
2005-12-09 14:48:56 +00:00
|
|
|
at the site specified by the B<-server>, and optionally B<-partition>,
|
|
|
|
argument. The statistics include the number of reads and writes to files
|
|
|
|
in the volume, and how recently files and directories have been updated by
|
|
|
|
their owners or other users. Do not combine this flag with the B<-fast>
|
|
|
|
flag.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2009-10-08 18:31:00 +01:00
|
|
|
=item B<-format>
|
|
|
|
|
|
|
|
Show information in a format suitable for machine parsing.
|
|
|
|
|
2013-06-30 03:06:51 +01:00
|
|
|
=include fragments/vos-common.pod
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 OUTPUT
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
The output is ordered alphabetically by volume name and by default
|
|
|
|
provides the following information on a single line for each volume:
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
Name
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
Volume ID number
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Type (the flag is C<RW> for read/write, C<RO> for read-only, C<BK> for
|
|
|
|
backup)
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
Size in kilobytes (C<1024> equals a megabyte)
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Number of files in the volume, if the B<-extended> flag is provided
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
Status on the file server machine, which is one of the following:
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item On-line
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
The volume is completely accessible to Cache Managers.
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item Off-line
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
The volume is not accessible to Cache Managers, but does not seem to be
|
|
|
|
corrupted. This status appears while a volume is being dumped, for
|
|
|
|
example.
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item Off-line**needs salvage**
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
The volume is not accessible to Cache Managers, because it seems to be
|
2005-12-09 14:48:56 +00:00
|
|
|
corrupted. Use the B<bos salvage> or B<salvager> command to repair the
|
|
|
|
corruption.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
If the following message appears instead of the previously listed
|
2005-12-09 14:48:56 +00:00
|
|
|
information, it indicates that a volume is not accessible to Cache
|
|
|
|
Managers or the B<vos> command interpreter, for example because a clone is
|
|
|
|
being created.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
**** Volume <volume_ID> is busy ****
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
If the following message appears instead of the previously listed
|
2005-12-09 14:48:56 +00:00
|
|
|
information, it indicates that the File Server is unable to attach the
|
|
|
|
volume, perhaps because it is seriously corrupted. The F<FileLog> and
|
|
|
|
F<VolserLog> log files in the F</usr/afs/logs> directory on the file
|
|
|
|
server machine possibly provide additional information; use the B<bos
|
|
|
|
getlog> command to display them.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
**** Could not attach volume <volume_ID> ****
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
The information about individual volumes is bracketed by summary
|
|
|
|
lines. The first line of output specifies the number of volumes in the
|
2005-12-09 14:48:56 +00:00
|
|
|
listing. The last line of output summarizes the number of volumes that are
|
|
|
|
online, offline, and busy. These lines do not appear if the B<-quiet> flag
|
|
|
|
is used.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
If the B<-fast> flag is added, the output displays only the volume ID
|
|
|
|
number of each volume, arranged in increasing numerical order. The final
|
|
|
|
line (which summarizes the number of online, offline, and busy volumes) is
|
|
|
|
omitted.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
If the B<-long> flag is included, the output for each volume includes all
|
|
|
|
of the information in the default listing plus the following. Each item in
|
|
|
|
this list corresponds to a separate line of output:
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
The file server machine and partition that house the volume, as determined
|
|
|
|
by the command interpreter as the command runs, rather than derived from the
|
|
|
|
VLDB or the volume header.
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
The volume ID numbers associated with the various versions of the volume:
|
|
|
|
read/write (C<RWrite>), read-only (C<ROnly>), backup (C<Backup>), and
|
|
|
|
ReleaseClone (C<RClone>). One of them matches the volume ID number that
|
|
|
|
appears on the first line of the volume's output. If the value in the
|
|
|
|
C<RWrite>, C<ROnly>, or C<Backup> field is C<0> (zero), there is no volume
|
|
|
|
of that type. If there is currently no ReleaseClone, the C<RClone> field
|
|
|
|
does not appear at all.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
The maximum space quota allotted to the read/write copy of the volume,
|
|
|
|
expressed in kilobyte blocks in the C<MaxQuota> field.
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
The date and time the volume was created, in the C<Creation> field. If the
|
|
|
|
volume has been restored with the B<backup diskrestore>, B<backup
|
|
|
|
volrestore>, or B<vos restore> command, this is the restore time.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
The date and time when the contents of the volume last changed, in the
|
2005-12-09 14:48:56 +00:00
|
|
|
C<Last Update> field. For read-only and backup volumes, it matches the
|
|
|
|
timestamp in the C<Creation> field.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
The number of times the volume has been accessed for a fetch or store
|
2005-12-09 14:48:56 +00:00
|
|
|
operation since the later of the two following times:
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
12:00 a.m. on the day the command is issued
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
The last time the volume changed location
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
If the B<-extended> flag is included, the output for each volume includes
|
|
|
|
all of the information reported with the B<-long> flag, plus two tables of
|
|
|
|
statistics:
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
The table labeled C<Raw Read/Write Stats> table summarizes the number of
|
|
|
|
times the volume has been accessed for reading or writing.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
The table labeled C<Writes Affecting Authorship> table contains
|
|
|
|
information on writes made to files and directories in the specified
|
|
|
|
volume.
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
The following example shows the output for the F</vicepb> partition on the
|
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
|
|
|
file server machine C<fs2.example.com> when no flags are provided:
|
2005-12-08 12:14:33 +00:00
|
|
|
|
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
|
|
|
% vos listvol -server fs2.example.com -partition b
|
|
|
|
Total number of volumes on server fs2.example.com partition /vicepb : 66
|
2005-12-08 12:14:33 +00:00
|
|
|
sys 1969534847 RW 1582 K On-line
|
|
|
|
sys.backup 1969535105 BK 1582 K On-line
|
|
|
|
. . . . . .
|
|
|
|
. . . . . .
|
|
|
|
user.pat 1969534536 RW 17518 K On-line
|
|
|
|
user.pat.backup 1969534538 BK 17537 K On-line
|
|
|
|
Total volumes onLine 66 ; Total volumes offLine 0 ; Total busy 0
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
The following example shows the output when the B<-fast> flag is added:
|
2005-12-08 12:14:33 +00:00
|
|
|
|
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
|
|
|
% vos listvol -server fs2.example.com -partition b -fast
|
|
|
|
Total number of volumes on server fs2.example.com partition /vicepb : 66
|
2005-12-08 12:14:33 +00:00
|
|
|
1969516782
|
|
|
|
1969516784
|
|
|
|
.
|
|
|
|
.
|
|
|
|
1969535796
|
|
|
|
|
|
|
|
The following example shows two volumes from the output that appears when
|
|
|
|
the B<-long> flag is added:
|
|
|
|
|
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
|
|
|
% vos listvol -server fs2.example.com -partition b -long
|
|
|
|
Total number of volumes on server fs2.example.com partition /vicepb: 66
|
2005-12-08 12:14:33 +00:00
|
|
|
. . . . . .
|
|
|
|
. . . . . .
|
|
|
|
user.pat 1969534536 RW 17518 K On-line
|
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
|
|
|
fs2.example.com /vicepb
|
2005-12-21 00:41:17 +00:00
|
|
|
RWrite 1969534536 ROnly 0 Backup 1969534538
|
2005-12-08 12:14:33 +00:00
|
|
|
MaxQuota 20000 K
|
|
|
|
Creation Mon Jun 12 09:02:25 1989
|
|
|
|
Last Update Thu May 20 17:39:34 1999
|
|
|
|
1573 accesses in the past day (i.e., vnode references)
|
|
|
|
user.pat.backup 1969534538 BK 17537 K On-line
|
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
|
|
|
fs2.example.com /vicepb
|
2005-12-21 00:41:17 +00:00
|
|
|
RWrite 1969534536 ROnly 0 Backup 1969534538
|
2005-12-08 12:14:33 +00:00
|
|
|
MaxQuota 20000 K
|
|
|
|
Creation Tue Jun 13 04:37:59 1989
|
|
|
|
Last Update Wed May 19 06:37:59 1999
|
|
|
|
0 accesses in the past day (i.e., vnode references)
|
|
|
|
. . . . . .
|
|
|
|
. . . . . .
|
2005-12-09 14:48:56 +00:00
|
|
|
Total volumes onLine 66 ; Total volumes offLine 0 ; Total busy 0
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 PRIVILEGE REQUIRED
|
|
|
|
|
|
|
|
None
|
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
2006-02-27 20:46:25 +00:00
|
|
|
L<backup_diskrestore(8)>,
|
|
|
|
L<backup_volrestore(8)>,
|
|
|
|
L<bos_getlog(8)>,
|
|
|
|
L<bos_salvage(8)>,
|
|
|
|
L<salvager(8)>,
|
2005-12-08 12:14:33 +00:00
|
|
|
L<vos(1)>,
|
|
|
|
L<vos_examine(1)>,
|
|
|
|
L<vos_listvldb(1)>,
|
|
|
|
L<vos_restore(1)>
|
|
|
|
|
|
|
|
=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.
|