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 23:27] – [Sample Script] Scott Cunliffe | cli:tmss10slotallocation [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 12: | Line 12: | ||
*'' | *'' | ||
* '' | * '' | ||
+ | |||
+ | |||
+ | {{page> | ||
===== Technical Support ===== | ===== Technical Support ===== | ||
Line 31: | Line 34: | ||
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). | 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 scrip manually when required, it is recommended that this script be scheduled to run every 5 minutes. | + | While it is possible to execute this script |
Sample Script | Sample Script | ||
- | <sxh> | + | <code> |
@echo off | @echo off | ||
:: | :: | ||
Line 50: | 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> |
- | ===== Changelog | + | --> |
[filterrss http:// | [filterrss http:// | ||
+ | <-- | ||
<- ^ cli: | <- ^ cli: |
cli/tmss10slotallocation.1580167642.txt.gz · Last modified: 2025/01/21 22:07 (external edit)