1DPM-RFIOD(8) Rfio Administrator Commands DPM-RFIOD(8)
2
3
4
6 dpm-rfiod- Remote file access daemon
7
9 dpm-rfiod [ -d ] [ -f filename ] [ -l ] [ -p port ] [ -s ] [ -t ] [ -4
10 | -6 ] [ -L log_level ]
11
13 dpm-rfiod start the daemon handling remote file access requests. This
14 command is usually executed at system startup time (/etc/rc.local).
15 dpm-rfiod uses for the streaming mode (v3) one control port and one
16 data port. The range of data ports to be used by dpm-rfiod can be set
17 with the environment variable RFIO_PORT_RANGE.
18
20 -d Turn on printing of debug messages. Default output device is
21 stderr.
22
23 -f filename
24 Output filename for error, logging and debugging messages. Nor‐
25 mal error messages are sent to syslog unless otherwise speci‐
26 fied. Two filenames are special : "stderr", which will send
27 messages to standard error and "syslog" which will send to sys‐
28 log.
29
30 -l Turn on printing of log messages. Default output device is in
31 /var/log/rfio/log.
32
33 -p port
34 Specify a network port for the service to listen on. If this
35 option is not given the value RFIO_PORT defined in rfio_con‐
36 stants.h is used.
37
38 -s Turn on Standalone mode. This option should always be set when
39 dpm-rfiod is not started by inetd.
40
41 -t Turn on single threaded mode. Useful for debugging as no pro‐
42 cesses are created.
43
44 -4 only try to listen on IPv4 addresses
45
46 -6 only try to listen on IPv6 addresses
47
48 -L log_level
49 Specify the logging level. Default 6 (LOG_INFO).
50
52 /usr/sbin/dpm-rfiod -sl
53
55 syslog(8), tcp(4)
56
58 LCG Grid Deployment Team
59
60
61
62LCG $Date: 2010-08-30 08:39:36 +0200 (Mon, 30 Aug 2010) $DPM-RFIOD(8)