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

The following script will: Allocate a slot to any volume that has no slot and is in a location eligible for slotting.

Scheduling

It is recommended that this script be scheduled to run every 5 minutes. Script

@echo off
::
:: Object Type: DOS Batch Script                                                    
:: Description: TapeTrack Slotting script                                            
::      System: TMSS                                                                
::    SecLevel: Proprietary                                                         
::   Copyright: (c) 2012 GazillaByte LLC                        
::
TMSS10SlotAllocation -S tapemaster:-@localhost > "%TMSS10REPORTS%\slotting_report.txt" 2> "%TMSS10REPORTS%\slotting_error.txt" 
 
exit 
cli/tmss10slotallocation.1502468400.txt.gz · Last modified: 2025/01/21 22:07 (external edit)