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:56] – [Set Scratch Repository Preferences] Scott Cunliffecookbook:library_manager [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 75: Line 75:
  
   * Program call [[cli:tmss10librarymanager|TMSS10LibraryManager]].   * Program call [[cli:tmss10librarymanager|TMSS10LibraryManager]].
-  * Logon string (-S user:-pass@server). +  * [[cli:server_argument|Logon string (-S user:-pass@server)]]
-  * Customer-ID (-C  XXXX). +  * [[object:customer|Customer-ID (-C  XXXX)]]
-  * Media-ID (-M XXXX). +  * [[object:media|Media-ID (-M XXXX)]]
-  * Repository-ID to manage (-R XXXX).+  * [[object:repository|Repository-ID to manage (-R XXXX)]].
  
 Using the minimum requirements [[cli:tmss10librarymanager|TMSS10LibraryManager]] will attempt to load the required Scratch [[object:volume|Volumes]] for the managed Repository, based off the Repository settings in TapeTrack.  As no Target Repository is set, no [[object:volume|Volumes]] will be ejected to make room for incoming [[object:volume|Volumes]]. Using the minimum requirements [[cli:tmss10librarymanager|TMSS10LibraryManager]] will attempt to load the required Scratch [[object:volume|Volumes]] for the managed Repository, based off the Repository settings in TapeTrack.  As no Target Repository is set, no [[object:volume|Volumes]] will be ejected to make room for incoming [[object:volume|Volumes]].
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.1586483770.txt.gz · Last modified: 2025/01/21 22:07 (external edit)