AFS
view release on metacpan or search on metacpan
pod/v2/afsperl.pod view on Meta::CPAN
Methods that deal with the Volume Server (i.e, part of the I<vos>
command suite). See L<AFS::VOS>.
=item * Access to Volume Location Server routines
Methods that deal with the Volume Location Server (i.e, part of the
I<vos> command suite). See L<AFS::VLDB>.
=item * Access to File Server routines
Functions that deal with the File Server (i.e, part of the I<fs>
command suite). See L<AFS::FS>.
=item * Access to Cache Manager routines
Functions that deal with the Cache Manager (i.e, part of the I<fs>
command suite). See L<AFS::CM>.
=item * Managing Access Control Lists
Methods to control access to directories and all of their files. (i.e,
part of the I<fs> command suite). See L<AFS::ACL>.
=item * Manipulations of the Cell Configuration
Functions that deal with Cell Configurations (i.e, part of the I<fs>
command suite). See L<AFS::CELL>.
=item * Access to Protection Server routines
Methods that deal with the Protection Server (i.e, the I<pts> command
suite). See L<AFS::PTS>.
=item * Access to the Authentication Server routines
Methods that deal with the Authentication Server (i.e, the I<kas>
command suite). See L<AFS::KAS>.
=item * Access to the AFS structure ktc_token
Methods that deal with token management in the I<Kernel Token Cache>
(KTC) (i.e, the tokens command). See L<AFS::KTC_TOKEN>.
=item * Access to the AFS structure ktc_principal
Methods that deal with principals related to tokens. See L<AFS::KTC_PRINCIPAL>.
=item * Access to the AFS structure ktc_encryptionkey
Methods that deal with encryption keys related to tokens. See
L<AFS::KTC_EKEY>.
=item * Access to shared utility routines
Utility functions for the AFS module bundle which are not part of any
AFS command suite (i.e, the setpag command). See L<AFS::Utils>.
=item * Access to basic AFS functions and to AFS error codes
Basic functions like raising a Perl exception when any AFS function call
fails (useful for debugging) or retrieving the status value of the last
AFS function call. See L<AFS::Base>.
=back
=head1 PREREQUISITES
=over 4
=item Perl v5.10.0 or newer
=item OpenAFS system libraries
=item OpenAFS header files
=back
=head1 SEE ALSO
=over 4
=item OpenAFS documentations
=item OpenAFS source tree
=item AFS command suites (fs, pts, kas, bos, and vos)
=back
=head1 CAVEATS
These modules and their POD documentations have been written with the
help of the AFS source code, the AFS manuals, and the 'ancient' AFS
Programmer's Reference documentation. Unfortunately nearly no
documentation was available for the interfaces to the AFS structures
ktc_token, ktc_principal, and ktc_encryptionkey. Therefore these
modules are not very well documented.
=head1 CURRENT AUTHOR
Norbert E. Gruener E<lt>nog@MPA-Garching.MPG.deE<gt>
=head1 AUTHOR EMERITUS
Roland Schemers E<lt>schemers@slapshot.stanford.eduE<gt>
=head1 CREDITS
Thank you to (in chronological order):
B<Lawrence Greenfield> - for his update in the AFS.xs file
B<Alf Wachsmann> - for his bug report on the function "setquota"
B<Gerhard Gonter> - for his configuration report for rs_aix32
B<Peter Scott> - for his improvement on ACL->keys and ACL->nkeys
B<Thomas M. Payerle> - for his configuration report for alpha_dux40
B<Wolfgang Friebel> - for his bug report on the functions "lsmount" and "rmmount"
( run in 2.291 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )