technote:disable_replication
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
technote:disable_replication [2020/03/10 22:49] – created 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> |
+ | ===== Windows ===== | ||
+ | ==== Disable The Replication Subsystem Via TMSS10ServerHelper ==== | ||
- | ===== Disable The Replication Subsystem Via Registry Edit ===== | + | 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. | ||
+ | |||
+ | {{server_helper_disable_replication.png}} | ||
+ | |||
+ | Once the Server Helper is running: | ||
+ | * From the drop down list, select '' | ||
+ | * Click '' | ||
+ | * Under '' | ||
+ | * Under '' | ||
+ | * Close the Server Helper by clicking the '' | ||
+ | |||
+ | 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 ==== | ||
+ | |||
+ | <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.1583880542.txt.gz · Last modified: 2025/01/21 22:07 (external edit)