TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cli:tmss10slotallocation

This is an old revision of the document!


 
 

Sample Slotting Script

A sample slotting script to execute TMSS10SlotAllocation can be found in your TapeTrack Install at TapeTrack\TapeTrack Framework Server\scripts

This script will allocate a volume to a vacant slot that is in a location eligible for slotting.

Scheduling

While it is possible to execute this scrip manually when required, it is recommended that this script be scheduled to run every 5 minutes.

Sample Script

1
2
3
4
5
6
7
8
9
10
11
@echo off
::
:: Object Type: DOS Batch Script                                                   
:: Description: TapeTrack Slotting script                                           
::      System: TMSS                                                               
::    SecLevel: Proprietary                                                        
::   Copyright: (c) 2012 GazillaByte LLC                       
::
TMSS10SlotAllocation -S user:-password@localhost > "%TMSS10REPORTS%\slotting_report.txt" 2> "%TMSS10REPORTS%\slotting_error.txt"
  
exit

cli/tmss10slotallocation.1530166014.txt.gz · Last modified: 2025/01/21 22:07 (external edit)