cli:tmss10slotallocation
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cli:tmss10slotallocation [2020/01/27 22:46] – [Sample Script] Scott Cunliffe | cli:tmss10slotallocation [2025/07/04 04:49] (current) – [Sample Script] Scott Cunliffe | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ===== Options ===== | ===== Options ===== | ||
| + | * '' | ||
| + | *'' | ||
| + | * '' | ||
| + | |||
| + | |||
| + | {{page> | ||
| ===== Technical Support ===== | ===== Technical Support ===== | ||
| Line 14: | Line 20: | ||
| If you are experiencing problems or want some advice on how to configure or use the product please see the [[common: | If you are experiencing problems or want some advice on how to configure or use the product please see the [[common: | ||
| + | |||
| + | ===== Exit Statuses ===== | ||
| + | |||
| + | - **zero** Program has ended successfully. | ||
| + | - **non-zero** Program has not ended successfully. | ||
| ===== Sample Script ===== | ===== Sample Script ===== | ||
| - | A sample slotting script to execute TMSS10SlotAllocation can be found in your TapeTrack Install at TapeTrack\TapeTrack Framework Server\scripts | + | A sample slotting script to execute TMSS10SlotAllocation can be found in your TapeTrack Install at TapeTrack\TapeTrack Framework Server\scripts\Slotting.bat |
| This script will allocate a Volume to a vacant Slot that is in a location eligible for slotting. | This script will allocate a Volume to a vacant Slot that is in a location eligible for slotting. | ||
| - | While it is possible to execute this scrip manually when required, it is recommended that this script be scheduled to run every 5 minutes. | + | You will need to edit the variable TTSERVER to reflect your username, password and server address if any of these values are updated (eg if you set a password value for tapemaster, or you want to use another User-ID to run the script). |
| + | |||
| + | While it is possible to execute this script | ||
| Sample Script | Sample Script | ||
| - | <sxh> | + | <code> |
| @echo off | @echo off | ||
| :: | :: | ||
| Line 40: | Line 53: | ||
| cd " | cd " | ||
| + | :: | ||
| + | :: set the Server logon string | ||
| + | :: | ||
| set TTSERVER=tapemaster: | set TTSERVER=tapemaster: | ||
| + | :: | ||
| + | :: execute TMSS10SlotAllocation and write output to the reports directory | ||
| + | :: | ||
| TMSS10SlotAllocation -S %TTSERVER% > " | TMSS10SlotAllocation -S %TTSERVER% > " | ||
| - | </sxh> | + | </code> |
| + | |||
| + | ===== See Also===== | ||
| + | |||
| + | [[technote/ | ||
| - | ===== Changelog | + | --> |
| [filterrss http:// | [filterrss http:// | ||
| + | <-- | ||
| <- ^ cli: | <- ^ cli: | ||
cli/tmss10slotallocation.1580165204.txt.gz · Last modified: 2025/01/21 22:07 (external edit)
