TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


sync:installing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sync:installing [2021/06/02 01:03] – created Scott Cunliffesync:installing [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Installing Sync ====== ====== Installing Sync ======
  
 +Linux Framework RPM's have the Sync files built into them.  If you have the Framework Server already installed, the Sync files will be installed in the bin directory.  Check for /bin/TMSS10Sync to confirm.
  
 +Windows will need a separate executable to be installed. 
  
-<- sync:download|Download Sync ^ sync:introduction|introduction ^  ->+======  Installed Components ====== 
 + 
 +The TapeTrack Synchronization Suite comprises the following Command Line Interface (CLI) programs: 
 + 
 +  * [[cli:tmssbatch|TMSSBatch]] 
 +  * [[cli:tmss10csv2fixed|TMSS10CSV2Fixed]] 
 +  * [[cli:tmss10drp_brms|TMSS10DRP_BRMS]] 
 +  * [[cli:tmss10drp_tms|TMSS10DRP_TSM]] 
 +  * [[cli:tmss10drstrategy|TMSS10DRStrategy]] 
 +  * [[cli:tmss10movescratch|TMSS10MoveScratch]] 
 +  * [[cli:tmss10page2csv|TMSS10Page2CSV]] 
 +  * [[cli:tmss10singlespace|TMSS10SingleSpace]] 
 +  * [[cli:tmss10sync|TMSS10Sync]] 
 + 
 +The TapeTrack Synchronization Suite also installs the additional Command Line Interface (CLI) programs: 
 + 
 +  * [[cli:tmss10catalog_networker|TMSS10Catalog_Networker]] 
 +  * [[cli:tmss10downloadfile|TMSS10DownloadFile]] 
 +  * [[cli:tmss10movelist|TMSS10MoveList]] 
 +  * [[cli:tmss10ping|TMSS10Ping]] 
 +  * [[cli:tmss10reconcile|TMSS10Reconcile]] 
 +  * [[cli:tmss10resolve|TMSS10Resolve]] 
 +  * [[cli:tmss10scsi2scanfile|TMSS10SCSI2ScanFile]] 
 +  * [[cli:tmss10uploadfile|TMSS10UploadFile]] 
 +  
 + 
 + 
 + 
 +====== Installation By Operating System ====== 
 + 
 + 
 +Native binaries are available for the following operating systems: 
 + 
 +  * AIX 
 +  * HP UX 
 +  * IBMi (via PASE) 
 +  * Linux (Intel and ARM) 
 +  * Microsoft Windows (64-Bit) 
 +  * Solaris (Intel and SPARC) 
 +  * z/OS (via UNIX System Services) 
 + 
 +===== Windows ===== 
 + 
 +The TapeTrack Sync Software installs automatically via an InstallShield installer. 
 + 
 +Double click the downloaded executable, setup.exe, to start the install. 
 + 
 + 
 +===== AIX, Linux and IBMi ===== 
 + 
 +The software is packaged using Redhat Package Manager (RPM).  
 + 
 +To invoke the installation simply enter the command 
 + 
 +<code>rpm -i tapetrack-clients-2013.3.1.rpm </code> 
 + 
 +<note tip>File name shown is an example only.  Replace with the file name of your downloaded version.</note> 
 + 
 +If you do not have RPM installed on your system a tar archive can be supplied on request. 
 + 
 +===== HP UX ===== 
 + 
 +The software is packaged as a tar archive. 
 + 
 +===== Solaris ===== 
 + 
 +The software is packaged using the Solaris Package Manager.  
 + 
 +To invoke the installation simply enter the command: 
 + 
 +<code> 
 +pkgadd -d TapeTrack-Clients.2013.4.SPARC.pkg  
 +</code> 
 + 
 +<note tip>File name shown is an example only.  Replace with the file name of your downloaded version.</note> 
 + 
 + 
 + 
 +===== z/OS ===== 
 + 
 +The software is packaged as a tar archive and can be installed under USS with the following commands: 
 + 
 +<code> 
 +cd /usr/bin  
 +mkdir /usr/bin/tapetrack  
 +cd /usr/bin/tapetrack  
 +gunzip tapetrack-clients-2013.3-1.s390.tar.gz  
 +tar xvf tapetrack-clients-2013.3-1.s390.tar 
 +</code> 
 + 
 +<note tip>File name shown is an example only.  Replace with the file name of your downloaded version.</note> 
 + 
 + 
 +<- sync:download|Download Sync ^ sync:introduction|introduction ^ sync:prerequisites|Sync Prerequsites ->
sync/installing.1622595797.txt.gz · Last modified: 2025/01/21 22:07 (external edit)