TMSS10ListDRStrategies lists the DR strategies, along with included Volume information within each DR strategy.
TMSS10ListDRStrategies [-A attribute index] [-C customer filter] [-D description] [-S logon string]
-A
Specifies the Attribute index.-C
Customer-ID filter.-D
Description filter.-S
The Logon string argument sets the Server Logon Information.
If an argument value starts with the value FI:
, the value for that attribute will be read from the file name specified immediately after it. For example, if a file named ACME_volumes has the content ACME_*.*
, specifying FI:/etc/ACME_volumes
will have the same effect as -V ACME.*.*
. Using FI:
to refer to a file for an attribute value works for all attributes.
If the pattern being matched starts with *LIST: then rather than matching the literal value, each record in the file specified as *LIST:filename will be tested. If one matches the match will succeed.
To include multiple Attributes in the report, add the required Attribute indexes separated by a comma (eg. -A 1,2,5).
The TapeTrack Software is commercially supported by a full time help desk staff.
If you are experiencing problems or want some advice on how to configure or use the product please see the Accessing Technical Support page.
stdout: Output Reports.
stderr: Diagnostic messages.
stdin: Program input.
TMSS10ListDRStrategies -S user:-password@server -C "US02" -D "LA*" -A 1
System: TapeTrack Report Description: Disaster Recovery Strategy List Report Notes: Customer-ID(US02) Description(Los Angeles Data Center) Report Width: 102 bytes Description Created Expiry Items Errors Status ---------------------------------------- ------------------- ---------- ---------- ---------- ------ LA Recovery Data 2017-11-21 11:35:22 Permanent 4 2 NOT-OK LA Weekly Recovery 2017-11-21 11:32:34 2017-11-29 6 0 OK ---------------------------------------- ------------------- ---------- ---------- ---------- ------ System: TapeTrack Report Description: Disaster Recovery Strategy Detail Report Notes: Description(LA Recovery Data) Created(2017-11-21 11:35:22) Report Width: 135 bytes Index Type Volume Location Last Move Last Write Status Description ------ ---- ---------- -------------------- ------------------- ------------------- ---------------- ------------ 1 LTO 000005L6 GEMTRAC1 [1.16] 2017-10-09 11:45:25 OK 2 LTO 000003L6 No-Alloc 2017-10-09 10:48:37 Not Offsite 3 LTO 000002L6 No-Alloc 2017-10-09 10:48:37 Not Offsite 4 LTO 000000L6 No-Alloc 2017-10-24 12:37:19 OK ------ ---- ---------- -------------------- ------------------- ------------------- ---------------- ------------ System: TapeTrack Report Description: Disaster Recovery Strategy Detail Report Notes: Description(LA Weekly Recovery) Created(2017-11-21 11:32:34) Report Width: 135 bytes Index Type Volume Location Last Move Last Write Status Description ------ ---- ---------- -------------------- ------------------- ------------------- ---------------- ------------ 1 LTO 000024L6 GEMTRAC1 [1.19] 2017-11-02 10:04:41 OK Monday 2 LTO 000025L6 GEMTRAC1 [1.20] 2017-11-02 10:04:41 OK Monday 3 LTO 000027L6 GEMTRAC1 [1.21] 2017-11-02 10:04:42 OK Tuesday 4 LTO 000028L6 GEMTRAC1 [1.22] 2017-11-02 10:04:42 OK Wednesday 5 LTO 000029L6 GEMTRAC1 [1.23] 2017-11-02 10:04:42 OK Thursday 6 LTO 000030L6 GEMTRAC1 [1.24] 2017-11-02 10:04:42 OK Friday ------ ---- ---------- -------------------- ------------------- ------------------- ---------------- ------------
2021-05-24 | Fixed bug when using TMSSLEVELNAME and TMSSNOLEVELSLOT variables (#127) |
2020-11-24 | Added support for JSON output |
2019-02-25 | Added support for HTML output |
2019-02-09 | Added support for Excel output |
2019-01-06 | Added return code list to end of all command line programs that use the TapeTrack API |
2016-11-18 | Added fast forward code to reduce runtime |
2016-11-18 | Enhanced argument parser to allow arguments in format *FI:filename that allows loading of arguments from a file |
2015-12-26 | Added flags to Volume Filter syntax (customer.media.volume@repository+flags) |
2015-08-24 | Changed hascontents to contentcount and change contentcount to a filter rather than bool |
2015-08-24 | Added iscontainer and hascontents to the config file filter logic |
2015-05-16 | Added environmental varialbe TMSSCANFILEUNQUALIFIED which will load and check volumes without Customer-ID and Media-ID qualifiers |
2015-05-16 | Added environmental varialbe TMSSSCANFILENOPARSE which will presume scanfile items are only Volumes and not parse them, saving time |
2015-05-16 | When loading scanfile from import definition, added CUSTOMER and MEDIA keywords to set defaults |
2015-05-16 | When loading scanfile from import definition, changed keyword from VOLUME to BARCODE |
2015-05-16 | Added TMSSUNQUALIFIEDVOLUME environmental variable which forces all barcodes to be printed without Customer-ID and Media-ID |
2015-05-04 | Added support for AD passwords to all command line programs (check for environmental variable TMSSNOMD5) |
2014-11-19 | Changed server argument parser to allow colon in password to support z/OS DD name files |
2014-10-26 | Upgraded development environment from Visual Studio 2012 to Visual Studio 2013 |