1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
.\"
.\" $Id: rfiod.man,v 1.5 2009/01/07 09:49:55 dhsmith Exp $
.\"
.\" @(#)$RCSfile: rfiod.man,v $ $Revision: 1.5 $ $Date: 2009/01/07 09:49:55 $ CERN/IT/PDP/DM
.\" Copyright (C) 1990-2006 by CERN/IT/PDP/DM
.\" All rights reserved
.\"
.TH RFIOD 1 "$Date: 2009/01/07 09:49:55 $" CASTOR "Rfio Administrator Commands"
.SH NAME
rfiod\- Remote file access daemon
.SH SYNOPSIS
.B rfiod
[
.B -d
] [
.BI -f " filename"
] [
.B -l
] [
.BI -p " port"
] [
.B -s
] [
.B -t
] [
.B -4
|
.B -6
]
.SH DESCRIPTION
.IX "\fLrfiod\fR"
.IX tcp
rfiod start the daemon handling remote file access requests.
This command is usually executed at system startup time
.RB ( /etc/rc.local ).
rfiod uses for the streaming mode (v3) one control port and one data port.
The range of data ports to be used by rfiod can be set with the environment
variable RFIO_PORT_RANGE.
.SH OPTIONS
.TP
.B \-d
Turn on printing of debug messages. Default output device is stderr.
.TP
.BI \-f " filename"
Output filename for error, logging and debugging messages.
Normal error messages are sent to syslog unless otherwise specified.
Two filenames are special : "stderr", which will send messages to standard
error and "syslog" which will send to syslog.
.TP
.B \-l
Turn on printing of log messages. Default output device is in
.BR /var/log/rfio/log .
.TP
.BI \-p " port"
Specify a network port for the service to listen on. If this option
is not given the value RFIO_PORT defined in rfio_constants.h is used.
.TP
.B \-s
Turn on Standalone mode.
This option should always be set when rfiod is not started by inetd.
.TP
.B \-t
Turn on single threaded mode. Useful for debugging as no processes
are created.
.TP
.B -4
only try to listen on IPv4 addresses
.TP
.B -6
only try to listen on IPv6 addresses
.SH EXAMPLE
.RS
.HP
/usr/local/bin/rfiod -sl
.RE
.SH "SEE ALSO"
.BR syslog(8) ,
.B tcp(4)
.SH AUTHOR
\fBCASTOR\fP Team <castor.support@cern.ch>
|