1PVFS2-CHECK-SERVER(1) General Commands Manual PVFS2-CHECK-SERVER(1)
2
3
4
6 pvfs2-check-server – check to see if a server is responding
7
9 pvfs2-check-server [-h server] [-f fsname] [-n proto] [-p port]
10
12 The pvfs2-check-server utility ensures that the server at server on
13 port port protocol proto serving the file system named fsname is run‐
14 ning. This utility does not require or consult the /etc/pvfs2tab file.
15 There is no output if successful.
16
17 The options are as follows:
18
19 -h Specify the host name to connect to.
20
21 -f Specify the name of the file system to check. Generally this is
22 orangefs.
23
24 -n Specify the protocol to use. Generally either tcp or ib.
25
26 -p Specify the port number to use. With tcp this is generally 3334
27 and with ib this is generally 3335.
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
38 The pvfs2-check-server utility exits 0 on succes and non-zero on fail‐
39 ure.
40
42 Check that a server is running.
43 pvfs2-check-server -h localhost -f orangefs -n tcp -p 3334
44
46 Please submit bug reports to pvfs2-developers@beowulf-underground.org
47
49 pvfs2-ping(1) pvfs2-validate(1)
50
51
52
53 2017-07-03 PVFS2-CHECK-SERVER(1)