cookbook:library_manager
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cookbook:library_manager [2020/04/08 06:12] – [Add Command Line Code to Scheduled File] Scott Cunliffe | cookbook:library_manager [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Managing Scratch Volumes With TMSS10LibraryManager ====== | ====== Managing Scratch Volumes With TMSS10LibraryManager ====== | ||
- | TMSS10LibraryManager is used to automatically manage Scratch Volume levels for your Backup Library. | + | [[cli: |
- | Steps to manage: | + | Steps to set up management: |
* Set Library Repository Capacities. | * Set Library Repository Capacities. | ||
* Set Scratch Repository preferences. | * Set Scratch Repository preferences. | ||
- | * Designate a Target Repository to eject Library | + | * Designate a Target Repository to eject Library |
* Create a batch file | * Create a batch file | ||
* Schedule batch file to run automatically | * Schedule batch file to run automatically | ||
Line 16: | Line 16: | ||
For this example we will use Customer-ID US01 and Media-ID LTO along with the Repository-ID LIBR. | For this example we will use Customer-ID US01 and Media-ID LTO along with the Repository-ID LIBR. | ||
- | Right click on the Repository, or double click, | + | {{customer_tree_us01.png}} |
+ | |||
+ | Right click on the Repository and select | ||
+ | |||
+ | {{select_repository_properties.png}} | ||
+ | |||
+ | Select | ||
+ | |||
+ | {{repository_properties_options.png}} | ||
Towards the bottom, expand the Capacity section by clicking on the + sign. | Towards the bottom, expand the Capacity section by clicking on the + sign. | ||
- | In the field '' | + | In the field '' |
+ | |||
+ | In the field '' | ||
- | In the field '' | + | {{repository_capacity.png}} |
Click '' | Click '' | ||
Line 28: | Line 38: | ||
===== Set Scratch Repository Preferences ===== | ===== Set Scratch Repository Preferences ===== | ||
- | From the other Repositories within the Customer' | + | From the other Repositories within the Customer' |
- | To set the Scratch Priority of a Repository, right click on the selected | + | To set the Scratch Priority of the Repository |
- | In the field '' | + | {{repository_properties_options_rack.png}} |
+ | |||
+ | Select the '' | ||
+ | |||
+ | {{repository_properties_options_tab_rack.png}} | ||
+ | |||
+ | In the field '' | ||
+ | |||
+ | {{repository_properties_options_rack_scratch.png}} | ||
Click '' | Click '' | ||
Line 45: | Line 63: | ||
Select '' | Select '' | ||
+ | |||
+ | {{save_batch_file.png}} | ||
Click Save to create the batch file. | Click Save to create the batch file. | ||
Line 54: | Line 74: | ||
- | * Program call TMSS10LibraryManager | + | * Program call [[cli: |
- | * Logon string (-S user: | + | * [[cli: |
- | * Customer-ID (-C XXXX). | + | * [[object: |
- | * Media-ID (-M XXXX). | + | * [[object: |
- | * Repository-ID to manage (-R XXXX). | + | * [[object: |
- | Using the minimum requirements TMSS10LibraryManager will attempt to load the required Scratch Volumes for the managed Repository, based off the Repository settings in TapeTrack. | + | Using the minimum requirements |
+ | |||
+ | If Notepad is still open, type the code below, replacing the login values, Customer-ID, | ||
+ | |||
+ | {{open_batch_file.png}} | ||
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: | TMSS10LibraryManager -S user: | ||
- | </sxh> | + | </code> |
=== Additional options include === | === Additional options include === | ||
- | * Target Repository to eject Volumes to (-T XXXX). | + | * Target Repository to eject [[object: |
- | * Volume Selection Filter to include only Volumes that match (-V). A filter of *L6 will prune the list of all available Volumes to only those that end in L6, eg. 100100L6. | + | * [[object: |
* Configuration file (-c). | * Configuration file (-c). | ||
- | * Volume ejection exclusion filter (-e). A filter value of *L5 will exclude all Volumes that end in L5 from being ejected from the Library, eg 100100L5. | + | * [[object: |
- | * Minimum free slots required in Repository (-f). This value is used to calculate how many Volumes will need to be ejected to make room for the required Scratch Volumes and still maintain the set number of empty slots in the Library. | + | * Minimum free slots required in Repository (-f). This value is used to calculate how many [[object: |
- | * Repository Scratch order override (-r). Allows you to override the Scratch Priority set through TapeMaster. | + | * Repository Scratch order override (-r). Allows you to override the Scratch Priority set through TapeMaster. |
- | * Minimum Scratch Volumes required in Repository (-s). Allows you to override the minimum Scratch Volume number set in TapeMaster | + | * Minimum Scratch |
- | Using the example Customer-ID US01 and Media-ID LTO along with the Repository-ID LIBR, along with specifying the Repository OFFS to eject any Volumes to. Allow 5 free slots in the Library with a minimum 8 Scratch Volumes, ensuring no L5 Volumes are ejected. | + | Using the example Customer-ID US01, Media-ID LTO, Repository-ID LIBR, along with specifying the Repository OFFS to eject any [[object: |
- | <sxh> | + | <code> |
TMSS10LibraryManager -S user: | TMSS10LibraryManager -S user: | ||
- | </sxh> | + | </code> |
=== Redirecting output to file === | === Redirecting output to file === | ||
- | TMSS10LibraryManager outputs, by default, reports to standard out and diagnostic information to standard error. | + | [[cli: |
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: | TMSS10LibraryManager -S user: | ||
- | </sxh> | + | </code> |
+ | |||
+ | ==== Schedule Batch File ==== | ||
+ | |||
+ | On Windows, [[technote: | ||
+ | |||
+ | Tasks, such as [[cli: | ||
+ | |||
+ | See [[technote: | ||
cookbook/library_manager.1586326357.txt.gz · Last modified: 2025/01/21 22:07 (external edit)