TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


lite:config_file

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
lite:config_file [2019/08/13 23:02] – [Disable Speech] Scott Cunliffelite:config_file [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 3: Line 3:
 The TMSSLite.cfg file allows TapeTrack administrators to customize the end-user experience for Lite users. You can insert, remove, and change the names  of the tasks in the **Tape Management Task Menu**, limit functions of a [[object:repository|Repository]], and manage how log files are created and archived. The TMSSLite.cfg file allows TapeTrack administrators to customize the end-user experience for Lite users. You can insert, remove, and change the names  of the tasks in the **Tape Management Task Menu**, limit functions of a [[object:repository|Repository]], and manage how log files are created and archived.
  
-{{:lite:lite_config.png}}+Any modifications made in the config file have only local effects not global.  If you have multiple installations of Lite any modifictions will need to be done on each computer.
  
 +<code>
 +//
 +// Sample TapeTrack Lite Configuration File
 +//
 +options=
 +{
 +   menu= 
 +   (
 +      { 
 +          filter="*Guide*";
 +          hidden=true;
 +      },
 +      { 
 +          filter="*Users*";
 +          hidden=true;
 +      },
 +      { 
 +          filter="*Upload*";
 +          hidden=true;
 +      },
 +      { 
 +          filter="*Outlook*";
 +          hidden=true;
 +          // text="Alternate iCalendar text";
 +      },
 +      {
 +          hidden=true; 
 +          text="Custom Command 1";
 +          //sequence=100;
 +          command="echo hello > out.txt";
 +          filters=( "*this string will be excluded*", "*So will this string*" );
 +      }
 +   );
 +
 +   // file truncated for display purposes
 +</code>
 + 
 +===== Locating The Lite Config File =====
 +
 +The default installation location of TapeTrack Lite is at C:\Program Files\TapeTrack\TapeTrack Lite. This location can be modified at installation to suit your requirements if required.
 +
 +The Lite config file (TMSSLite.cfg) is located in the TapeTrack directory at \TapeTrack\TapeTrack Lite\TMSSLite.cfg
 +
 +<note important>Before modifying the file TMSSLite.cfg make a backup copy in case of any errors</note>
 +
 +Open the file in a plain text editor, such as Notepad.
 ===== Customizing the Library Management Tasks Menu ===== ===== Customizing the Library Management Tasks Menu =====
  
Line 15: Line 61:
 Being a local modification, means it only affects the local installation so will need to be executed on all local machines you want to alter the display on.</note> Being a local modification, means it only affects the local installation so will need to be executed on all local machines you want to alter the display on.</note>
  
-{{:lite:lite_config_menu.png}}+{{lite_config_menu.png}}
  
 There are several commands that can be used under the ''menu'' command: There are several commands that can be used under the ''menu'' command:
   * **<nowiki>//</nowiki>** - a double forward slash indicates a comment. Because of this, anything following a double slash will not be included in the script and will not modify [[desktop:lite|Lite]].   * **<nowiki>//</nowiki>** - a double forward slash indicates a comment. Because of this, anything following a double slash will not be included in the script and will not modify [[desktop:lite|Lite]].
-  * **filter** - filter is used to isolate the pre-existing command that you would like to alter. TapeTrack Filters can be used in this section. For example, the above script uses " filter="*Outlook*"; " to isolate any variable in the Tape Management Task Menu that has the string "Outlook" in it. Due to the fact that "Outlook Integration" is the only Tape Management Task Menu item that has "Outlook" in it, it is the only menu item that will be isolated and changed.+  * **filter** - filter is used to isolate the pre-existing command that you would like to alter. TapeTrack Filters can be used in this section. For example, the above script uses " filter="*Outlook*"; " to isolate any variable in the Tape Management Task Menu that has the String "Outlook" in it. Due to the fact that "Outlook Integration" is the only Tape Management Task Menu item that has "Outlook" in it, it is the only menu item that will be isolated and changed.
   * **hidden** - hidden can either be true or false and will dictate whether or not a Tape Management Task Menu appears in the menu.   * **hidden** - hidden can either be true or false and will dictate whether or not a Tape Management Task Menu appears in the menu.
   * **text** - text indicates what will be displayed in the Tape Management Task Menu in TapeTrack Lite.   * **text** - text indicates what will be displayed in the Tape Management Task Menu in TapeTrack Lite.
Line 34: Line 80:
  
 The following script was used to alter the displayed Tape Management Task Menu: The following script was used to alter the displayed Tape Management Task Menu:
-<sxh plain;>+<code plain;>
       menu=        menu= 
    (    (
Line 59: Line 105:
              //sequence=100;              //sequence=100;
              command="echo hello > out.txt";              command="echo hello > out.txt";
-             filters=( "*this string will be excluded*", "*So will this string*" );+             filters=( "*this String will be excluded*", "*So will this String*" );
       },       },
        {        {
            filter="*Send*";            filter="*Send*";
            hidden=false;            hidden=false;
-           text="Transmit to Offsite Vault";+           text="Send to Offsite Vault";
            sequence=01;            sequence=01;
        },        },
Line 70: Line 116:
            filter="*Recall*";            filter="*Recall*";
            hidden=false;            hidden=false;
-           text="Return from Offsite Vault";+           text="Recall from Offsite Vault";
            sequence=02;            sequence=02;
        },        },
