1PVFS2-SET-MODE(1) General Commands Manual PVFS2-SET-MODE(1)
2
3
4
6 pvfs2-set-mode – set server mode
7
9 pvfs2-set-mode [-s server] [-m mount_point] mode
10
12 The pvfs2-set-mode utility is used to change the mode of the server.
13
14 The modes are as follows:
15
16 admin Read-only access to be used when running pvfs2-fsck(1).
17
18 normal Normal operation.
19
20 The options are as follows:
21
22 -s Specify the address of the server. This option is used to
23 change the mask only on a particular server instead of the
24 entire cluster.
25
26 -m Specify the file system to operate on.
27
29 PVFS2_DEBUGFILE
30 If set to the path of a local file, redirect debug output to it.
31
32 PVFS2_DEBUGMASK
33 Set the OrangeFS debug mask. Possible masks are documented in
34 pvfs2-set-debugmask(1).
35
36 PVFS2TAB_FILE
37 If set, the full pathname for an alternate pvfs2tab file
38
40 /etc/pvfs2tab
41
43 Put server into admin mode.
44
45 pvfs2-set-mode -m /mnt admin
46
48 Please submit bug reports to pvfs2-developers@beowulf-underground.org
49
51 pvfs2-set-sync(1), pvfs2tab(5)
52
53
54
55 2017-07-06 PVFS2-SET-MODE(1)