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 [2021/07/22 00:21] Scott Cunliffecli:tmss10resolve [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 39: Line 39:
 Feeding in the variables from the script **Slotting.bat** as an example. Feeding in the variables from the script **Slotting.bat** as an example.
  
-{{:cli:cli_slotting.png?700}}+<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 61: Line 81:
 </code> </code>
  
-===== Changelog =====+--> Changelog 
  
 [filterrss http://www.tapetrack.com/cgi/changelog.cgi?module=TMSS10Resolve] [filterrss http://www.tapetrack.com/cgi/changelog.cgi?module=TMSS10Resolve]
 +<--
 <- ^ cli:introduction|Command Line Utilities^ -> <- ^ cli:introduction|Command Line Utilities^ ->
cli/tmss10resolve.1626913274.txt.gz · Last modified: 2025/01/21 22:07 (external edit)