Line 87: Line 133:
    logfile="%HOMEDRIVE%HOMEPATH\\Documents";    logfile="%HOMEDRIVE%HOMEPATH\\Documents";
        
-   </sxh+   </code
        
 The above script provides the necessary components to: The above script provides the necessary components to:
-  * Hide any command with the string Guide, Users, Upload or Outlook. +  * Hide any command with the String Guide, Users, Upload, SCSI, Excel, Library Management, List or Outlook. 
-  * Change the displayed name of the **[[lite:function_send|Send]]** function to **Transmit to Offsite Vault**. +  * Change the displayed name of the **[[lite:function_send|Send]]** function to **Send to Offsite Vault**. 
-  * Place the **Send** function at the top of the drop down list. +  * Place the **Send** function at the top of the drop-down list. 
-  * Change the name of the **[[lite:function_recall|Recall]]** function to **Return from Offsite Vault**. +  * Change the name of the **[[lite:function_recall|Recall]]** function to **Recall from Offsite Vault**. 
-  * Place the **Recall** function second in the drop down list. +  * Place the **Recall** function second in the drop-down list. 
-  * Add a command to the Tape Management Task Menu that runs [[cli:tmss10ping|TMSS10Ping]] for the local TapeTrack Server with the text **Ping TapeTrack Server**.+  * Add a command to the Tape Management Task Menu that runs [[cli:tmss10ping|TMSS10Ping]] for the local TapeTrack Server with the text **Ping TapeTrack Server**.  Replace the server address ''localhost'' with your TapeTrack Framework Server address (dotted IP or DNS) to run the command against your server.
   * Place that command at a low location in the Tape Management Task Menu.   * Place that command at a low location in the Tape Management Task Menu.
   * Change the Save Location for Log Files.   * Change the Save Location for Log Files.
  
-**Note**: the sequence numbers 01 and 02 were used to indicate that they came before the default first sequence number of "10" that is typically assigned to **Scan-In**.+**Note**: the sequence numbers 01 and 02 were used to indicate that they came before the default first sequence number of "10" that is typically assigned to ''Scan-In''.
  
  
 ===Modified Menu View=== ===Modified Menu View===
-{{:lite:lite_config_altered.png}}+{{modified_menu.png}}
  
  
Line 113: Line 159:
  
  
-<sxh plain;> logfile="C:\Users\GazillaByte\Documents\TapeTrack Log Files";</sxh>+<code plain;> logfile="C:\Users\GazillaByte\Documents\TapeTrack Log Files";</code>
  
 Once the log file directory is specified in the configuration file, the log file location screen will no longer be displayed when selecting tasks in TapeTrack Lite. Once the log file directory is specified in the configuration file, the log file location screen will no longer be displayed when selecting tasks in TapeTrack Lite.
