lite:config_file
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
lite:config_file [2021/09/02 01:14] – [Lite Configuration File] Scott Cunliffe | lite:config_file [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 31: | Line 31: | ||
}, | }, | ||
{ | { | ||
- | hidden=true; | + | |
- | | + | text=" |
- | | + | // |
- | | + | command=" |
- | | + | filters=( "*this string will be excluded*", |
} | } | ||
); | ); | ||
- | // | + | // |
- | | + | </code> |
- | // | + | |
- | email = [ " | + | ===== 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. |
- | // If you specify a valid logfile value the logfile dialog will not be displayed | + | |
- | // | + | |
- | // logfile=" | + | |
- | // | + | The Lite config |
- | // If you would like to pickup your list files somewhere else then uncomment this. | + | |
- | // | + | |
- | // setlistdirectory=" | + | |
- | + | ||
- | // | + | |
- | // | + | |
- | // | + | |
- | // localrepositoryfilter=" | + | |
- | + | ||
- | // | + | |
- | // You can route all log file data to a syslogd service too... | + | |
- | // | + | |
- | // syslogd = { facility=" | + | |
- | // | + | <note important> |
- | // If you're a little put off by a computer telling you about your mistakes you can set disablespeech to true. | + | |
- | // | + | |
- | // disablespeech=true; | + | |
- | + | ||
- | /* | + | |
- | | + | |
- | | + | |
- | }; | + | |
- | */ | + | |
- | + | ||
- | }; | + | |
- | + | ||
- | /* | + | |
- | servers = | + | |
- | { | + | |
- | | + | |
- | | + | |
- | }; | + | |
- | */ | + | |
- | + | ||
- | //* | + | |
- | //* The Allocation table allows you to automatically assign tapes to a container. | + | |
- | //* | + | |
- | //* The allocation process works like this: | + | |
- | //* | + | |
- | //* 1. If you have an allocation section | + | |
- | //* 2. If a tapes has no container assigned the program will loop through each element looking for a volume scope match | + | |
- | //* 3. If you get a match the program will then look through each available Container looking for a scope match (and looking at container capacity) | + | |
- | //* 4. If you get a match the tape will be automatically assigned to that container | + | |
- | //* 5. If you don't get a match the program will try and look for a container with capacity that has no data cluster. If a Container is found- | + | |
- | //* the container will be assigned that data cluster and the tape will be assigned to that container. | + | |
- | //* | + | |
- | //* Notes: that the datacluster value in the volume and container sections are filters, the value in the assignment is a literal data cluster value - | + | |
- | //* for a datacluster than must pre-exist. | + | |
- | //* | + | |
- | + | ||
- | /* | + | |
- | allocation = | + | |
- | ( | + | |
- | { | + | |
- | | + | |
- | | + | |
- | | + | |
- | }, | + | |
- | { | + | |
- | | + | |
- | | + | |
- | | + | |
- | }, | + | |
- | { | + | |
- | | + | |
- | } | + | |
- | ); | + | |
- | + | ||
- | + | ||
- | routing = | + | |
- | ( | + | |
- | { | + | |
- | | + | |
- | } | + | |
- | ); | + | |
- | */ | + | |
- | + | ||
- | //* | + | |
- | //* You can preprocess barcodes locally before they are sent to the Server for parsing. | + | |
- | //* This allows you to convert a Volume to a fully qualified barcode. | + | |
- | //* You can add as many filter/ | + | |
- | //* | + | |
- | + | ||
- | /* | + | |
- | barcodes= | + | |
- | { | + | |
- | | + | |
- | ( | + | |
- | { filter=" | + | |
- | { filter=" | + | |
- | ); | + | |
- | }; | + | |
- | */ | + | |
- | + | ||
- | //* | + | |
- | //* If you want to disable specific popup notifications you can use uncomment the notifications section | + | |
- | //* | + | |
- | + | ||
- | + | ||
- | notifications = | + | |
- | { | + | |
- | | + | |
- | ( | + | |
- | { | + | |
- | title=" | + | |
- | } | + | |
- | ) | + | |
- | }; | + | |
- | </code> | + | |
+ | Open the file in a plain text editor, such as Notepad. | ||
===== Customizing the Library Management Tasks Menu ===== | ===== Customizing the Library Management Tasks Menu ===== | ||
Line 171: | Line 61: | ||
Being a local modification, | Being a local modification, | ||
- | {{:lite:lite_config_menu.png}} | + | {{lite_config_menu.png}} |
There are several commands that can be used under the '' | There are several commands that can be used under the '' | ||
Line 220: | Line 110: | ||
| | ||
| | ||
- | | + | |
| | ||
}, | }, | ||
Line 226: | Line 116: | ||
| | ||
| | ||
- | | + | |
| | ||
}, | }, | ||
Line 246: | Line 136: | ||
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: | + | * Change the displayed name of the **[[lite: |
* 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: | + | * Change the name of the **[[lite: |
* 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: | * Add a command to the Tape Management Task Menu that runs [[cli: | ||
Line 255: | Line 145: | ||
* 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 " | + | **Note**: the sequence numbers 01 and 02 were used to indicate that they came before the default first sequence number of " |
===Modified Menu View=== | ===Modified Menu View=== | ||
- | {{: | + | {{modified_menu.png}} |
Line 327: | Line 217: | ||
===== Notifications ===== | ===== 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. | ||
+ | |||
+ | < | ||
+ | notifications = | ||
+ | { | ||
+ | | ||
+ | ( | ||
+ | { | ||
+ | title=" | ||
+ | } | ||
+ | ) | ||
+ | }; | ||
+ | </ | ||
+ | |||
+ | It is possible to block other notifications, | ||
+ | |||
+ | < | ||
+ | notifications = | ||
+ | { | ||
+ | | ||
+ | ( | ||
+ | { | ||
+ | title=" | ||
+ | }, | ||
+ | { | ||
+ | title=" | ||
+ | } | ||
+ | ) | ||
+ | }; | ||
+ | </ | ||
lite/config_file.1630545271.txt.gz · Last modified: 2025/01/21 22:07 (external edit)