technote:disable_replication
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
technote:disable_replication [2020/03/10 23:54] – [Disable The Replication Subsystem Via TMSS10ServerHelper] Scott Cunliffe | technote:disable_replication [2025/02/14 05:34] (current) – [Linux] Scott Cunliffe | ||
---|---|---|---|
Line 5: | Line 5: | ||
Disabling the replication subsystem will allow the database to automatically remove any log files that are no longer active. | Disabling the replication subsystem will allow the database to automatically remove any log files that are no longer active. | ||
- | ===== Disable The Replication Subsystem Via TMSS10ServerHelper ===== | + | <note important> |
- | Open the Server Helper by navigating to your TapeTrack install directory and double clicking the file TMSS10ServerHelper.exe, | + | ===== Windows ===== |
+ | |||
+ | ==== Disable The Replication Subsystem Via TMSS10ServerHelper ==== | ||
+ | |||
+ | Open the Server Helper by navigating to your TapeTrack install directory and double clicking the file '' | ||
As the program needs registry access to make any changes, you will receive a popup requesting application permissions. | As the program needs registry access to make any changes, you will receive a popup requesting application permissions. | ||
Line 22: | Line 26: | ||
All redundant dblogs files will now be deleted, this can be checked by navigating to the dblogs directory TapeTrack\TapeTrack Framework Server\var\dblogs. There will now be only one dblog file in the directory. | All redundant dblogs files will now be deleted, this can be checked by navigating to the dblogs directory TapeTrack\TapeTrack Framework Server\var\dblogs. There will now be only one dblog file in the directory. | ||
- | ===== Disable The Replication Subsystem Via Registry Edit ===== | + | ==== Disable The Replication Subsystem Via Registry Edit ==== |
+ | |||
+ | <note warning> | ||
+ | |||
+ | Do not edit the registry unless you are competent to do so.</ | ||
+ | |||
+ | Once you have a current backup of the registry, navigate to '' | ||
+ | |||
+ | {{registry_edit_x.png}} | ||
+ | |||
+ | Double click on the '' | ||
+ | |||
+ | At the end of the Value data string, add '' | ||
+ | |||
+ | {{registry_edit_x_addition.png}} | ||
+ | |||
+ | Click '' | ||
+ | |||
+ | Close the Registry Editor. | ||
+ | |||
+ | [[server: | ||
+ | |||
+ | All redundant dblogs files will now be deleted, this can be checked by navigating to the dblogs directory TapeTrack\TapeTrack Framework Server\var\dblogs. There will now be only one dblog file in the directory. | ||
+ | |||
+ | ===== Linux ===== | ||
+ | |||
+ | Using a linux command window, navigate to / | ||
+ | |||
+ | Open / | ||
+ | |||
+ | edit the function start to include the argument -X as shown in the following code | ||
+ | |||
+ | < | ||
+ | start() | ||
+ | { | ||
+ | echo " | ||
+ | / | ||
+ | RETVAL=0 | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | [[server: | ||
+ | |||
+ | When the Frameworks server restarts all now redundant log files will be automatically deleted. | ||
+ | |||
+ | |||
+ | |||
+ | {{tag> technote replication cli registry server}} | ||
- | {{page>: |
technote/disable_replication.1583884499.txt.gz · Last modified: 2025/01/21 22:07 (external edit)