3 vos_listpart - Displays all AFS partitions on a file server machine
10 B<vos listpart> S<<< B<-server> <I<machine name>> >>>
11 S<<< [B<-cell> <I<cell name>>] >>>
12 [B<-noauth>] [B<-localauth>]
13 [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
14 S<<< [B<-config> <I<config directory>>] >>>
17 B<vos listp> S<<< B<-s> <I<machine name>> >>> S<<< [B<-c> <I<cell name>>] >>>
18 [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
19 S<<< [B<-co> <I<config directory>>] >>>
27 The B<vos listpart> command displays all of the valid AFS partitions on
28 the indicated file server machine, without consulting the Volume Location
29 Database (VLDB). The B<vos partinfo> command reports the size of a
30 partition and the available space on that partition.
36 =item B<-server> <I<server name>>
38 Identifies the file server machine for which to list the partitions.
39 Provide the machine's IP address or its host name (either fully qualified
40 or using an unambiguous abbreviation). For details, see L<vos(1)>.
42 =include fragments/vos-common.pod
48 The output consists of a list of partition names of the form
49 F</vicepI<xx>>, following the header:
51 The partitions on the server are:
53 The last line of the output reports the total number of partitions.
57 The following command displays the partitions on C<fs1.example.com>:
59 % vos listpart fs1.example.com
60 The partitions on the server are:
61 /vicepa /vicepb /vicepc /vicepd
64 =head1 PRIVILEGE REQUIRED
75 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
77 This documentation is covered by the IBM Public License Version 1.0. It was
78 converted from HTML to POD by software written by Chas Williams and Russ
79 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.