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/12 00:35] – [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 ======
 +
 +
 +
 +
 +===== TapeTrack License =====
 +
 +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 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 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]]
 +
 +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.
 +
 +[[master:full_license|Get Full License]]
 +
 +Taking a screen shot of your TapeTrack License before your upgrade will help with noting the Owner name, and your current expiry date.
 +
 +{{license.png}}
 +
 +===== Windows AD Login =====
 +
 +If you, and other users, use Windows Active Directory integration to log into TapeTrack your User Identity in TapeTrack mirrors your Windows AD user name.
 +
 +If your upgrade is moving your users to another domain, or altering your Windows AD username the TapeTrack usernames will need to be updated to match.
 +
 +As a User-ID in TapeTrack cannot be edited, you will need to create new User-ID's for each User to match your new Domain name, as well as updating the new AD domain in the User's Identity tab.
 +
 +If you wish to maintain previous User-ID's for audit, or any other, purposes instead of deleting the User-ID's, they can be disabled in the User's Identity tab.  This will make the User-ID inactive and stop any further access.
 +
 +See [[master:user|Add New User]] on information to add new Users or access User Identity tab.
 +
 +{{user_identity.png}}
  
 ===== TMSS10Sync ===== ===== TMSS10Sync =====
Line 52: Line 91:
     * 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.     * 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   * var
-    * On installation this 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.+    * 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. 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]]. 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 =====
  
-===== TapeTrack License =====+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.
  
-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 +The Server Utilities executables will all be created by the installation of the Server Utilities installer.
  
-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.+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.
  
-If your server has internet access, you can apply for a temporary licensewhich 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.+As the Server Utilities can be run also be run from client side computersany 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
  
-[[master:temporary_license|Get Temporary License]]+  
 +===== Domains =====
  
-If you don't have internet access, you will need to apply for Permanent license to regain access to TapeTrack.+If you are changing the Windows Domain you will need to
 +  * Create 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.
  
-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.+===== Email server =====
  
-[[master:full_license|Get Full License]] 
  
-Taking a screen shot of your TapeTrack License before your upgrade will help with noting the Owner name, and your current expiry date.+===== Migrating To The Cloud =====
  
-{{license.png}} +Migrating to the Cloud, TapeTrack will function the same as installed on your own hardware except for the Windows AD login function.
-===== Windows AD Login =====+
  
-If you, and other users, use Windows Active Directory integration to log into TapeTrack your User Identity in TapeTrack mirrors your Windows AD user name.+Each user will need to have a password, stored in the TapeTrack Server, for authentication when logging in.
  
-If your upgrade is moving your users to another domain, or altering your Windows AD username the TapeTrack usernames will need to be updated to match.+This will mean Users will no longer need to check the ''No MD5'' checkbox on the login screen.
  
-As a User-ID in TapeTrack cannot be edited, you will need to create new User-ID's for each User to match your new Domain name, as well as updating the new AD domain in the User's Identity tab.+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 
  
-If you wish to maintain previous User-ID's for audit, or any other, purposes instead of deleting the User-ID's, they can be disabled in the User's Identity tab.  This will make the User-ID inactive and stop any further access.+{{user_identity_ad.png}}
  
-See [[master:user|Add New User]] on information to add new Users or access User Identity tab.+===== Visual Runtime =====
  
-{{user_identity.png}}+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.
  
-===== Server Utilities =====+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.
  
-===== Domains =====+If you need to install the Visual Runtime Package, instructions can be viewed [[technote:visual_c_runtime|here]].
  
-DNS  +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]]
-Email server +
- +
-===== Visual Runtime =====+
  
 +{{tag>technote visual_c}}
  
  
technote/upgrading.1602462900.txt.gz · Last modified: 2025/01/21 22:07 (external edit)