SirFile: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (RKTools replaces UL/SPF)
(Automatically generated page update)
Line 28: Line 28:
If any file table is above a threshold, <var class="product">SirFile</var> flags the file with a warning, causing it to be
If any file table is above a threshold, <var class="product">SirFile</var> flags the file with a warning, causing it to be
highlighted in <var class="product">SirFile</var>. Once <var class="product">SirFile</var> has stored at least one sample snapshot of a file, it
highlighted in <var class="product">SirFile</var>. Once <var class="product">SirFile</var> has stored at least one sample snapshot of a file, it
begins calculating the date at which each table will fill assuming any table is showing
begins calculating the date at which each table will fill &#x2014; assuming any table is showing
growth. If the predicted fill date falls within a user-settable number of days, <var class="product">SirFile</var> posts
growth. If the predicted fill date falls within a user-settable number of days, <var class="product">SirFile</var> posts
a prediction to the file, and the file is highlighted in the <var class="product">SirFile</var> screens. When a
a prediction to the file, and the file is highlighted in the <var class="product">SirFile</var> screens. When a
Line 43: Line 43:
==See also==
==See also==
The <var class="product">SirFile</var> documentation is available in PDF format: <var class="book">[http://m204wiki.rocketsoftware.com/images/5/51/FilrNew.pdf Rocket M204 SirFile User's Guide]</var>
The <var class="product">SirFile</var> documentation is available in PDF format: <var class="book">[http://m204wiki.rocketsoftware.com/images/5/51/FilrNew.pdf Rocket M204 SirFile User's Guide]</var>
[[Category:Sirius Software products]]
[[Category:RKTools]]

Revision as of 21:16, 2 February 2016

SirFile is a comprehensive facility for monitoring the physical storage utilization of Model 204 database files and warning users of the need for file reorganizations..

SirFile is part of the RKTools family of products. As with all RKTools products, SirFile formerly required the installation of the Sirius Mods, with a version equal to or higher than the SirFile version. As of Model 204 V7.5, however, the functions and facilities necessary to run RKTools are built into the Model 204 kernel.

Overview

SirFile requires only a single screen of setup information to determine "thresholds," after which it automatically performs a pass through the online database files, checking to see if any file has exceeded a threshold. The process that evaluates files is called the refresh process. The refresh process performs two types of checks:

  • It compares the current state of each file against the threshold settings to see if any file statistic is above the critical value for that statistic.
  • It maintains a database of table usage information which it uses to determine rate of growth and to predict when thresholds will be exceeded.

During the initial database load, all files added to the SirFile database are compared to the system default thresholds. After the initial load, the user may override the system default thresholds with file-specific thresholds for files that require higher or lower levels of monitoring.

If any file table is above a threshold, SirFile flags the file with a warning, causing it to be highlighted in SirFile. Once SirFile has stored at least one sample snapshot of a file, it begins calculating the date at which each table will fill — assuming any table is showing growth. If the predicted fill date falls within a user-settable number of days, SirFile posts a prediction to the file, and the file is highlighted in the SirFile screens. When a prediction or warning is posted using a periodic refresh, a message can also be sent to the audit trail, as well as to a list of user IDs.

The file parameters that are evaluated for table-full status are ARETRIES, BFULLP, CRETRIES, CFULLP, DFULLP, EXTNADD, OVFLADD, EOVFLADD, and SPILLADD. The database refresh portion of SirFile is quite efficient, however it is the most expensive operation in SirFile. Therefore, several options are provided for determining when to perform a refresh, and for determining when to calculate CFULLP, generally the most expensive of the refresh calculations.

See also

The SirFile documentation is available in PDF format: Rocket M204 SirFile User's Guide