]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
doc: vos manpage fixes
authorAndrew Deason <adeason@sinenomine.net>
Thu, 20 Jun 2013 22:45:05 +0000 (17:45 -0500)
committerDerrick Brashear <shadow@your-file-system.com>
Mon, 4 Nov 2013 17:32:48 +0000 (09:32 -0800)
 - Add missing -config option to 'common' vos options, and to the
   synopsis for all commands

 - Remove brackets in the options descriptions for vos_shadow,
   vos_create, and vos_clone. We don't do this in other manpages.

 - vos_create: Add missing -id, -roid to synopsis

 - vos_clone: Add missing -readwrite option

 - vos_shadow: Add missing -toid option

Change-Id: I41fd56509e78116698c82a2f3f4fd07f26cdc95f
Reviewed-on: http://gerrit.openafs.org/10397
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
38 files changed:
doc/man-pages/pod1/fragments/vos-common.pod
doc/man-pages/pod1/vos_addsite.pod.in
doc/man-pages/pod1/vos_backup.pod.in
doc/man-pages/pod1/vos_backupsys.pod
doc/man-pages/pod1/vos_changeaddr.pod
doc/man-pages/pod1/vos_changeloc.pod
doc/man-pages/pod1/vos_clone.pod.in
doc/man-pages/pod1/vos_convertROtoRW.pod
doc/man-pages/pod1/vos_copy.pod.in
doc/man-pages/pod1/vos_create.pod.in
doc/man-pages/pod1/vos_delentry.pod
doc/man-pages/pod1/vos_dump.pod.in
doc/man-pages/pod1/vos_endtrans.pod
doc/man-pages/pod1/vos_examine.pod.in
doc/man-pages/pod1/vos_listaddrs.pod
doc/man-pages/pod1/vos_listpart.pod
doc/man-pages/pod1/vos_listvldb.pod
doc/man-pages/pod1/vos_listvol.pod
doc/man-pages/pod1/vos_lock.pod
doc/man-pages/pod1/vos_move.pod.in
doc/man-pages/pod1/vos_offline.pod
doc/man-pages/pod1/vos_online.pod
doc/man-pages/pod1/vos_partinfo.pod.in
doc/man-pages/pod1/vos_release.pod
doc/man-pages/pod1/vos_remove.pod
doc/man-pages/pod1/vos_remsite.pod
doc/man-pages/pod1/vos_rename.pod
doc/man-pages/pod1/vos_restore.pod
doc/man-pages/pod1/vos_setaddrs.pod
doc/man-pages/pod1/vos_setfields.pod
doc/man-pages/pod1/vos_shadow.pod.in
doc/man-pages/pod1/vos_size.pod
doc/man-pages/pod1/vos_status.pod
doc/man-pages/pod1/vos_syncserv.pod
doc/man-pages/pod1/vos_syncvldb.pod
doc/man-pages/pod1/vos_unlock.pod
doc/man-pages/pod1/vos_unlockvldb.pod
doc/man-pages/pod1/vos_zap.pod.in

index 5a05f37c71e24d18996356ebeb4f9c352fb58e37..2032860bd63ef1629df7c23dc31e0b47939eac97 100644 (file)
@@ -36,6 +36,13 @@ useful when the server address is registered as 127.0.0.1 or when dealing
 with multi-homed servers. This option is available in OpenAFS
 versions 1.4.8 or later and 1.5.35 or later.
 
+=item B<-config> <I<configuration directory>>
+
+Set the location of the configuration directory to be used. This defaults to
+F</usr/vice/etc>, except if B<-localauth> is specified, in which case the
+default is F</usr/afs/etc>. This option allows the use of alternative
+configuration locations for testing purposes.
+
 =item B<-help>
 
 Prints the online help for this command. All other valid options are
index 1caa7532713d98f7f8467455152264fa661c3c14..9f09ece8f8e9f203aa8bbd5dec6e5977e1d5d5c5 100644 (file)
@@ -13,14 +13,18 @@ B<vos addsite> S<<< B<-server> <I<machine name for new site>> >>>
     S<<< [B<-roid> <I<readonly volume name or ID>>] >>>
     [B<-valid>] S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos ad> S<<< B<-s> <I<machine name for new site>> >>>
     S<<< B<-p> <I<partition name for new site>> >>>
     S<<< B<-i> <I<volume name or ID>> >>>
     S<<< [B<-r> <I<readonly volume name or ID>>] >>>
     [B<-va>] [B<-c> <I<cell name>>] >>> [B<-noa>] [B<-l>]
