TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cli:tmss10zonelist

Differences

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

Link to this comparison view

Next revision
Previous revision
cli:tmss10zonelist [2017/11/21 02:17] – created Scott Cunliffecli:tmss10zonelist [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== TMSS10ZoneList ====== ====== TMSS10ZoneList ======
 +
 +TMSS10ZoneList lists each [[object:zone|Zone]] and the [[object:volume|Volumes]] assigned to them.
  
 ===== Synopsis ===== ===== Synopsis =====
  
-''TMSS10ZoneList   [-R date range] [-S logon string] [-V volume filter]'' +''TMSS10ZoneList   [-S logon string] [-V volume filter] [-f report format]''
- +
-===== Description ===== +
- +
-TMSS10ZoneList lists each zone and the volumes assigned to them.+
  
 ===== Options ===== ===== Options =====
  
-  * ''-S'' The logon string argument sets the [[cli:server_argument|Server logon information]] +  * ''-S'' The Logon string argument sets the [[cli:server_argument|Server Logon Information]] 
-  * ''-V''  [[cli:volume_filter|Volume Filter]] which can be used to filter the traversal of Customer, Media, Volume, repository and flag values. +  * ''-V''  [[cli:volume_filter|Volume Filter]] which can be used to filter the traversal of [[object:customer|Customer]][[object:media|Media]][[object:volume|Volume]][[object:repository|Repository]] and [[common:volume_flags|Flag]] values. 
-  * ''-f''  Report format.+  * ''-f''  Report format (default = 1). 
 + 
 +{{page>cli:fi}}
      
 ==== Technical Support ==== ==== Technical Support ====
  
-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 [[common:support_details|Accessing Technical Support]] page.+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 [[common:support_details|Accessing Technical Support]] page.
  
 ==== Exit Statuses ==== ==== Exit Statuses ====
Line 34: Line 36:
  
 ===== Example ===== ===== Example =====
 +
 +
 +
 +==== Zone List Report - format 1 ====
  
 === Command line syntax === === Command line syntax ===
-<code>+<code plain;> 
 +TMSS10ZoneList -S user:-password@server -f 1 
 +</code>
  
 +=== Output ===
 +<code plain;>
 + 
 +             System: TapeTrack
 + Report Description: Zone Inventory
 +       Report Notes: ZoneID(1:1) Description(Drawer 1 divider 1)
 +    
 +       Report Width: 113 bytes
 +
 + Seq.   Customer                                 Media Type           Barcode              Slot       Next Move  
 + ------ ---------------------------------------- -------------------- -------------------- ---------- ---------- 
 +      1 North Carolina Data Center               LTO Cartridge        US03.LTO.000000L5           1.1            
 +      2 North Carolina Data Center               LTO Cartridge        US03.LTO.000001L5           1.2            
 +      3 North Carolina Data Center               LTO Cartridge        US03.LTO.000002L5           1.3            
 +      4 North Carolina Data Center               LTO Cartridge        US03.LTO.000003L5           1.4            
 +      5 North Carolina Data Center               LTO Cartridge        US03.LTO.000004L5           1.5            
 +      6 North Carolina Data Center               LTO Cartridge        US03.LTO.000005L5           1.6            
 +      7 North Carolina Data Center               LTO Cartridge        US03.LTO.000006L5           1.7            
 +      8 North Carolina Data Center               LTO Cartridge        US03.LTO.000007L5           1.8            
 + ------ ---------------------------------------- -------------------- -------------------- ---------- ---------- 
 +
 +             System: TapeTrack
 + Report Description: Zone Inventory
 +       Report Notes: ZoneID(GEMTRAC1) Description(GemTrac Rack 1)
 +    
 +       Report Width: 113 bytes
 +
 + Seq.   Customer                                 Media Type           Barcode              Slot       Next Move  
 + ------ ---------------------------------------- -------------------- -------------------- ---------- ---------- 
 +      1 Los Angeles Data Center                  LTO Cartridge        US02.LTO.000001L6           1.1            
 +      2 Los Angeles Data Center                  LTO Cartridge        US02.LTO.000005L6          1.16 1970-01-05 
 +      3 Los Angeles Data Center                  LTO Cartridge        US02.LTO.000024L6          1.19            
 +      4 Los Angeles Data Center                  LTO Cartridge        US02.LTO.000025L6          1.20            
 +      5 Los Angeles Data Center                  LTO Cartridge        US02.LTO.000027L6          1.21            
 +      6 Los Angeles Data Center                  LTO Cartridge        US02.LTO.000028L6          1.22            
 +      7 Los Angeles Data Center                  LTO Cartridge        US02.LTO.000029L6          1.23            
 +      8 Los Angeles Data Center                  LTO Cartridge        US02.LTO.000030L6          1.24            
 +      9 Los Angeles Data Center                  LTO Cartridge        US02.LTO.000031L6          1.25            
 +     10 Los Angeles Data Center                  LTO Cartridge        US02.LTO.000032L6          1.26            
 +     11 Los Angeles Data Center                  LTO Cartridge        US02.LTO.000033L6          1.27            
 +     12 Los Angeles Data Center                  LTO Cartridge        US02.LTO.000034L6          1.28            
 + ------ ---------------------------------------- -------------------- -------------------- ---------- ---------- 
 </code> </code>
 +
 +==== Zone List Report - format 2 (default) ====
 +
 +=== Command line syntax ===
 +<code>
 +TMSS10ZoneList -S user:-password@server -f 2
 +</code>
 +
 === Output === === Output ===
 <code> <code>
  
 +             System: TapeTrack
 + Report Description: Zone Allocation
 +    
 +       Report Width: 112 bytes
 +
 + Seq.   Customer                                 Media Type           Repository           Zone                 
 + ------ ---------------------------------------- -------------------- -------------------- -------------------- 
 +      1 Los Angeles Data Center                  LTO Cartridge        Offsite Vault        GEMTRAC1             
 +      2 -                                        -                    -                    GEMTRAC2             
 +      3 North Carolina Data Center               LTO Cartridge        Offsite Vault        GEMTRAC4             
 +           
 + ------ ---------------------------------------- -------------------- -------------------- -------------------- 
  
 </code> </code>
  
  
-<- cli:introduction|Command Line Utilities^ master:starting|Getting Started ^ ->+ 
 +--> Changelog 
 +[filterrss http://www.tapetrack.com/cgi/changelog.cgi?module=TMSS10ZoneList] 
 +<-
 +<- ^ cli:introduction|Command Line Utilities^ ->
cli/tmss10zonelist.1511230660.txt.gz · Last modified: 2025/01/21 22:07 (external edit)