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
42b392b8
Commit
42b392b8
authored
9 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
CASTOR-5325 Remove -l option from smc manpage
Fixed.
parent
70525978
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
mediachanger/castorrmc/rmc/smc.man
+6
-6
6 additions, 6 deletions
mediachanger/castorrmc/rmc/smc.man
with
6 additions
and
6 deletions
mediachanger/castorrmc/rmc/smc.man
+
6
−
6
View file @
42b392b8
...
...
@@ -155,19 +155,19 @@ verbose mode. On query requests it prints headers on top of the columns.
To mount the volume JK2005 on drive 1:
.br
.RS
.B "smc
-l /dev/smc01
-m -D 1 -V JK2005"
.B "smc -m -D 1 -V JK2005"
.RE
.LP
To dismount the volume present on drive 1 after checking the vid:
.br
.RS
.B "smc
-l /dev/smc01
-d -D 1 -V JK2005"
.B "smc -d -D 1 -V JK2005"
.RE
.LP
To query the main charateristics of the library:
.br
.RS
.B "smc
-l /dev/smc01
-q L"
.B "smc -q L"
.sp
.nf
Vendor/Product/Revision = <STK 9714 1500>
...
...
@@ -181,7 +181,7 @@ Device Count = 2, Start = 1030
To query the status of all the drives:
.br
.RS
.B "smc
-l /dev/smc01
-q D -v"
.B "smc -q D -v"
.sp
.nf
.cs R 20
...
...
@@ -195,7 +195,7 @@ Drive Ordinal Element Addr. Status Vid
To get the list of a few slots in the library:
.br
.RS
.B "smc
-l /dev/smc01
-q S -S 20 -N 10 -v"
.B "smc -q S -S 20 -N 10 -v"
.sp
.nf
.cs R 20
...
...
@@ -217,7 +217,7 @@ Element Addr. Vid
To get the status of volumes for which the vid starts with JK200
.br
.RS
.B "smc
-l /dev/smc01
-q V -V 'JK200*' -v"
.B "smc -q V -V 'JK200*' -v"
.sp
.nf
.cs R 20
...
...
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