| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| technote:journal_history [2025/01/21 01:11] – [Disabling Journal And Volume History Entries] Scott Cunliffe | technote:journal_history [2026/08/06 03:51] (current) – [Disabling Journal Entries] Scott Cunliffe |
|---|
| ====== Disabling Journal And Volume History Entries ====== | ====== Disabling Journal And Volume History Entries ====== |
| |
| When Volume are added, moved or altered by default TapeTrack adds entries to the journal database and historical records for that volume. | When Volumes are added, moved or altered, by default TapeTrack adds entries to the Journal and History databases. |
| |
| If moves are required, for example moving a Volume from one location to another within your racking, journal records would cause the client to be charged for the move that is not billable. Temporarily turning off the journal and/or historical records can bypass this issue. | If you wish to change this behavior you can pass arguments to the TapeTrack Server to completely disable this logging, or selectively disable this logging for specific Customers. |
| |
| <note warning>We strongly recommend against ever using this feature to do anything other than disabling the journal because you don't use it. | \\ |
| |
| If you do use this function, it is important to disable it as soon as possible</note> | <note warning> |
| | We strongly recommend against ever using this feature unless you: |
| | * do not use the Journal facilities and want to save overhead and disk space, or |
| | * have a very specific need to perform operations without Volume History being created. |
| | **We strongly recommend that you never do this.** |
| | |
| | ---- |
| | |
| | **When this feature is used a record will be written to the Journal to record that it has been used.**</note> |
| | |
| | <note important>Please read and ensure you understand all the information on this page and the processes in play before you implement these features</note> |
| ===== Disabling Journal Entries ===== | ===== Disabling Journal Entries ===== |
| |
| [[server:start_stop|Stop the Framework Server]]. | [[server:start_stop|Stop the Framework Server]]. |
| |
| <note warning>[[technote:registry_edit|Backup Registry]] before making any alterations. | <note warning>[[technote:registry_edit|Backup Registry]] before making any alterations. Do not edit the registry unless you are competent to do so.</note> |
| | |
| Do not edit the registry unless you are competent to do so.</note> | |
| |
| Disabling the journal entries is achieved by adding an attribute to the registry entry for the Framework Sever. Once you have a current backup of the registry, navigate to ''Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\TMSS10SVC'' in Registry Editor. | Disabling the journal entries is achieved by adding an attribute to the registry entry for the Framework Sever. Once you have a current backup of the registry, navigate to ''Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\TMSS10SVC'' in Registry Editor. |
| </code> | </code> |
| |
| Disable journal entries for all Customer US01: | Disable journal entries for Customer US01: |
| <code> | <code> |
| "C:\Program Files\TapeTrack\TapeTrack Framework Server\TMSS10Server.exe" -J US01 | "C:\Program Files\TapeTrack\TapeTrack Framework Server\TMSS10Server.exe" -J US01 |
| </code> | </code> |
| |
| Disable journal entries for all Customers US01 and US03: | |
| <code> | |
| "C:\Program Files\TapeTrack\TapeTrack Framework Server\TMSS10Server.exe" -J "*(US01|US03)" | |
| </code> | |
| |
| [[server:start_stop|Start the Framework Server]]. | [[server:start_stop|Start the Framework Server]]. |
| [[server:start_stop|Stop the Framework Server]]. | [[server:start_stop|Stop the Framework Server]]. |
| |
| <note warning>[[technote:registry_edit|Backup Registry]] before making any alterations. | <note warning>[[technote:registry_edit|Backup Registry]] before making any alterations. Do not edit the registry unless you are competent to do so.</note> |
| | |
| Do not edit the registry unless you are competent to do so.</note> | |
| |
| Disabling the history entries is achieved by adding an attribute to the registry entry for the Framework Sever. Once you have a current backup of the registry, navigate to ''Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\TMSS10SVC'' in Registry Editor. | Disabling the history entries is achieved by adding an attribute to the registry entry for the Framework Sever. Once you have a current backup of the registry, navigate to ''Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\TMSS10SVC'' in Registry Editor. |
| </code> | </code> |
| |
| Disable history entries for all Customer US01: | Disable history entries for Customer US01: |
| <code> | <code> |
| "C:\Program Files\TapeTrack\TapeTrack Framework Server\TMSS10Server.exe" -H US01 | "C:\Program Files\TapeTrack\TapeTrack Framework Server\TMSS10Server.exe" -H US01 |
| </code> | </code> |
| |
| Disable history entries for all Customers US01 and US03: | |
| <code> | |
| "C:\Program Files\TapeTrack\TapeTrack Framework Server\TMSS10Server.exe" -H "*(US01|US03)" | |
| </code> | |
| |
| [[server:start_stop|Start the Framework Server]]. | [[server:start_stop|Start the Framework Server]]. |
| </code> | </code> |
| |
| Disable journal entries for all Customers US01 and US03: | |
| <code> | |
| "C:\Program Files\TapeTrack\TapeTrack Framework Server\TMSS10Server.exe" -J "*(US01|US03)" -H "*(US01|US03)" | |
| </code> | |
| |
| [[server:start_stop|Start the Framework Server]]. | [[server:start_stop|Start the Framework Server]]. |
| [[server:start_stop|Start the Framework Server]]. | [[server:start_stop|Start the Framework Server]]. |
| |
| {{tag> technote registry server new_feature}} | {{tag> technote journal registry server new_feature}} |