1KAFS-CHECK-CONFIG(1)          AFS Config Checker          KAFS-CHECK-CONFIG(1)
2
3
4

NAME

6       kafs-check-config - AFS configuration check tool
7

SYNOPSIS

9       kafs-check-config [OPTION]... [<cellname>]*
10
11       Where options are:
12
13              [-46PDvv] [-c <conffile>]* [-N <restriction>]
14

DESCRIPTION

16       This  program  is used to check the configuration for the in-kernel AFS
17       filesystem (kAFS).  This configuration is used when systemd mounts  the
18       filesystem  to  load up the cell database and create cell automounts in
19       the /afs directory.
20
21       The configuration is also used by the kernel name  resolver  upcall  to
22       provide  static  configuration  for some cells and to specify overrides
23       and limits on DNS lookups.
24
25       If a list of <cellname> arguments is given, the listed  cells  will  be
26       dumped,  including  the  sources  of  the  Volume  Location records and
27       address records.
28
29       The available options are:
30

ARGUMENTS

32       -4     Only show IPv4 addresses in the dump.
33
34       -6     Only show IPv6 addresses in the dump.
35
36       -P     Dump the parse tree of the configuration file(s).
37
38       -D     Dump the cell database extracted from the configuration.
39
40       -v     Increase the verbosity of the output.   This  may  be  specified
41              multiple times.
42
43       -c <conffile>
44              Specify  a  configuration  file  to  read  instead of the system
45              default.  This may be specified multiple times and the  configuā€
46              ration files are read and applied in order.
47
48       -N <restriction>
49              Apply a restriction to the lookup performed for the listed cells
50              (if any are).  Restrictions include:
51
52              -N vl-srv
53                     Don't use SRV records to find Volume Location servers.
54
55              -N vl-afsdb
56                     Don't use AFSDB records to find Volume Location servers.
57
58              -N vl-all
59                     Don't use SRV or AFSDB records to  find  Volume  Location
60                     servers.
61
62              -N vl-host
63                     Don't  look  cell  name  up  as hostname to find a Volume
64                     Location server.
65
66              -N vl-dns
67                     Don't do any lookups to  find  Volume  Location  servers.
68                     Use only the static configuration.
69

EXIT STATUS

71       0      If check okay and any dumping succeeded.
72
73       1      If an error occurs during processing.
74
75       2      If a command line error occurs.
76

SEE ALSO

78       kafs(7), kafs-client.conf(5)
79
80
81
82Linux                             16 Apr 2019             KAFS-CHECK-CONFIG(1)
Impressum