-    [B<-ve>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-ve>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 8d0bb2a9f6d612e87ef9998b60af76e189a6af53..e2becca4115ea1196329f52765cd3294a008246b 100644 (file)
@@ -10,10 +10,14 @@ vos_backup - Creates a backup volume for a single read/write volume
 B<vos backup> S<<< B<-id> <I<volume name or ID>> >>>
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>] [B<-verbose>]
-    [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos backup> S<<< B<-i> <I<volume name or ID>> >>> [B<-c> <I<cell name>>]
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index c5d997b52de75080363979f1d5f716688c669a00..e02488fefc53e13669a3750352a0de2cc46ecac3 100644 (file)
@@ -13,13 +13,17 @@ B<vos backupsys> S<<< [B<-prefix> <I<common prefix on volume(s)>>+] >>>
     [B<-exclude>] S<<< [B<-xprefix> <I<negative prefix on volume(s)>>+] >>>
     [B<-dryrun>] S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos backups> S<<< [B<-pr> <I<common prefix on volume(s)>>+] >>>
     S<<< [B<-s> <I<machine name>>] >>> S<<< [B<-pa> <I<partition name>>] >>>
     [B<-ex>] S<<< [B<-x> <I<negative prefix on volume(s)>>+] >>> [B<-d>]
     S<<< [B<-c> <I<cell name>>] >>> [B<-noa>] [B<-l>] [B<-v>]
-    [B<-en>] [B<-nor>] [B<-h>]
+    [B<-en>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 432705ab163f5050fecbfd575347b913330c3fcd..74d438c73b5b1acf5a85fb01bb158181b7a4f7e5 100644 (file)
@@ -10,12 +10,16 @@ vos_changeaddr - Changes or removes a file server machine's entry in the VLDB
 B<vos changeaddr> S<<< B<-oldaddr> <I<original IP address>> >>>
     S<<< [B<-newaddr> <I<new IP address>>] >>> [B<-remove>]
     S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos changea> S<<< B<-o> <I<original IP address>> >>>
     S<<< [B<-ne> <I<new IP address>>] >>> [B<-r>]
     S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 133025bc2440e7b4ccaf7640e155a4f5bb9bd8a6..8a6b3b3b91517bf72e23f75dbd0e176fb4198ab0 100644 (file)
@@ -11,13 +11,17 @@ B<vos changeloc> S<<< [B<-server>] <I<new server name>> >>>
    S<<< [B<-partition>] <I<new partition location>> >>>
    S<<< [B<-id>] <I<volume name or ID>> >>>
    S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>]
-   [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+   [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+   S<<< [B<-config> <I<config directory>>] >>>
+   [B<-help>]
 
 B<vos changel> S<<< [B<-s>] <I<new server name>> >>>
    S<<< [B<-p>] <I<new partition location>> >>>
    S<<< [B<-i>] <I<volume name or ID>> >>>
    S<<< [B<-c> <I<cell name>>] >>>
-   [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+   [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+   S<<< [B<-co> <I<config directory>>] >>>
+   [B<-h>]
 
 =for html
 </div>
index 34fdcd653aacc397d5718d77c3aea30f26050f78..3e6d90f21e5a0a336187fab7b14da9b34bd14ba3 100644 (file)
@@ -12,17 +12,22 @@ B<vos clone> S<<< [B<-id>] <I<volume name or ID>> >>>
     S<<< [B<-partition>] <I<partition name>> >>>
     S<<< [B<-toname> <I<volume name on destination>>] >>>
     S<<< [B<-toid> <I<volume ID on destination>>] >>>
-    [B<-offline>] [B<-readonly>]
+    [B<-offline>] [B<-readonly>] [B<-readwrite>]
     S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos cl> S<<< [B<-i>] <I<volume name or ID>> >>>
     S<<< [B<-s>] <I<server name>> >>>
     S<<< [B<-p>] <I<partition name>> >>>
     S<<< [B<-ton> <I<volume name on destination>>] >>>
-    S<<< [B<-toi> <I<volume ID on destination>>] >>> [B<-o>] [B<-r>]
+    S<<< [B<-toi> <I<volume ID on destination>>] >>> [B<-o>]
+    [B<-reado>] [B<-readw>]
     S<<< [B<-c> <I<cell name>>] >>> [B<-noa>]
-    [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
@@ -64,18 +69,18 @@ such command.
 
 =over 4
 
-=item [B<-id>] <I<volume name or ID>>
+=item B<-id> <I<volume name or ID>>
 
 Specifies either the complete name or volume ID number of a read/write
 volume.
 
-=item [B<-server>] <I<machine name>>
+=item B<-server> <I<machine name>>
 
 Identifies the file server machine where the source volume resides. Provide
 the machine's IP address or its host name (either fully qualified or using
 an unambiguous abbreviation). For details, see L<vos(1)>.
 
-=item [B<-partition>] <I<partition name>>
+=item B<-partition> <I<partition name>>
 
 Names the partition where the source volume resides. Provide the full
 partition name (for, example, B</vicepa>) or one of the abbreviated forms
@@ -97,6 +102,10 @@ Leaves the new volume flagged as off-line in the volume database.
 
 Flags the new volume as read-only in the volume database.
 
+=item B<-readwrite>
+
+Flags the new volume as read-write in the volume database.
+
 =item B<-cell> <I<cell name>>
 
 Names the cell in which to run the command. Do not combine this argument
index 56f71d2e7f1c56d639a8b6c2d5ba8c8b975fccb1..4e7d61ce8893b11affec759830e5f20a5a9dfa5f 100644 (file)
@@ -11,13 +11,17 @@ B<vos convertROtoRW> S<<< [B<-server>] <I<machine name>> >>>
    S<<< [B<-partition>] <I<partition name>> >>>
    S<<< [B<-id>] <I<volume name or ID>> >>> [B<-force>]
    S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>]
-   [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+   [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+   S<<< [B<-config> <I<config directory>>] >>>
+   [B<-help>]
 
 B<vos con> S<<< [B<-s>] <I<machine name>> >>>
    S<<< [B<-p>] <I<partition name>> >>>
    S<<< [B<-i>] <I<volume name or ID>> >>> [B<-f>]
    S<<< [B<-c> <I<cell name>>] >>> [B<-noa>] [B<-l>]
-   [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+   [B<-v>] [B<-e>] [B<-nor>]
+   S<<< [B<-co> <I<config directory>>] >>>
+   [B<-h>]
 
 =for html
 </div>
index dfbfaa6e35bf5bc09967395cec4de2dee828bc31..3e107431f3eef08cb8d05ae7d1338aa42c80ea41 100644 (file)
@@ -15,6 +15,7 @@ B<vos copy> S<<< [B<-id>] <I<volume name or ID of source>> >>>
    S<<< [B<-topartition>] <I<partition name for destination>> >>>
    [B<-offline>] [B<-readonly>] [B<-live>] S<<< [B<-cell> <I<cell name>>] >>>
    [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+   S<<< [B<-config> <I<config directory>>] >>>
    [B<-help>]
 
 B<vos cop> S<<< [B<-i>] <I<volume name or ID of source>> >>>
@@ -25,6 +26,7 @@ B<vos cop> S<<< [B<-i>] <I<volume name or ID of source>> >>>
    S<<< [B<-top>] <I<partition name for destination>> >>>
    [B<-o>] [B<-r>] [B<-li>] S<<< [B<-c> <I<cell name>>] >>>
    [B<-noa>] [B<-lo>] [B<-v>] [B<-e>] [B<-nor>]
+   S<<< [B<-co> <I<config directory>>] >>>
    [B<-h>]
 
 =for html
@@ -44,34 +46,34 @@ the volume be stored locally by the client.
 
 =over 4
 
-=item [B<-id>] <I<volume name or ID>>
+=item B<-id> <I<volume name or ID>>
 
 Specifies either the complete name or volume ID number of a read/write
 volume.
 
-=item [B<-fromserver>] <I<machine name for source>>
+=item B<-fromserver> <I<machine name for source>>
 
 Identifies the file server machine where the source volume resides. Provide
 the machine's IP address or its host name (either fully qualified or using
 an unambiguous abbreviation). For details, see L<vos(1)>.
 
-=item [B<-frompartition>] <I<partition name for source>>
+=item B<-frompartition> <I<partition name for source>>
 
 Names the partition where the source volume resides. Provide the full
 partition name (for, example, B</vicepa>) or one of the abbreviated forms
 described in L<vos(1)>.
 
-=item [B<-toname>] <I<volume name for new copy>>
+=item B<-toname> <I<volume name for new copy>>
 
 The complete name of the new volume to create.
 
-=item [B<-toserver>] <I<machine name for destination>>
+=item B<-toserver> <I<machine name for destination>>
 
 Identifies the file server machine to which to copy the volume.  Provide
 the machine's IP address or its host name (either fully qualified or using
 an unambiguous abbreviation). For details, see L<vos(1)>.
 
-=item [B<-topartition>] <I<partition name for destination>>
+=item B<-topartition> <I<partition name for destination>>
 
 Names the partition to which to copy the volume. Provide the full partition
 name (for, example, B</vicepa>) or one of the abbreviated forms described in
index b99ae4a1484b8a536e9750d233a4f912ec5854e5..436cfbb8bc2a9726ab2c828d0161c750002e567e 100644 (file)
@@ -11,14 +11,22 @@ B<vos create> S<<< B<-server> <I<machine name>> >>>
     S<<< B<-partition> <I<partition name>> >>>
     S<<< B<-name> <I<volume name>> >>>
     S<<< [B<-maxquota> <I<initial quota (KB)>>] >>>
+    S<<< [B<-id> <I<volume id number>>] >>>
+    S<<< [B<-roid> <I<RO volume id number>>] >>>
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>] [B<-verbose>]
-    [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos cr> S<<< B<-s> <I<machine name>> >>> S<<< B<-p> <I<partition name>> >>>
     S<<< B<-na> <I<volume name>> >>> S<<< [B<-m> <I<initial quota>>] >>>
+    S<<< [B<-i> <I<volume id number>>] >>>
+    S<<< [B<-r> <I<RO volume id number>>] >>>
     S<<< [B<-c> <I<cell name>>] >>> [B<-noa>] [B<-l>] [B<-v>]
-    [B<-e>] [B<-nor>] [B<-h>]
+    [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 5688d9dffb24b32bea30b0e05aef756f22d18016..0a2a67352623f9ecc03eeafe91b85bc44ced6b86 100644 (file)
@@ -12,13 +12,17 @@ B<vos delentry> S<<< [B<-id> <I<volume name or ID>>+] >>>
     S<<< [B<-server> <I<machine name>>] >>>
     S<<< [B<-partition> <I<partition name>>] >>>
     S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>]
-    [B<-dryrun>] [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-dryrun>] [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos de> S<<< [B<-i> <I<volume name or ID>>+] >>>
     S<<< [B<-pr> <I<prefix of volume whose VLDB entry is to be deleted>>] >>>
     S<<< [B<-s> <I<machine name>>] >>> S<<< [B<-pa> <I<partition name>>] >>>
     S<<< [B<-c> <I<cell name>>] >>> [B<-noa>] [B<-l>]
-    [B<-d>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-d>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 39ab52dbb42deb177da6f7651533d7ab9bb2344f..c76cb4a177d05cec7b939f0002b0545d200ee9d3 100644 (file)
@@ -12,14 +12,18 @@ B<vos dump> S<<< B<-id> <I<volume name or ID>> >>>
     S<<< [B<-file> <I<dump file>>] >>> S<<< [B<-server> <I<server>>] >>>
     S<<< [B<-partition> <I<partition>>] >>> [B<-clone>] [B<-omitdirs>]
     S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos du> S<<< B<-i> <I<volume name or ID>> >>>
     S<<< [B<-t> <I<dump from time>>] >>>
     S<<< [B<-f> <I<dump file>>] >>> S<<< [B<-s> <I<server>>] >>>
     S<<< [B<-p> <I<partition>>] >>>
     [B<-cl>] [B<-o>] S<<< [B<-ce> <I<cell name>>] >>> [B<-noa>] [B<-l>]
-    [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 8409eee5e1c525caa4cf787cf1bff3d9b5f319d4..f57367afdaf18d0804a7a1352570c1198ed76b0d 100644 (file)
@@ -11,12 +11,16 @@ B<vos endtrans> S<<< B<-server> <I<machine name>> >>>
     S<<< B<-transaction> <I<transaction iD>> >>>
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos st> S<<< B<-s> <I<machine name>> >>>
     S<<< B<-t> <I<transaction iD>> >>>
     S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 0e08fb705b3c983850a8e762eae51fec99f3a116..c727b736ce2d73178404423a980702bb7346398f 100644 (file)
@@ -10,20 +10,28 @@ vos_examine - Shows volume header and VLDB entry information for a volume
 B<vos examine> S<<< B<-id> <I<volume name or ID>> >>> [B<-extended>]
     [B<-format>] S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>] [B<-verbose>]
-    [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos e> S<<< B<-i> <I<volume name or ID>> >>> [B<-ex>] [B<-f>]
     S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 B<vos volinfo> S<<< B<-id> <I<volume name or ID>> >>> [B<-extended>]
     [B<-format>] S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>] [B<-verbose>]
-    [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos v> S<<< B<-i> <I<volume name or ID>> >>> [B<-ex>] [B<-f>]
     S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 8ac1403ceac238f6c2348c4fcbce17d2fae09057..f78317cdb3b0cbe537ea9a56bd14d4ac96d519d3 100644 (file)
@@ -10,12 +10,16 @@ vos_listaddrs - Displays all VLDB server entries
 B<vos listaddrs> S<<< [B<-uuid> <I<uuid of server>>] >>>
     S<<< [B<-host> <I<address of host>>] >>> [B<-printuuid>]
     S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos lista> [B<-u> <I<uuid of server>>] >>>
     S<<< [B<-h> <I<address of host>>] >>> [B<-p>]
     S<<< [B<-c> <I<cell name>>] >>> [B<-noa>] [B<-l>]
-    [B<-v>] [B<-e>] [B<-nor>] [B<-he>]
+    [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-he>]
 
 =for html
 </div>
index 3684337ccf77b52b33af796ad5dc2bcec30fad4f..3a242fc846e52f6e3a95d1963507f9abf3b1690d 100644 (file)
@@ -10,10 +10,14 @@ vos_listpart - Displays all AFS partitions on a file server machine
 B<vos listpart> S<<< B<-server> <I<machine name>> >>>
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos listp> S<<< B<-s> <I<machine name>> >>> S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 0a0ec92910525b141ee387673ce852dfef440b7f..30e1dd5c54293d7fa4e751108eda54e6820ae71e 100644 (file)
@@ -12,13 +12,17 @@ B<vos listvldb> S<<< [B<-name> <I<volume name or ID>>] >>>
     S<<< [B<-partition> <I<partition name>>] >>>
     [B<-locked>] [B<-quiet>] [B<-nosort>]
     S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos listvl> S<<< [B<-na> <I<volume name or ID>>] >>>
     S<<< [B<-s> <I<machine name>>] >>>
     S<<< [B<-p> <I<partition name>>] >>>
     [B<-lock>] [B<-q>] [B<-nos>] S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-loca>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-loca>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index b5bf767b98464d71912c961f6d37763ad400abb2..1445a24f7413635cdd67fde932f98fb846a72a9a 100644 (file)
@@ -12,13 +12,17 @@ B<vos listvol> S<<< B<-server> <I<machine name>> >>>
     [B<-fast>] [B<-long>] [B<-quiet>]
     [B<-extended>] [B<-format>]
     S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 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>>] >>>
-    [B<-noa>] [B<-loc>] [B<-v>] [B<-en>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-loc>] [B<-v>] [B<-en>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 5deff0aade9f3428a563e987a10491d39e532b58..2957f68f79224a8d6ddd720019bd667b07558630 100644 (file)
@@ -10,11 +10,15 @@ vos_lock - Locks a VLDB volume entry
 B<vos lock> S<<< B<-id> <I<volume name or ID>> >>>
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos lo> S<<< B<-i> <I<volume name or ID>> >>>
     S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 28b3cd90a8128b416323cbade1218aa603a84c9b..cffb583c24408e452625c5083f500ccf91db76fa 100644 (file)
@@ -13,7 +13,9 @@ B<vos move> S<<< B<-id> <I<volume name or ID>> >>>
     S<<< B<-toserver> <I<machine name on destination>> >>>
     S<<< B<-topartition> <I<partition name on destination>> >>>
     [B<-live>] S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos m> S<<< B<-i> <I<volume name or ID>> >>>
     S<<< B<-froms> <I<machine name on source>> >>>
@@ -21,7 +23,9 @@ B<vos m> S<<< B<-i> <I<volume name or ID>> >>>
     S<<< B<-tos> <I<machine name on destination>> >>>
     S<<< B<-top> <I<partition name on destination>> >>>
     [B<-li>] S<<< [B<-c> <I<cell name>>] >>> [B<-noa>]
-    [B<-lo>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-lo>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index ff205e6dc7a47b23a1cf3bfce74b86ab22fb26fd..ea12f403263608395cd352464007f55be89379bb 100644 (file)
@@ -13,7 +13,9 @@ B<vos offline> S<<< B<-server> <I<machine name>> >>>
     S<<< [B<-sleep> <I<seconds to sleep>>] >>> 
     [B<-busy>] S<<< [B<-cell> <I<cell name>>] >>> 
     [B<-noauth>] B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos of> S<<< B<-se> <I<machine name>> >>>
     S<<< B<-p> <I<partition name>> >>> 
@@ -21,7 +23,9 @@ B<vos of> S<<< B<-se> <I<machine name>> >>>
     S<<< [B<-sl> <I<seconds to sleep>>] >>> 
     [B<-b>] S<<< [B<-c> <I<cell name>>] >>> 
     [B<-noa>] B<-l>]
-    [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 59da820058692b0a308f76fd1567b6df3a1e57c7..be243c453788ed8bcd82253fb32535d12026df5d 100644 (file)
@@ -12,13 +12,17 @@ B<vos online> S<<< B<-server> <I<machine name>> >>>
     S<<< B<-id> <I<volume name or ID>> >>>
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos on> S<<< B<-s> <I<machine name>> >>>
     S<<< B<-p> <I<partition name>> >>> 
     S<<< B<-i> <I<volume name or ID>> >>>
     S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 0991ce2c3cadc3f2d73a08287e9d44d33bfb296c..77c69da3ab019ab77b1f65315e5b5d85c9689ec8 100644 (file)
@@ -11,12 +11,16 @@ B<vos partinfo> S<<< B<-server> <I<machine name>> >>>
     S<<< [B<-partition> <I<partition name>>] >>> [B<-summary>]
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos p> S<<< B<-se> <I<machine name>> >>>
     S<<< [B<-p> <I<partition name>>] >>> [B<-su>]
     S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 2421c5083d2713185cc148ae5a19e074949f84a0..f4367fa2cceae42290bfc7b515e65c946305e73f 100644 (file)
@@ -10,11 +10,15 @@ vos_release - Updates read-only volumes to match the read/write source volume
 B<vos release> S<<< B<-id> <I<volume name or ID>> >>> [B<-force>]
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>] [B<-stayonline>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos rel> S<<< B<-i> <I<volume name or ID>> >>>
     [B<-f>] S<<< [B<-c> <I<cell name>>] >>> [B<-stayon>]
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index f3dcc5a0ae4451759495f1299bcb6bd1185f6b07..481438e64c9885cd6904d86e7d45dd2f3b911c2c 100644 (file)
@@ -12,13 +12,17 @@ B<vos remove> S<<< [B<-server> <I<machine name>>] >>>
     S<<< B<-id> <I<volume name or ID>> >>>
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos remo> S<<< [B<-s> <I<machine name>>] >>>
     S<<< [B<-p> <I<partition name>>] >>>
     S<<< B<-i> <I<volume name or ID>> >>>
     S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 84092fd8ad9dd351be446d74077e814fab82ee52..ac191086c0703f911f6aec740eafea20c407d804 100644 (file)
@@ -12,13 +12,17 @@ B<vos remsite> S<<< B<-server> <I<machine name>> >>>
     S<<< B<-id> <I<volume name or ID>> >>>
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos rems> S<<< B<-s> <I<machine name>> >>>
     S<<< B<-p> <I<partition name>> >>>
     S<<< B<-i> <I<volume name or ID>> >>>
     S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 589c44d93549c481c59f8bd7c35f89b923d23c20..bd10f08fd5fb3faac33bdcf16df45fd1a676726f 100644 (file)
@@ -11,11 +11,15 @@ B<vos rename> S<<< B<-oldname> <I<old volume name>> >>>
     S<<< B<-newname> <I<new volume name>> >>>
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos ren> S<<< B<-o> <I<old volume name>> >>>
     S<<< B<-ne> <I<new volume name>> >>>
-    [-c <I<cell name>>] [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [-c <I<cell name>>] [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 41c8dbedea242375db08749293f986f0fa39ffda..99fbe89315aa07c64ba1778f0ad18c8670357e6a 100644 (file)
@@ -18,7 +18,9 @@ B<vos restore> S<<< B<-server> <I<machine name>> >>>
     S<<< [B<-lastupdate> (dump | keep | new)] >>>
     [B<-nodelete>] S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>]
-    [-verbose] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [-verbose] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos res> S<<< B<-s> <I<machine name>> >>>
     S<<< B<-p> <I<partition name>> >>>
@@ -30,7 +32,9 @@ B<vos res> S<<< B<-s> <I<machine name>> >>>
     S<<< [B<-cr> (d | k | n)] >>>
     S<<< [B<-la> (d | k | n)] >>>
     [B<-nod>] S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-lo>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-lo>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 8d4c84c79cb7f2f4406d792d4278983a4e96f808..a6239ff3504c96df4a357ccc3e4e691435d37c85 100644 (file)
@@ -10,12 +10,16 @@ vos_setaddrs - Set new addresses for a file server's entry in the VLDB
 B<vos setaddrs> S<<< B<-uuid> <I<UUID of server>> >>>
     S<<< B<-host> <I<IP address>>+ >>>
     S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos seta> S<<< B<-u> <I<UUID of server>> >>>
     S<<< B<-ho> <I<IP address>>+ >>>
     S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index a80a3ea59da820f5f0158c428284b1d8fe4dabee..b8f74e5b8b6369821221def6187205fa31d93a05 100644 (file)
@@ -12,12 +12,16 @@ B<vos setfields> S<<< B<-id> <I<volume name or ID>> >>>
     [B<-clearuse>] [B<-clearVolUpCounter>]
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos se> S<<< B<-id> <I<volume name or ID>> >>>
     S<<< B<-m> <I<quota (KB)>> >>> [B<-cl>]
     S<<< [B<-ce> <I<cell name>>] >>>
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 32536f633c949c973dca416651bbe97f2ccecf08..28420fcd112ca841270d0b78b9b658d34998df4b 100644 (file)
@@ -17,7 +17,9 @@ B<vos shadow> S<<< [B<-id>] <I<volume name or ID on source>> >>>
     [B<-offline>] [B<-readonly>] [B<-live>] [B<-incremental>]
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos sh> S<<< [B<-id>] <I<volume name or ID on source>> >>>
     S<<< [B<-froms>] <I<machine name on source>> >>>
@@ -28,7 +30,9 @@ B<vos sh> S<<< [B<-id>] <I<volume name or ID on source>> >>>
     S<<< [B<-toi> <I<volume ID on destination>>] >>>
     [B<-o>] [B<-r>] [B<-l>] [B<-in>]
     S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-lo>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-lo>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
@@ -64,30 +68,30 @@ source volumes need hence to be deleted first.
 
 =over 4
 
-=item [B<-id>] <I<volume name or ID>>
+=item B<-id> <I<volume name or ID>>
 
 Specifies either the complete name or volume ID number of a read/write
 volume.
 
-=item [B<-fromserver>] <I<machine name for source>>
+=item B<-fromserver> <I<machine name for source>>
 
 Identifies the file server machine where the source volume resides. Provide
 the machine's IP address or its host name (either fully qualified or using
 an unambiguous abbreviation). For details, see L<vos(1)>.
 
-=item [B<-frompartition>] <I<partition name for source>>
+=item B<-frompartition> <I<partition name for source>>
 
 Names the partition where the source volume resides. Provide the full
 partition name (for, example, B</vicepa>) or one of the abbreviated forms
 described in L<vos(1)>.
 
-=item [B<-toserver>] <I<machine name for destination>>
+=item B<-toserver> <I<machine name for destination>>
 
 Identifies the file server machine to which to copy the volume.  Provide
 the machine's IP address or its host name (either fully qualified or using
 an unambiguous abbreviation). For details, see L<vos(1)>.
 
-=item [B<-topartition>] <I<partition name for destination>>
+=item B<-topartition> <I<partition name for destination>>
 
 Names the partition to which to copy the volume. Provide the full partition
 name (for, example, B</vicepa>) or one of the abbreviated forms described in
@@ -97,6 +101,10 @@ L<vos(1)>.
 
 The complete name of the new volume to create.
 
+=item B<-toid> <I<volume ID for new copy>>
+
+The volume ID number to use for the new volume.
+
 =item B<-offline>
 
 Leaves the new volume flagged as off-line in the volume database.
index 07ccb7f555a4190c5da77c4c5fa62257a82c7350..a3970ef2e4402cea065ed1cbf886bf8fd08d253b 100644 (file)
@@ -13,7 +13,9 @@ B<vos size> S<<< [B<-id>] <I<volume name or id>> >>>
     [B<-dump>] S<<< [B<-time> <I<dump from time>>] >>>
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>] 
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>] 
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos si> S<<< [B<-i>] <I<volume name or id>> >>>
     S<<< [B<-p> <I<partition name>>] >>>
@@ -21,7 +23,9 @@ B<vos si> S<<< [B<-i>] <I<volume name or id>> >>>
     [B<-d>] S<<< [B<-t> <I<dump from time>>] >>>
     S<<< [B<-c> <I<cell name>>] >>>
     [B<-no>] [B<-l>] 
-    [B<-v>] [B<-e>] [B<-nor>] [B<-h>] 
+    [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 1b4fe3741da13de1441f7c481eda4fd73396292f..401d6a3fe31332f5d73cad773c7e6a7f481082be 100644 (file)
@@ -10,11 +10,15 @@ vos_status - Reports a Volume Server's status
 B<vos status> S<<< B<-server> <I<machine name>> >>>
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos st> S<<< B<-s> <I<machine name>> >>>
     S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index c13625d17a25eadbcf65308117ab0179c1726645..6bf1ae7543efcffd14a4935380bfc91407bcc546 100644 (file)
@@ -12,12 +12,16 @@ B<vos syncserv> S<<< B<-server> <I<machine name>> >>>
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-dryrun>]
     [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos syncs> S<<< B<-s> <I<machine name>> >>>
     S<<< [B<-p> <I<partition name>>] >>>
     S<<< [B<-c> <I<cell name>>] >>> [B<-d>]
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 10d64888c75a1ff660424dea855e07680e4a9d94..5f02163848abcf606eed28a1bd5a34fefe6dc612 100644 (file)
@@ -12,13 +12,17 @@ B<vos syncvldb> S<<< [B<-server> <I<machine name>>] >>>
     S<<< [B<-volume> <I<volume name or ID>>] >>>
     [B<-dryrun>] S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos syncv> S<<< [B<-s> <I<machine name>>] >>>
     S<<< [B<-p> <I<partition name>>] >>>
     S<<< [B<-vo> <I<volume name or ID>>] >>>
     [B<-d>] S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-l>] [B<-ve>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-ve>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index be7e549a3daeb963c1e53ce0ea4d86fcb96b267f..408f05ec091d343d54c3987cf7dd54618f9934f5 100644 (file)
@@ -10,11 +10,15 @@ vos_unlock - Unlocks a single VLDB entry
 B<vos unlock> S<<< B<-id> <I<volume name or ID>> >>>
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos unlock> S<<< B<-i> <I<volume name or ID>> >>>
     S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index f75dfe6bcfb944f026969e6c43e59e7f8f373817..02abdd0ec8ab5148d710a4c4f5bc7ab55e2f2a65 100644 (file)
@@ -11,12 +11,16 @@ B<vos unlockvldb> S<<< [B<-server> <I<machine name>>] >>>
     S<<< [B<-partition> <I<partition name>>] >>>
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos unlockv> S<<< [B<-s> <I<machine name>>] >>>
     S<<< [B<-p> <I<partition name>>] >>>
     S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>
index 05d4c617df0a69f04e570f3cd38d3ba0b6eaa6ec..b8ea735693b42b4d035ce41f1a349a5f43df1cea 100644 (file)
@@ -13,13 +13,17 @@ B<vos zap> S<<< B<-server> <I<machine name>> >>>
     [B<-force>] [B<-backup>]
     S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>]
-    [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
+    [B<-verbose>] [B<-encrypt>] [B<-noresolve>]
+    S<<< [B<-config> <I<config directory>>] >>>
+    [B<-help>]
 
 B<vos z> S<<< B<-s> <I<machine name>> >>>
     S<<< B<-p> <I<partition name>> >>>
     S<<< B<-i> <I<volume ID>> >>>
     [B<-f>] [B<-b>] S<<< [B<-c> <I<cell name>>] >>>
-    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
+    [B<-noa>] [B<-l>] [B<-v>] [B<-e>] [B<-nor>]
+    S<<< [B<-co> <I<config directory>>] >>>
+    [B<-h>]
 
 =for html
 </div>