...
$ mtd [options] <tape device name> <tape container name> |
where the options are:
...
Parameters:
MTD - CHARON Magnetic Tape Dump & Restore utility, Version 2.3 (Build 18302)
Copyright (C) 2009-2016 STROMASYS SA. All rights reserved.
Usage: mtd [options] <tape-drive-name> <file-name> - dump tape content to file
mtd <file-name> <tape-drive-name> - restore dump to tape
mtd <file-name> <file-name> - convert formats
mtd <file-name> - examine tape dump and check integrity
<tape-drive-name> - tape drive
<file-name> - name of tape container file (.mtd or .vtape)
Options: -l <file-name>
|
Creates an execution log “file name”.- log file name (.log)
-n - do not rewind tape
-r <number>
|
Specifies a read a damaged data bockretry failing tape reads
-i
|
Directs to ignore bad blocks and continue processing without interruption. It implies "- ignore failing tape reads (implies -r 0
|
"nDo not rewind tape | -p | Disable p - disable progress reporting
-v
|
Enable - enable verbose trace of data transfer (implies
|
""))
-s - output tape image in SMA format
-g - gather statistics and print upon completion
|
Example:
$ mtd -l tape1.txt -r 10 /dev/st5 /charon/tapes/tape1.vtape |
...
# hasp_srm_view -help
CHARON Sentinel HASP utility
Copyright: STROMASYS, 20152016
Options:
-? or -h or -help - to see help screen
-l - to see CHARON license details (for default key)
-all - to see CHARON license details (for all available keys)
-key <key number> - to see CHARON license details (for specific key)
-c2v <C2V file> - to collect the key status information (C2V file) -c2v <C2V file> -key <key number> - to collect C2V file for specific local key
-fgp <C2V file> - to collect the host fingerprint information (C2V file)
|
...
# ssh root@localhost /opt/charon/bin/hasp_srm_view > /opt/charon/bin/hasp_srm_view.txt |
The "hasp_srm_view" utility always reports the ID and IP address of the host(s) where active licenses are found.
Back to Table of Contents
...