3 fssync-debug_vnode - Display vnode info (FSYNC_VOL_QUERY_VNODE opcode)
10 B<fssync-debug vnode> S<<< B<-volumeid> <I<volume ID>> >>>
11 S<<< B<-vnodeid> <I<vnode ID>> >>>
12 S<<< B<-unique> <I<uniquifier>> >>>
13 S<<< B<-partition> <I<exact partition name>> >>>
14 S<<< [B<-reason> <I<sync protocol reason code>>] >>>
15 S<<< [B<-programtype> <I<program type code>>] >>>
18 B<fssync-debug vn> S<<< B<-vo> <I<volume ID>> >>>
19 S<<< B<-vn> <I<vnode ID>> >>>
20 S<<< B<-u> <I<uniquifier>> >>>
21 S<<< B<-pa> <I<exact partition name>> >>>
22 S<<< [B<-r> <I<sync protocol reason code>>] >>>
23 S<<< [B<-pr> <I<program type code>>] >>>
30 The B<fssync-debug vnode> command displays information about a given
37 =item B<-volumeid> <I<volume ID>>
39 Specifies the numeric volume ID. Volume names are not permitted.
41 =item B<-vnodeid> <I<vnode ID>>
43 Specifies the numeric vnode ID.
45 =item B<-unique> <I<uniquifier>>
47 Specifies the numeric vnode uniquifier.
49 =item B<-partition> <I<exact partition name>>
51 Specifies the exact partition name (e.g. I</vicepa>). Abbreviations
54 =item B<-reason> <I<sync protocol reason code>>
56 Specifies numeric sync protocol reason code.
57 Available codes are listed in OpenAFS source file
58 F<src/vol/fssync_inline.h>. For SYNC_REASON_NONE,
61 =item B<-programtype> <I<program type code>>
63 Specifies program type code. Permitted values are
73 Prints the online help for this command. All other valid options are
78 =head1 PRIVILEGE REQUIRED
80 The issuer must have write access to the file server.
81 Usually, this means that the issuer must be the
82 local superuser C<root> on the file server machine.
86 L<fssync-debug_header(8)>,
87 L<fssync-debug_query(8)>,
91 Copyright 2010 Sine Nomine Associates
93 This documentation is covered by the IBM Public License Version 1.0. This
94 man page was written by Andrew Deason and Davor Ocelic for OpenAFS.