Both sides previous revisionPrevious revisionNext revision | Previous revision |
cookbook:library_manager [2020/04/10 01:55] – [Managing Scratch Volumes With TMSS10LibraryManager] Scott Cunliffe | cookbook:library_manager [2025/01/21 22:07] (current) – external edit 127.0.0.1 |
---|
===== Set Scratch Repository Preferences ===== | ===== Set Scratch Repository Preferences ===== |
| |
From the other Repositories within the Customer's Media Type, decide the Repositories that Scratch [[object:volume|Volumes]] should be harvested from and in what order. The higher the Scratch Priority the more preference it is given for Scratch selection. Any Repository with a Scratch Priority of 0 will not be selected for Scratch [[object:volume|Volume]] selection. | From the other Repositories within the Customer's Media Type, decide the Repositories that Scratch [[object:volume|Volumes]] should be harvested from and in what order. The higher the Scratch Priority the more preference it is given for Scratch selection. Any Repository with a Scratch Priority of 0 will not be used for Scratch [[object:volume|Volume]] selection. |
| |
To set the Scratch Priority of the Repository your Scratch [[object:volume|Volumes]] will be selected from, right click on the required Repository and select ''Properties''. | To set the Scratch Priority of the Repository your Scratch [[object:volume|Volumes]] will be selected from, right click on the required Repository and select ''Properties''. |
| |
* 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]]. |
| |
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 === |
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> |
| |
| |
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 ==== |