Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
03aa9d1b
Commit
03aa9d1b
authored
9 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Added a TAPE LIBRARY SUPPORT section the tapeserverd man page
parent
9cfa42a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tapeserver/castor/tape/tapeserver/daemon/tapeserverd.man
+57
-0
57 additions, 0 deletions
tapeserver/castor/tape/tapeserver/daemon/tapeserverd.man
with
57 additions
and
0 deletions
tapeserver/castor/tape/tapeserver/daemon/tapeserverd.man
+
57
−
0
View file @
03aa9d1b
...
...
@@ -25,6 +25,60 @@ terminating and the child running in the background. If required the
\fB\-f, \-\-foreground\fP option can be used to stop \fBtapeserverd\fP from
forking and keep the parent process in the foreground.
.SH TAPE LIBRARY SUPPORT
CASTOR supports two types of tape libraries, SCSI compatible ones and Oracle
Automatic Cartridge System (ACS) ones. The tapeserverd daemon requires a tape
library daemon to be installed and run on the same tape server as itself.
There are two types of CASTOR tape library daemons, one for SCSI compatible tape
libraries and one for ACS tape libraries.
A SCSI compatible tape library requires the following daemon:
\fBrmcd\fP
The installation RPM for the \fBrmcd\fP daemon and its manual page is:
\fBcastor-rmc-server-2.1.15-XX.slc6.x86_64\fP
The \fBrmcd\fP daemon can be started, stopped and its status queried using
the usual service commands:
\fBservice rmcd start\fP
.br
\fBservice rmcd status\fP
.br
\fBservice rmcd stop\fP
An ACS tape library requires the following daemon:
\fBacsd\fP
The installation RPM for the \fBacsd\fP daemon and its manual page is:
\fBcastor-acs-server-2.1.15-17.slc6.x86_64\fP
The \fBacsd\fP daemon can be started, stopped and its status queried using
the usual service commands:
\fBservice acsd start\fP
.br
\fBservice acsd status\fP
.br
\fBservice acsd stop\fP
Even though there is a separate daemon for each of the supported tape library
types, there is a single generic set of command-line tools for mounting and
un-mounting tapes:
\fBcastor-tape-mediachanger-mount\fP
.br
\fBcastor-tape-mediachanger-dismount\fP
The installation RPM for these command-line tools and their manual pages is:
\fBcastor-tape-developer-tools-2.1.15-XX.slc6.x86_64\fP
.SH OPTIONS
.TP
\fB\-f, \-\-foreground
...
...
@@ -180,5 +234,8 @@ The CASTOR configuration file.
.B /var/log/castor/tapeserverd.log
The tape tapeserver log file.
.SH TRADEMARKS
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
.SH AUTHOR
\fBCASTOR\fP Team <castor.support@cern.ch>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment