TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cli:tmss10mirror

This is an old revision of the document!


 
 

TMSS10Mirror

Synopsis

TMSS10Mirror [-P phases] [-S logon string] [-c configuration file]

Description

TMSS10Mirror will replicate location information from one TapeTrack server to another.

Options

  • -P Phases to execute.
  • -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.

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

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

Environment

Files

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

Example

Config File

mirror.cfg contains the IP address of the mirror server as well as the user/password to login in.

traversal =
{
   customer = 
   (
      {
         id = "*";
         media =
         (
            {
                id = "*";
                remote = 
                { 
                    address="mirror_server.tapetrack.com"; 
                    userid="mirror_user"; 
                    password="mirror_password";
                };
             }
         );
      }
   );
};

Command line syntax

TMSS10Mirror -S user:-password@server -c "C:\Program Files\TapeTrack\TapeTrack Framework Server\etc\mirror.cfg" 

Output

The output of the TapeTrack Library Manager program is described in detail on the page Mirror Reports

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