TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cli:tmss10resolve

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cli:tmss10resolve [2017/11/27 00:58] Scott Cunliffecli:tmss10resolve [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 7: Line 7:
 ===== Description ===== ===== Description =====
  
-TMSS10Resolve resolves TapeTrack environmental variables used in input files+TMSS10Resolve resolves TapeTrack environmental variables used in input files.
  
 ===== Options ===== ===== Options =====
Line 38: Line 38:
  
 Feeding in the variables from the script **Slotting.bat** as an example. Feeding in the variables from the script **Slotting.bat** as an example.
 +
 +<code>
 +:: Description: TapeTrack Slotting script 
 +::      System: TMSS 
 +::    SecLevel: Proprietary 
 +::   Copyright: (c) 2012 GazillaByte LLC
 +
 +::
 +:: set the working directory to the TapeTrack Scripts directory so we can use relative paths 
 +::
 +cd "%TMSS10SCRIPTS%"
 +
 +::
 +:: Set Server Logon String
 +::
 +set TTSERVER=tapemaster:-@localhost
 +
 +::
 +:: Execute TMSS10SlotAllocation and write output to Reports directory
 +::
 +TMSS10SlotAllocation -S %TTSERVER% > "%TMSS10REPORTS%\slotting_report.txt" 2> "%TMSS10REPORTS%\slotting_error.txt
 +</code>
  
  
Line 59: Line 81:
 </code> </code>
  
 +--> Changelog 
  
-<- cli:introduction|Command Line Utilities^ master:starting|Getting Started ^ ->+[filterrss http://www.tapetrack.com/cgi/changelog.cgi?module=TMSS10Resolve] 
 +<-
 +<- ^ cli:introduction|Command Line Utilities^ ->
cli/tmss10resolve.1511744329.txt.gz · Last modified: 2025/01/21 22:07 (external edit)