TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:disable_replication

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
technote:disable_replication [2022/03/03 00:38] Scott Cunliffetechnote:disable_replication [2025/02/14 05:34] (current) – [Linux] Scott Cunliffe
Line 52: Line 52:
 ===== Linux ===== ===== Linux =====
  
-{{tag> technote replication cli registry}}+Using a linux command window, navigate to /etc/init.d/ 
 + 
 +Open /etc/init.d/tapetrack with a text editor such as vi 
 + 
 +edit the function start to include the argument -X as shown in the following code 
 + 
 +<code> 
 +start() 
 +
 +        echo "Starting TapeTrack" 
 +        /usr/sbin/TMSS10 -X -R /var/run/tapetrack.pid & 
 +        RETVAL=0 
 +
 +</code> 
 + 
 +[[server:start_stop#linux|Stop and restart]] the server to implement the changes. 
 + 
 +When the Frameworks server restarts all now redundant log files will be automatically deleted. 
 + 
 + 
 + 
 +{{tag> technote replication cli registry server}}
  
technote/disable_replication.1646267894.txt.gz · Last modified: 2025/01/21 22:07 (external edit)