Skip to main content
Skip table of contents

VISULOX Lifetimes

With the VISULOX housekeeping mechanism the lifetimes can be adapted to customer specific requirements.

Whenever an information is stored, it is tagged with a lifetime. Only films can have an individual lifetime, specified in the according Application Policy  (Recording / Lifetime in days or endless). The Application Policy setting of the lifetime will overwrite the default lifetime of the recorded film.

If an information is transferred to the Archive, the lifetimes are reset to Archive specific lifetimes. The new Archive lifetimes of webtopsessions, emulatorsessions, chapters and File Transfer are set during the Archive process.

If the Archive life times are modified, it will affect only new archived data.


All lifetimes can be seen and edited with the visulox config command.

Lifetimes should not be set lower than 7 days!


Displaying the lifetimes:

visulox config list -name lifetime -info

CODE
--------------------------------------------------------------------------------------------------------------------------------------------------------------
| changed | key                              | value   |                                                                        shortinfo ... | defaultvalue |
--------------------------------------------------------------------------------------------------------------------------------------------------------------
|         | filecache.lifetime               | 3600    |                 If a file in file cache is older in secondes, it will be removed ... |         3600 |
|         | lifetime.application             | default |                        the lifetime of session data including films and chapters ... |      default |
|         | lifetime.archive.application     | default |                                         the session,film and chapters in archive ... |      default |
|         | lifetime.archive.bigfiletransfer | default |                                              the bigfiletransfer data in archive ... |      default |
|         | lifetime.archive.commandconnect  | default |                          default lifetime for any archived commandconnect events ... |      default |
|         | lifetime.archive.commandguard    | default |                            default lifetime for any archived commandguard events ... |      default |
|         | lifetime.archive.default         | 365     |                                                         Default value in archive ... |          365 |
|         | lifetime.archive.filetransfer    | default |                                                 the filetransfer data in archive ... |      default |
|         | lifetime.archive.input           | default |                                                  keyboard input lines in archive ... |      default |
|         | lifetime.archive.login           | default |                                                               Login event Events ... |      default |
|         | lifetime.archive.script          | default |                                                         script events in archive ... |      default |
|         | lifetime.archive.sgdaudit        | default |                                                 events from SGD AUDIT in archive ... |      default |
|         | lifetime.archive.sgdusage        | default |                                                 events from SGD Usage in archive ... |      default |
|         | lifetime.archive.system          | default |                                                                  GUI Edit Events ... |      default |
|         | lifetime.archive.vlxshell        | default |                                default lifetime for any archived vlxshell events ... |      default |
|         | lifetime.bigfiletransfer         | default |                                                         the bigfiletransfer data ... |      default |
|         | lifetime.commandconnect          | default |                                   default lifetime for any commandconnect events ... |      default |
|         | lifetime.commandguard            | default |                                     default lifetime for any commandguard events ... |      default |
|         | lifetime.default                 | 90      |                                                                 default lifetime ... |           90 |
|         | lifetime.filetransfer            | default |                                                   the lifetime of transfer files ... |      default |
|         | lifetime.input                   | default |                         the lifetome of keyboard input lines in the event tables ... |      default |
|         | lifetime.login                   | default |                                                                     Login Events ... |      default |
|         | lifetime.scale                   | 86400   | Do not change. For testing only, scaling factor for the lieftimes 3600 = hour 86 ... |        86400 |
|         | lifetime.script                  | default |                                                                    script events ... |      default |
|         | lifetime.sgdaudit                | default |                                                            Events from SGD AUDIT ... |      default |
|         | lifetime.sgdusage                | default |                                  Events from SGD for login and application start ... |      default |
|         | lifetime.system                  | default |                                                                  GUI Edit Events ... |      default |
|         | lifetime.vlxshell                | default |                                         default lifetime for any vlxshell events ... |      default |
|         | lifetime.warningthreshold        | 5       |                                         warning threshold for experation in days ... |            5 |
    --------------------------------------------------------------------------------------------------------------------------------------------------------------


For example:

Examples

CODE
Setting application lifetime
visulox config edit -name lifetime.application=10

Setting lifetime of archived applications
visulox config edit -name lifetime.archive.application=100

Setting filetransfer lifetime
visulox config edit -name lifetime.filetransfer=10 





JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.