TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:config_file

This is an old revision of the document!


Technical Note: Configuration File

Modifying config file in TapeMaster and Lite to remove slot display.

This modification alters the way TapeMaster and/or Lite display the slotted volumes location. it is also a local modification, which means it only affects the local installation of TapeMaster and Lite, so will need to be executed on all local machines you want to alter the display on.

As it is a local modification it has no effect on the data stored in the database.

Open TMSSMaster.cfg in a plain text editor such as Notepad. TMSSMaster.cfg can be found in the TapeTrack/TapeMaster install directory (default C:\Program Files\TapeTrack\TapeTrack TapeMaster).

Locate the section variables

Remove comment tags /* & */ from above and below variables.

Change the line of code
TMSSLEVELNAMES = “A,B,C”;
to
TMSSNOLEVELSLOT = “true”;

and save file

Make sure that you have sufficient rights to save file to directory and to save as TMSS10Master.cfg and not as a text file.

To check the modification was successful, login to TapeMaster and open slotted media to check display of volume location is now restricted to Zone and shelf as illustrated by the images below..

Before modification - displaying Zone, shelf and slot.

After modification - displaying Zone and shelf only.


Open TMSSLite.cfg in Notepad

image.png

Remove comment tags /* & */ from above and below variables.

Change TMSSLEVELNAMES = “A,B,C”; to TMSSNOLEVELSLOT = “true”;

And save file

image.png

technote/config_file.1528945269.txt.gz · Last modified: 2025/01/21 22:07 (external edit)