TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:report:movelist:report_examples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
technote:report:movelist:report_examples [2019/03/15 00:46] – created Scott Cunliffetechnote:report:movelist:report_examples [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Technote Reports - Move List Examples ====== ====== Technote Reports - Move List Examples ======
 +
 +=== Command Line Input - Text File ===
 +
 +<code>
 +TMSS10TMSS10MoveList -S user:-password@server > report.txt
 +</code>
 +
 +=== Text File Output ===
 +
 + 
 +<code>
 +             System: TapeTrack
 + Report Description: Moving Volumes List
 +       Report Notes: Customer(Nashville Data Center) Media Type(LTO Cartridge)
 +    Production Time: Thursday, March 14, 2019 - 11:22:23 (AUS Eastern Daylight Time)
 +       Report Width: 190 bytes
 +
 + Seq.   Barcode              Current Location               Target Location                Move Time        Time            Container            Attribute
 + ------ -------------------- ------------------------------ ------------------------------ ---------------- --------------- -------------------- --------------------------------------------
 +      1 US04.LTO.000001L3    Offsite Vault                  Library                        2019-03-14 11:15           M6:44                      Monthly April
 +      2 US04.LTO.000001L5    Offsite Vault                  Library                        2019-03-14 11:15           M6:45                      Friday Backup
 +      3 US04.LTO.000001L6    Library                        Offsite Vault                  2019-03-14 11:15           M6:34
 +      4 US04.LTO.000002L5    Library                        Offsite Vault                  2019-03-14 11:15           M6:34                      Weekly
 + ------ -------------------- ------------------------------ ------------------------------ ---------------- --------------- -------------------- --------------------------------------------
 +
 +             System: TapeTrack
 + Report Description: Movement Directions Report
 +       Report Notes: Customer(Nashville Data Center) Media Type(LTO Cartridge)
 +    Production Time: Thursday, March 14, 2019 - 11:22:24 (AUS Eastern Daylight Time)
 +       Report Width: 54 bytes
 +
 + Current Repository   Target Repository    Total
 + -------------------- -------------------- ----------
 + Library              Offsite Vault                 2
 + Offsite Vault        Library                       2
 +</code>
 +
 +----
 +
 +
 +=== Command Line Input - CSV File ===
 +
 +<code>
 +set TMSSREPORTFORMAT=CSV
 +TMSS10TMSS10MoveList -S user:-password@server
 +</code>
 +
 +=== CSV File Output ===
 +<code>
 +Seq.,Barcode,Current Location,Target Location,Move Time,Time,Container,Attribute,
 +1,US04.LTO.000001L3,Offsite Vault,Library,2019-03-14 11:15,D1:00:25:49,,Monthly April,
 +2,US04.LTO.000001L5,Offsite Vault,Library,2019-03-14 11:15,D1:00:25:49,,Friday Backup,
 +3,US04.LTO.000002L5,Offsite Vault,Library,2019-03-14 12:49,H22:52:14,,Weekly,
 +4,US04.LTO.000001L6,Library,Offsite Vault,2019-03-14 11:15,D1:00:25:38,,
 +
 +Current Repository,Target Repository,Total,
 +Library,Offsite Vault,1,
 +Offsite Vault,Library,3,
 +</code>
 +
 +----
  
 ==== Command Line Input - PDF File ==== ==== Command Line Input - PDF File ====
  
-<sxh>+<code>
 set TMSSREPORTFORMAT=PDF set TMSSREPORTFORMAT=PDF
 set TMSSPDFORIENTATION=landscape set TMSSPDFORIENTATION=landscape
 TMSS10MoveList -S user:-password@server   TMSS10MoveList -S user:-password@server  
-</sxh>+</code> 
 + 
 + 
 + 
 +==== PDF File Output ==== 
 + 
 +{{technote:report:movelist:tmss10movelist_pdf.png}} 
 + 
 + 
 +---- 
 + 
 +==== Command Line Input - Excel File ==== 
 + 
 +<code> 
 +set TMSSREPORTFORMAT=EXCEL 
 +TMSS10Inventory -S user:-password@server   
 +</code> 
 + 
 + 
 +==== Excel File Output ==== 
 + 
 +{{technote:report:movelist:tmss10movelist_excel.png}} 
  
technote/report/movelist/report_examples.1552610807.txt.gz · Last modified: 2025/01/21 22:07 (external edit)