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/11 00:35] – [Disable The Replication Subsystem Via Registry Edit] 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> | + | <note warning> |
Do not edit the registry unless you are competent to do so.</ | Do not edit the registry unless you are competent to do so.</ | ||
Line 34: | Line 38: | ||
Double click on the '' | Double click on the '' | ||
- | At the end of the Value data string, add '' | + | At the end of the Value data string, add '' |
+ | |||
+ | {{registry_edit_x_addition.png}} | ||
Click '' | Click '' | ||
Line 40: | Line 46: | ||
Close the Registry Editor. | Close the Registry Editor. | ||
- | Stop and then restart the TapeTrack service to update the changes. | + | [[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}} | ||
technote/disable_replication.1583886933.txt.gz · Last modified: 2025/01/21 22:07 (external edit)