1RFIOD(8)                      Rfio     Administrator     Commands
2RFIOD(8)
3
4
5
6[1mNAME[0m
7       rfiod‐ Remote file access daemon
8
9[1mSYNOPSIS[0m
10       [1mrfiod [22m[ [1m‐d [22m] [ [1m‐f [4m[22mfilename[24m ] [
11[1m‐l [22m] [ [1m‐p [4m[22mport[24m ] [ [1m‐s [22m] [ [1m‐t [22m]
12[ [1m‐4 [22m| [1m‐6[0m
13       ] [ [1m‐L [4m[22mlog_level[24m ]
14
15[1mDESCRIPTION[0m
16       rfiod start the daemon handling  remote  file  access  re‐
17quests.  This com‐
18       mand   is   usually   executed   at  system  startup  time
19([1m/etc/rc.local[22m).  rfiod
20       uses for the streaming mode (v3) one control port and  one
21data  port.
22       The   range   of data ports to be used by rfiod can be set
23with the envi‐
24       ronment variable RFIO_PORT_RANGE.
25
26[1mOPTIONS[0m
27       [1m‐d     [22mTurn on printing of debug messages.  Default
28output  device  is
29              stderr.
30
31       [1m‐f [4m[22mfilename[0m
32              Output  filename  for  error, logging and debugging
33messages.  Nor‐
34              mal error messages are sent to syslog  unless  oth‐
35erwise  speci‐
36              fied.    Two   filenames   are  special : "stderr",
37which will send
38              messages to standard error and "syslog" which  will
39send to  sys‐
40              log.
41
42       [1m‐l     [22mTurn  on  printing  of log messages. Default
43output device is in
44              [1m/var/log/rfio/log[22m.
45
46       [1m‐p [4m[22mport[0m
47              Specify a network port for the service  to   listen
48on.  If  this
49              option  is  not  given  the value RFIO_PORT defined
50in rfio_con‐
51              stants.h is used.
52
53       [1m‐s     [22mTurn on Standalone mode.  This option should
54always be set  when
55              rfiod is not started by inetd.
56
57       [1m‐t      [22mTurn  on  single  threaded mode. Useful for
58debugging as no pro‐
59              cesses are created.
60
61       [1m‐4     [22monly try to listen on IPv4 addresses
62
63       [1m‐6     [22monly try to listen on IPv6 addresses
64
65       [1m‐L [4m[22mlog_level[0m
66              Specify the logging level. Default 6 (LOG_INFO).
67
68[1mEXAMPLE[0m
69              /usr/local/bin/rfiod ‐sl
70
71[1mSEE ALSO[0m
72       [1msyslog(8)[22m, [1mtcp(4)[0m
73
74[1mAUTHOR[0m
75       [1mLCG Grid Deployment [22mTeam
76
77
78
79LCG                                                        $Date$
80RFIOD(8)
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
Impressum