1PVFS2-SET-EVENTMASK(1) General Commands Manual PVFS2-SET-EVENTMASK(1)
2
3
4
6 pvfs2-set-eventmask – enable and disable debug strings to log
7
9 pvfs2-set-eventmask [-m mount_point] [-e events]
10
12 The server contains many log strings which are categorized. This util‐
13 ity sets which categories to log on the server. The output will be
14 into the configured server log file.
15
16 The options are as follows:
17
18 -h Display synopsis. This includes a list of all possible mask
19 strings.
20
21 -v Print version number and exit.
22
23 -m Specify the file system to operate on.
24
25 -s Specify the address of the server. This option is used to
26 change the mask only on a particular server instead of the
27 entire cluster.
28
30 PVFS2_DEBUGFILE
31 If set to the path of a local file, redirect debug output to it.
32
33 PVFS2_DEBUGMASK
34 Set the OrangeFS debug mask. Possible masks are documented in
35 pvfs2-set-debugmask(1).
36
37 PVFS2TAB_FILE
38 If set, the full pathname for an alternate pvfs2tab file
39
41 /etc/pvfs2tab
42
44 Log IO errors.
45
46 pvfs2-set-debugmask -m /mnt io
47
49 Please submit bug reports to pvfs2-developers@beowulf-underground.org
50
52 pvfs2-set-eventmask(1), pvfs2-set-mode(1), pvfs2tab(5)
53
54
55
56 2017-07-06 PVFS2-SET-EVENTMASK(1)