TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cli:tmss10batchslotallocation

This is an old revision of the document!


 
 

TMSS10BatchSlotAllocation

TMSS10BatchSlotAllocation exports to file via stdout and imports Slot Allocation information using JSON file structure via stdin.

Synopsis

TMSS10BatchSlotAllocation -C [customer-id] -M [media-id] -R [repository-id] -S [logon string] -c [config file]
-i [import]

Options

  • -C Customer-ID filter.
  • -M Media-ID filter.
  • -R Repository-ID filter.
  • -S The Logon string argument sets the Server Logon Information
  • -c The config file argument specifies the path to the Batch Configuration File. The Batch Configuration File allows you to perform advanced traversal of Customer, Media and Volumes, perform advanced Barcode pre and post processing and route program output to syslogd. Configuration File capabilities vary from program to program but the syntax remains the same. In the event that logic is not supported it will simply be ignored.
  • -i Import (otherwise export) default = false (export)

Technical Support

The TapeTrack Software is commercially supported by a full time help desk staff.

If you are experiencing problems or want some advice on how to configure or use the product please see the Accessing Technical Support page.

Exit Statuses

zero Program has ended successfully.
non-zero Program has not ended successfully.

Files

stdout: Output Reports.
stderr: Diagnostic messages.
stdin: Program input.

Example

Output current Volume Slot information to file current_slot.txt for Customer-ID US01, Media-ID LTO and Repository-ID OFFS.

TMSS10BatchSlotAllocation -S username:-password@serveraddress -C "US01" -M "LTO" -R "OFFS" > current_slot.txt 2> stderr.txt

Import Volume Slot information from file current_slot.txt for Customer-ID US01, Media-ID LTO and Repository-ID OFFS.

TMSS10BatchSlotAllocation -S username:-password@serveraddress -C "US01" -M "LTO" -R "OFFS" -i < current_slot.txt 

cli/tmss10batchslotallocation.1583715909.txt.gz · Last modified: 2025/01/21 22:07 (external edit)