Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
7e7afd10
Commit
7e7afd10
authored
Aug 18, 2009
by
Dennis Waldron
Committed by
Steven Murray
Oct 11, 2017
Browse files
Implemented: #53937: RFE: Replacement of the DLF transfer protocol by syslog
parent
c1e78193
Changes
3
Hide whitespace changes
Inline
Side-by-side
mediachanger/castorrmc/rmc/Imakefile
View file @
7e7afd10
...
...
@@ -2,12 +2,12 @@ COMM
COMM Copyright (C) 2001-2002 by CERN/IT/PDP/DM
COMM All rights reserved
COMM
COMM @(#)$RCSfile: Imakefile,v $ $Revision: 1.
7
$ $Date: 2009/0
7/23 12:22
:0
4
$ CERN IT-PDP/DM Jean-Philippe Baud
COMM @(#)$RCSfile: Imakefile,v $ $Revision: 1.
8
$ $Date: 2009/0
8/18 09:43
:0
1
$ CERN IT-PDP/DM Jean-Philippe Baud
COMM Make SCSI media changer server programs.
COMM Make SCSI media changer server programs.
SPOOL
= /var/
spool/rfio
CFLAGS = -I../h $(MTCCFLAGS) -DBIN=\"$(BIN)\" -DLOGFILE=\"$(
SPOOL)/
log\"
LOGDIR
= /var/
log/castor
CFLAGS = -I../h $(MTCCFLAGS) -DBIN=\"$(BIN)\" -DLOGFILE=\"$(
LOGDIR)/rmcd.
log\"
DependsOnLibrary(common,castorcommon)
DependsOnLibrary(upv,castorupv)
...
...
@@ -17,9 +17,8 @@ DependsOnLibrary(tape,castortape)
RMCD_OBJS = rmc_serv.Osuf rmc_procreq.Osuf rmclogit.Osuf sendrep.Osuf usrmsg.Osuf
OPSGRP = OperatorGid
TapeProgramTarget(rmcd,$(RMCD_OBJS),$(DEPLIB),$(LIBS),750)
MakeDir($(SPOOL),0755)
ADMMANPAGE(rmcd)
MakeDir(
/var/spool/rmc
,0755)
MakeDir(
$(LOGDIR)
,0755)
LOGROTATE(castor-rmc-server,..,installtape)
SYSCONFIG(rmcd,installtape)
INITSCRIPT(rmcd,installtape)
...
...
mediachanger/castorrmc/rmc/rmcd.init
View file @
7e7afd10
...
...
@@ -19,7 +19,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# @(#)$RCSfile: rmcd.init,v $ $Revision: 1.
1
$ $Release$ $Date: 2009/0
7/23 12:18:46
$ $Author: waldron $
# @(#)$RCSfile: rmcd.init,v $ $Revision: 1.
2
$ $Release$ $Date: 2009/0
8/18 09:43:01
$ $Author: waldron $
#
# chkconfig: 345 71 34
# description: RMC server daemon
...
...
@@ -46,7 +46,7 @@ start() {
# Run daemon
echo
-n
$"Starting
$prog
: "
cd
/var/
spool/rmc
cd
/var/
log/castor
daemon /usr/bin/
$prog
$RMCD_OPTIONS
# Write the pid to a file.
...
...
mediachanger/castorrmc/rmc/rmcd.man
View file @
7e7afd10
.\" @(#)$RCSfile: rmcd.man,v $ $Revision: 1.
1
$ $Date: 2009/0
7/23 12:18:46
$ CERN IT-PDP/DM Jean-Philippe Baud
.\" @(#)$RCSfile: rmcd.man,v $ $Revision: 1.
2
$ $Date: 2009/0
8/18 09:43:01
$ CERN IT-PDP/DM Jean-Philippe Baud
.\" Copyright (C) 2002 by CERN/IT/PDP/DM
.\" All rights reserved
.\"
.TH RMCD 8 "$Date: 2009/0
7/23 12:18:46
$" CASTOR "rmc Administrator Commands"
.TH RMCD 8 "$Date: 2009/0
8/18 09:43:01
$" CASTOR "rmc Administrator Commands"
.SH NAME
rmcd \- start the Remote Media Changer daemon
.SH SYNOPSIS
...
...
@@ -83,7 +83,7 @@ itself.
The completion code of the command is also logged.
.SH FILES
.TP 1.5i
.B /var/
spool
/rmc
/
log
.B /var/
log/castor
/rmc
d.
log
.SH EXAMPLES
.TP
Here is a small log:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment