TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cookbook:library_manager

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
cookbook:library_manager [2020/04/10 01:58] – [Add Command Line Code to Scheduled File] Scott Cunliffecookbook:library_manager [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 87: Line 87:
  
 Using the example Customer-ID US01 and Media-ID LTO along with the Repository-ID LIBR: Using the example Customer-ID US01 and Media-ID LTO along with the Repository-ID LIBR:
-<sxh>+<code>
 TMSS10LibraryManager -S user:-pass@serveraddress -C "US01" -M "LTO" -R "LIBR" TMSS10LibraryManager -S user:-pass@serveraddress -C "US01" -M "LTO" -R "LIBR"
-</sxh>+</code>
  
 === Additional options include === === Additional options include ===
Line 103: Line 103:
 Using the example Customer-ID US01, Media-ID LTO, Repository-ID LIBR, along with specifying the Repository OFFS to eject any [[object:volume|Volumes]] to.  Allow 5 free slots in the Library with a minimum 8 Scratch [[object:volume|Volumes]], ensuring no L5 [[object:volume|Volumes]] are ejected.  Overriding the Scratch Priority to stop selecting Scratch [[object:volume|Volumes]] from RAC1 to selecting them from RAC2  Using the example Customer-ID US01, Media-ID LTO, Repository-ID LIBR, along with specifying the Repository OFFS to eject any [[object:volume|Volumes]] to.  Allow 5 free slots in the Library with a minimum 8 Scratch [[object:volume|Volumes]], ensuring no L5 [[object:volume|Volumes]] are ejected.  Overriding the Scratch Priority to stop selecting Scratch [[object:volume|Volumes]] from RAC1 to selecting them from RAC2 
  
-<sxh>+<code>
 TMSS10LibraryManager -S user:-pass@serveraddress -C "US01" -M "LTO" -R "LIBR" -T "OFFS" -f 5 -s 8 -r "RAC1=0;RAC2=10" TMSS10LibraryManager -S user:-pass@serveraddress -C "US01" -M "LTO" -R "LIBR" -T "OFFS" -f 5 -s 8 -r "RAC1=0;RAC2=10"
-</sxh>+</code>
  
  
Line 114: Line 114:
 To redirect the reports to LibraryManager_Reports_stdout.txt and diagnostic information to LibraryManager_Diagnostic_stderr.txt. To redirect the reports to LibraryManager_Reports_stdout.txt and diagnostic information to LibraryManager_Diagnostic_stderr.txt.
  
-<sxh>+<code>
 TMSS10LibraryManager -S user:-pass@serveraddress -C "US01" -M "LTO" -R "LIBR" > LibraryManager_Reports_stdout.txt 2> LibraryManager_Diagnostic_stderr.txt TMSS10LibraryManager -S user:-pass@serveraddress -C "US01" -M "LTO" -R "LIBR" > LibraryManager_Reports_stdout.txt 2> LibraryManager_Diagnostic_stderr.txt
-</sxh>+</code>
  
 ==== Schedule Batch File ==== ==== Schedule Batch File ====
cookbook/library_manager.1586483912.txt.gz · Last modified: 2025/01/21 22:07 (external edit)