TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:upgrading

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:upgrading [2020/10/11 23:50] – [TMSS10Sync] Scott Cunliffetechnote:upgrading [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 25: Line 25:
 You will also need to schedule a time to perform the upgrade as you will need to shut down the Framework Server so consideration will need to be given to when any Syncs are scheduled or Customers may be accessing the data. You will also need to schedule a time to perform the upgrade as you will need to shut down the Framework Server so consideration will need to be given to when any Syncs are scheduled or Customers may be accessing the data.
  
-For detailed information see [[technote:upgrade_server|Upgrade Server]].+For detailed information see [[technote:upgrade_server|Upgrading Server]]. 
 + 
 +<note important>Always backup the TapeTrack database and any Sync or Server Utilities scripts before any upgrades are performed</note>
  
 ====== Other Considerations ====== ====== Other Considerations ======
  
-===== TMSS10Sync ===== 
  
-If you are synchronizing TapeTrack with your Libraries, chances are you are using TMSS10Sync to do it. 
- 
-This program is usually installed on the same server as your TapeTrack Framework Server, default installation location is <nowiki>C:\Program Files\TapeTrack\TapeTrack Sync</nowiki>, although the location can be where ever was specified at installation, so if it is not in that location you will need to ascertain where it was installed, the next likely location would be <nowiki>D:\Program Files\TapeTrack\TapeTrack Sync</nowiki>. 
- 
-TMSS10Sync works in a 3 step process: 
-  * Extract data from your Library 
-  * Process the data in TapeTrack 
-  * Report on the result of the Sync 
- 
-As well as optionally emailing the results, if set up to do so. 
- 
-  
  
  
Line 49: Line 38:
 If you are upgrading your hardware, Virtual Server or migrating to the Cloud there is a possibility of the MAC address of your server changing.   If you are upgrading your hardware, Virtual Server or migrating to the Cloud there is a possibility of the MAC address of your server changing.  
  
-As your TapeTrack license is based off your Owner name, Expiry date and the MAC address, the current license key will become invalid if any of these alter.+As your TapeTrack License Key is based off your Owner name, Expiry date and the MAC address, the current License Key will become invalid if any of these alter.
  
-If your server has internet access, you can apply for a temporary license, which will allow your to start using TapeTrack immediately, as well as give you two weeks grace period to contact the support desk for a permanent key based off your true license expiry date.+If your server has internet access, you can apply for a Temporary License Key, which will allow your to start using TapeTrack immediately, as well as give you two weeks grace period to contact the support desk for a Permanent Key based off your true License expiry date.
  
 [[master:temporary_license|Get Temporary License]] [[master:temporary_license|Get Temporary License]]
Line 57: Line 46:
 If you don't have internet access, you will need to apply for a Permanent license to regain access to TapeTrack. If you don't have internet access, you will need to apply for a Permanent license to regain access to TapeTrack.
  
-Letting support know your upgrade plans will allow a TapeTrack technician to be available to assist in cutting a new software key and License installation to get you back up and running as quickly as possible.+Letting support know your upgrade plans will allow a TapeTrack technician to be available to assist in cutting a new Software Key and License installation to get you back up and running as quickly as possible.
  
 [[master:full_license|Get Full License]] [[master:full_license|Get Full License]]
Line 64: Line 53:
  
 {{license.png}} {{license.png}}
 +
 ===== Windows AD Login ===== ===== Windows AD Login =====
  
Line 77: Line 67:
  
 {{user_identity.png}} {{user_identity.png}}
 +
 +===== TMSS10Sync =====
 +
 +If you are synchronizing TapeTrack with your Libraries, chances are you are using TMSS10Sync to do it.
 +
 +This program is usually installed on the same server as your TapeTrack Framework Server, default installation location is <nowiki>C:\Program Files\TapeTrack\TapeTrack Sync</nowiki>, although the location can be where ever was specified at installation, so if it is not in that location you will need to ascertain where it was installed, the next likely location would be <nowiki>D:\Program Files\TapeTrack\TapeTrack Sync</nowiki>.
 +
 +TMSS10Sync works in a 3 step process:
 +  * Extract data from your Library
 +  * Process the data in TapeTrack
 +  * Report on the result of the Sync
 +
 +As well as optionally emailing the results, if set up to do so.
 +
 +Within the TapeTrack Sync will be several folders:
 +  * bin
 +    * Contains the executables, these files will be created when installing TMSS10Sync on the new server so don't need to be backed up.
 +  * etc
 +    * In a standard installation this folder will contain your ttidef file.  This file is used to translate the information imported from your libraries to a format for inputting into TapeTrack. This file is customised for your system and you will need to back this up and place it in the same folder on the new installation.
 +  * reports
 +    * Output from the Sync process is normally saved to this directory, while not required for the new installation, you may wish to backup these reports if you archive them or will need to reference them in the future for any reason.
 +  * scripts
 +    * This folder will contain one or several batch files that execute the Sync process.  These files are custom for your Sync and will need to be backed up and and place it in the same folder on the new installation.
 +  * var
 +    * On installation the var folder contains a sample CSV file, as an example on how to import data into TapeTrack.  If this is the only file in this folder you will not need to back it up, it will be created with the new installation.  If you have other customised files in this directory you will need to back them up and place in the same directory on the new installation.
 +
 +Almost all installation of TMSS10Sync have the code to execute the program contained within a batch file that is executed by Windows Scheduler, or another scheduler, that runs the Sync at a pre-set schedule.  Take note of the files that are executed by the scheduler as well as permissions, execution time and execution repetition so you can recreate this automation on the new installation.
 +
 +Remember to check the batch files and update the User-ID, password and/or server address if any of these values have been changed. This will be in the format <nowiki>-S user:-password@Server</nowiki> More details on the Server Argument can be viewed at [[cli:server_argument|Server Argument]].
 +
 +As well as updating any parameters involved in emailing the output files if required.
 +
 + 
  
 ===== Server Utilities ===== ===== Server Utilities =====
  
 +TapeTrack Server Utilities are a collection of executables used for automating tasks and creating reports.  These files, while able to be executed manually are usually via batch script and scheduled automation.
 +
 +The Server Utilities executables will all be created by the installation of the Server Utilities installer.
 +
 +Any batch file scripts that reside in the Server Utilities directories will need to be backed up and placed in the same folders on the new installation.
 +
 +As the Server Utilities can be run also be run from client side computers, any alteration to the User-ID and passwords as well as the Server address (or IP) will need to be upgraded in the batch file code. 
 +
 + 
 ===== Domains ===== ===== Domains =====
  
-DNS  +If you are changing the Windows Domain you will need to: 
-Email server+  * Create a new User-ID for each user that logs in using the Windows AD feature of TapeTrack if their Windows User-ID is altered in the process as TapeTrack User-ID's much match the Windows AD username to access this function. 
 +  * Update connection attributes in TapeTrack Client software if the connection details to the Framework Server alter. 
 + 
 +===== Email server ===== 
 + 
 + 
 +===== Migrating To The Cloud ===== 
 + 
 +Migrating to the Cloud, TapeTrack will function the same as installed on your own hardware except for the Windows AD login function. 
 + 
 +Each user will need to have a password, stored in the TapeTrack Server, for authentication when logging in. 
 + 
 +This will mean Users will no longer need to check the ''No MD5'' checkbox on the login screen. 
 + 
 +If you have the ''Active Domain'' and ''Require AD Group'' selected in the Users ''Identity'' tab, you will need to remove the ''Active Domain'' and set 'Require AD Group'' to false  
 + 
 +{{user_identity_ad.png}}
  
 ===== Visual Runtime ===== ===== Visual Runtime =====
  
 +TapeTrack utilizes Microsoft Visual Runtime Libraries to minimize the size of the executables as well as take advantage of Microsoft Security updates for these components, without the need for you to update TapeTrack each time such an update is available.  It also stops multiple installations of the same DLL files as they can be shared by multiple applications and ensures you get the most up to date version at the time of installation.
 +
 +If you are upgrading your operating system or your version of TapeTrack, you may need to download and install the relevant version of Visual Runtime to match.  The TapeTrack installer will check for the presence of the required Visual Runtime and notify you if this component is required to be downloaded and installed as part of the installation.  If you don't receive a popup prompting to install the Visual Runtime package, TapeTrack installer has confirmed it is already installed.
 +
 +If you need to install the Visual Runtime Package, instructions can be viewed [[technote:visual_c_runtime|here]].
 +
 +The latest supported releases can be downloaded from [[https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads|Microsoft Visual C++ downloads]]
 +
 +{{tag>technote visual_c}}
  
  
technote/upgrading.1602460253.txt.gz · Last modified: 2025/01/21 22:07 (external edit)