Line 123: Line 169:
 For example, if you added the script: For example, if you added the script:
          
-<sxh>     localrepositoryfilter="*LIBR*"; </sxh+<code>     localrepositoryfilter="*LIBR*"; </code
-TapeTrack Lite will only display [[object:repository|Repository-ID's]] containing the string **LIBR**.  +TapeTrack Lite will only display [[object:repository|Repository-ID's]] containing the String **LIBR**.  
  
  
Line 130: Line 176:
 ===== Route Log Files to a Syslogd Service ===== ===== Route Log Files to a Syslogd Service =====
  
-If you have a syslogd service setup, you can configure the TMSSLite.cfg file to have [[desktop:lite|Lite]] send log files to your syslogd server using the **syslogd = ** command. +If you have a syslogd service setup, you can configure the TMSSLite.cfg file to have [[desktop:lite|Lite]] send log files to your syslogd Server using the **syslogd = ** command. 
  
 The TMSSLite.cfg sample file has the following example: The TMSSLite.cfg sample file has the following example:
  
-<sxh>syslogd = { facility="local1"; server="192.168.10.1"; port=514; };</sxh>+<code>syslogd = { facility="local1"; server="192.168.10.1"; port=514; };</code>
  
 <-  ^ lite:starting|Getting Started ^ lite:environmental_variables|Environmental Variables -> <-  ^ lite:starting|Getting Started ^ lite:environmental_variables|Environmental Variables ->
Line 143: Line 189:
  
 Change code Change code
-<sxh>+<code>
    //    //
    // If you're a little put off by a computer telling you about your mistakes you can set disablespeech to true.    // If you're a little put off by a computer telling you about your mistakes you can set disablespeech to true.
    //    //
    // disablespeech=true;    // disablespeech=true;
-   </sxh>+   </code>
        
 to to
        
-<sxh plain;>+<code plain;>
    //    //
    // If you're a little put off by a computer telling you about your mistakes you can set disablespeech to true.    // If you're a little put off by a computer telling you about your mistakes you can set disablespeech to true.
    //    //
    disablespeech=true;    disablespeech=true;
-</sxh>+</code> 
 + 
 +===== Variables ===== 
 + 
 +===== Servers ===== 
 + 
 +===== Allocation ===== 
 + 
 +===== Routing ===== 
 + 
 +===== Barcodes ===== 
 + 
 +===== Notifications ===== 
 + 
 +Lite will display various notifications in the lower right of your display at different times. 
 + 
 +For example when logging on to Lite, a notification will display a welcome message and the last IP address used to logon. 
 + 
 +{{logon_notification.png}} 
 + 
 +By default the notifications section of Lite blocks Library Health Warnings as this notification is more relevant in TapeMaster.   
 + 
 +<code> 
 +notifications =  
 +
 +   filters=  
 +   ( 
 +      {  
 +        title="Library Health Warning"; line1="*"; line2="*"; disable=true; 
 +      } 
 +   ) 
 +}; 
 +</code> 
 + 
 +It is possible to block other notifications, if required, by adding additional blocks of code for the required notifications. For example to remove, or block, the ''Logged-On'' notification modify the ''notifications'' block of code to include the following code. 
 + 
 +<code> 
 +notifications =  
 +
 +   filters=  
 +   ( 
 +      {  
 +        title="Library Health Warning"; line1="*"; line2="*"; disable=true; 
 +      }, 
 +      { 
 +     title="Logged-On"; line1="*"; line2="*"; disable=true; 
 +      } 
 +   ) 
 +}; 
 +</code> 
 + 
 + 
  
lite/config_file.1565737331.txt.gz · Last modified: 2025/01/21 22:07 (external edit)