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 04:08] – [Set Library Capacities] 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 '' | ||
+ | |||
+ | {{repository_capacity.png}} | ||
+ | |||
+ | Click '' | ||
+ | |||
+ | ===== Set Scratch Repository Preferences ===== | ||
+ | |||
+ | From the other Repositories within the Customer' | ||
+ | |||
+ | To set the Scratch Priority of the Repository your Scratch [[object: | ||
+ | |||
+ | {{repository_properties_options_rack.png}} | ||
+ | |||
+ | Select the '' | ||
+ | |||
+ | {{repository_properties_options_tab_rack.png}} | ||
+ | |||
+ | In the field '' | ||
+ | |||
+ | {{repository_properties_options_rack_scratch.png}} | ||
+ | |||
+ | Click '' | ||
+ | |||
+ | ===== Create a Scheduled File ===== | ||
+ | |||
+ | ==== Windows Batch File ==== | ||
+ | |||
+ | Open a new Notepad file and click File > Save As to open up the File Save dialog. | ||
+ | |||
+ | Save the file under and appropriate name, such as runTMSSLibraryManager.bat | ||
+ | |||
+ | Select '' | ||
+ | |||
+ | {{save_batch_file.png}} | ||
+ | |||
+ | Click Save to create the batch file. | ||
+ | |||
+ | |||
+ | ==== Add Command Line Code to Scheduled File ==== | ||
+ | |||
+ | === Minimum requirements for the Command Line code include: === | ||
+ | |||
+ | |||
+ | * Program call [[cli: | ||
+ | * [[cli: | ||
+ | * [[object: | ||
+ | * [[object: | ||
+ | * [[object: | ||
+ | |||
+ | Using the minimum requirements [[cli: | ||
+ | |||
+ | 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: | ||
+ | < | ||
+ | TMSS10LibraryManager -S user: | ||
+ | </ | ||
+ | |||
+ | === Additional options include === | ||
+ | |||
+ | * Target Repository to eject [[object: | ||
+ | * [[object: | ||
+ | * Configuration file (-c). | ||
+ | * [[object: | ||
+ | * 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. | ||
+ | * Minimum Scratch [[object: | ||
+ | |||
+ | Using the example Customer-ID US01, Media-ID LTO, Repository-ID LIBR, along with specifying the Repository OFFS to eject any [[object: | ||
+ | |||
+ | < | ||
+ | TMSS10LibraryManager -S user: | ||
+ | </ | ||
+ | |||
+ | |||
+ | === Redirecting output to file === | ||
+ | |||
+ | [[cli: | ||
+ | |||
+ | To redirect the reports to LibraryManager_Reports_stdout.txt and diagnostic information to LibraryManager_Diagnostic_stderr.txt. | ||
+ | |||
+ | < | ||
+ | TMSS10LibraryManager -S user: | ||
+ | </ | ||
+ | |||
+ | ==== Schedule Batch File ==== | ||
+ | |||
+ | On Windows, [[technote: | ||
+ | |||
+ | Tasks, such as [[cli: | ||
+ | |||
+ | See [[technote: | ||
+ | |||
+ | |||
- | In the field '' | ||
- | Click '" | ||
- | ===== Set Scratch Repository ===== | ||
cookbook/library_manager.1586318930.txt.gz · Last modified: 2025/01/21 22:07 (external edit)