The Archive Port (ARC)

Revised for CPX 4.7.0.
Terminology

Configuration of the Archive Port (ARC)
Statistics of the Archive Port (ARC)


The Archive port is responsible for creating a structured files archive starting from a set of files.

The generated archive organization is time-based, i.e. files are grouped in a set of separated directories on the base of the date and time of their creation. Directories and sub-directories are hierarchically organized in a tree starting from the archive root.

Below there is an example of a source archive:

D:\SrcArchive\
|__ File#1 (dated 2004_03_10, 10:22:37)
|__ File#2 (dated 2004_03_10, 11:22:01)
|__ File#3 (dated 2004_03_10, 11:23:40)
|__ File#4 (dated 2004_03_12, 00:45:15)
|__ File#5 (dated 2004_03_13, 18:30:00)
...
|__ File#N (dated 2004_03_31, 19:51:23)

The figure below shows how the generated archive organization:

E:\DstArchive\
|_2004_03                          (Year_Month directory)
        |_10                       (Day directory)
        |   |_10                   (Hour directory) 
        |   |  |_ File#1
        |   |_11
        |      |_ File#2
        |      |_ File#3
        |_12
        |   |_00
        |      |_ File#4
        |	
        |_13
        |   |_18
        |      |_ File#5
        ...
        |_31
            |_19
               |_ File#N

Terminology top

Archiving
It is the procedure that moves all files from the archive source directory (SRCPATH:) to the archive destination directory (DSTPATH:).
This operation is periodically executed for every activated session (USE:YES) on the base of the ARC-INT: parameter value.
Archive purging
It is the procedure that deletes old archived file from the archive destination directory (DSTPATH:), in order to avoid archive saturation and to create free space for more recent files archiving.
This operation is periodically executed for every activated session (USE:YES) on the base of the PURGE-INT: parameter value on those files that are older then the PURGE-AGE: parameter value.
ZIP packing
It is the procedure that compress archived files found in the archive destination directory (DSTPATH:) in to one or more ZIP packed file.
This operation is periodically executed for every activated session (USE:YES) on the base of the PACK-INT: parameter value.
HD Sentinel
Is is a process responsible for checking the run out of the space available for every hard disk used by the Archive port and sessions.
When the process is activated (INTERVAL:) the current amount of free space of any disks is evaluated and, if the amount of free space of a disk reaches the minimum value defined by the MIN-FREE-SPACE: parameter, then a "purging procedure" is activated on this disk. The procedure will delete the oldes archived file from the disk in order to create the minimum amount of space defined by the MIN-FINAL-SPACE: parameter.
Historical logging
Relevant information related to the ARC port driver actions, errors and any other interesting events are stored in a textual file named "ARC.LOG" and usually located in "C:\LOG\ARC\" directory.
Here it is a sample of the content of the historical log file:
[11:13:51] ABILIS_CPX: DEBUG PO:980 LSN:5

PO:980 ------------------------------------------------------------------------
ARC    BufferLength:432    Date/Time:08/04/2004 11:28:24 TraceTime:<NotRunning>

***** Archive History Log file - Created at Thursday, 08/04/2004 11:25:12 *****

[08/04/2004 11:26:03] PO:980 History process activated.
[08/04/2004 11:26:03] PO:980 Ses:00 Activated.
[08/04/2004 11:26:04] PO:980 Ses:31 Activated.
[08/04/2004 11:26:04] PO:980 Initialization completed.
[08/04/2004 11:26:09] PO:980 Ses:31 Source path directory not valid.
[08/04/2004 11:27:03] PO:980 Ses:00 Source path directory not valid.
The historical logging activation/deactivation as well as the "ARC.LOG" file location and maximum size can be selected by the user through the HISTORY:, history-size: and history-path: parameters.

Configuration of the Archive Port (ARC) top

The Archive port is identified by the mnemonic "ARC" and it is provided with the parameters described in this section.

Here are examples on how to display the ARC port parameters. Displayed values are samples:

[11:47:16] ABILIS_CPX: D P PO:ARC

PO:980 - Not Saved (SAVE CONF), Not Refreshed (INIT) --------------------------
ARC    ------------------------------------------------------------------------
       LOG:NO      ACT:NO   MAX-SES:1    HISTORY:YES  history-size:AUTO   
       history-path:C:\LOG\ARC\     
       - Hd Sentinel ----------------------------------------------------------
       INTERVAL:10   MIN-FREE-SPACE:2    MIN-FINAL-SPACE:4     
       - ZIP Packing ----------------------------------------------------------
       PACK-INT:60   
       - Archiving sessions ---------------------------------------------------
       SES:0  USE:NO   DESCR:    
              SRCPATH:           
              DSTPATH:           
              ARC-INT:60    PURGE-INT:1    PURGE-TIME:00:00:00  PURGE-AGE:15   
              PACK-SIZE:10240    
       ------------------------------------------------------------------------

To activate changes made on the parameters displayed by low case characters, it is needed to restart the system; on the contrary for activating changes made on upper case parameters it is enough to execute the initialization command INIT PO:.
Changes made on LOG: parameter are immediately active.

The "Not Saved (SAVE CONF)" message is displayed every time the port configuration is modified but not saved with the SAVE CONF command.

The "Not Refreshed (INIT)" message is displayed every time the port configuration is modified but not refreshed with the INIT PO: command.

Detail of the ARC port parameters


LOG: Events logging activation and generation of alarm signals
DS NO, D, S, A, L, T, ALL, +E

Usually this parameter makes possible to activate/deactivate logging functionalities of meaningful events of the port as well as the detection and signalling of alarms in case of critical events.

The following table shows the available options and the related functionalities usable by the parameter:

Option Meaning
D Recording of the driver state changes and/or the meaningful events in Debug Log
S Recording of the driver state changes and/or the meaningful events in the System Log
A Periodic detection of possible alarms. The detected alarms can be displayed the command ALARM VIEW or by the analogous command available on the UTILITY of the LCD display on the front panel
L On alarm detection, acoustic signal generation plus a message on the LCD display. This function depends on activation of alarms detection by the "A" option
T Generation by the Agent SNMP of Abilis CPX of SNMP traps corresponding to any change of the driver state and/or occurring of meaningful events

Beside the already described options the following values are also allowed:

Option Meaning
NO It means that all the logging functionalities, alarms detection and generation, above mentioned, are disabled.
ALL It means that all the logging functionalities, alarms detection and generation, above mentioned, are enabled.
+E This option added to one or more of the previous ones, extends its (their) set of meaningful events.
The value "ALL+E" activates all the options and extends the set of meaningful events.
The value "NO+E" is meaningless so it is ignored.

Options can be combined together.

Some examples:

By using the characters "+" and "-" as prefix of one or more options is possible to add or delete one or more functionalities without setting from the scratch the value of the parameters.

Some examples:

warning! The changes made on this parameter are immediately activated, without the need of initialization commands.

In the following sample, messages registered in the System Log by the ARC port are displayed:

[11:22:54] ABILIS_CPX: D L

Current Local Time: Thursday 08/04/2004 11:23:00 (GMT+2.00)

08/04/2004 11:21:26 WARM START
08/04/2004 11:21:53 --- NEW RUN ----
08/04/2004 11:21:53 I: SYSTEM RESET
08/04/2004 11:21:56 W: HSCB 001 NI
08/04/2004 11:21:57 W: EB EPIC CONF
08/04/2004 11:21:57 W: EB EPIC NI
08/04/2004 11:22:00 W: C02
08/04/2004 11:22:03 SYSTEM STARTED
08/04/2004 11:22:03 CONF:ACCEPTED
08/04/2004 11:22:03 CONF:BACKUP
08/04/2004 11:22:03 AUTO SAVE CONF
08/04/2004 11:22:03 I:p21  PAD:dn.01
08/04/2004 11:22:03 I:p201 LAPB:cg
08/04/2004 11:22:03 I:p202 LAPB:cg
08/04/2004 11:22:03 I:p301 X25:down
08/04/2004 11:22:03 I:p302 X25:down
08/04/2004 11:22:03 I:p980 ARC:RD
08/04/2004 11:22:03 I:p980 SES:0  RD
08/04/2004 11:22:03 I:p980 SES:31 RD
08/04/2004 11:22:03 I:p997 MLM:ln.RD
08/04/2004 11:22:03 I:p998 LAPB:cg
08/04/2004 11:22:03 I:p999 X25:down
08/04/2004 11:22:04 AUTO SAVE OK

In the following sample, messages registered in the Debug Log by the ARC port are displayed:

[11:26:42] ABILIS_CPX: D LDM

Current Local Time: Thursday 08/04/2004 11:26:47 (GMT+2.00)

Date   Time   Po  Ses   Event and Parameters
------ ------ --- ----- ------------------------------------------------------
080404 112608  21     0 PortDiag PAD:dn DCD:dn DTR:UP
080404 112608 201     0 PortDiag LAPB:cg
080404 112608 202     0 PortDiag LAPB:cg
080404 112608 301     0 PortDiag X25:down
080404 112608 302     0 PortDiag X25:down
080404 112608 980     0 PortDiag ARC:ACTIVE
080404 112608 980     0 PortDiag ARC SES:0  ST:ACTIVE
080404 112608 980     0 PortDiag ARC SES:31 ST:ACTIVE
080404 112608 997     0 PortDiag MLM PLink:ln SLink:RD ATN:
080404 112608 998     0 PortDiag LAPB:cg
080404 112608 999     0 PortDiag X25:down
080404 112637 905     6 CallRx CG:                CD:00
              PID:01000000 UD:CP           FF:
080404 112637 905     6 Routing Match PR:0
080404 112637   0     1 CallTx CG:                CD:00
              PID:01000000 UD:CP           FF:
080404 112637   0     1 CallConnRx LSN:01 CG:                CD:00
              PID:01000000 UD:CP           FF:
080404 112637 905     6 CallConnTx LSN:01 CG:                CD:
              PID:         UD:             FF:

ACT: Runtime activation/deactivation of ARC
NO NO, YES

This parameter allows to run-time activate/deactivate ARC functionalities.

When it is set to "YES:", the port is configured, active, and the ARC driver performs its activities.

When it is set to "NO", the port is configured, active, but the ARC driver does not execute any action.


MAX-SES: Number of ARC clients
1 1..32

This parameter sets the maximum number of ARC sessions to be supported by the ARC port.

Changes made on this parameter are immediately active, but they don't need the system to be restarted. The new number of ARC sessions can be activated by the execution of the initialization command INIT PO:xxx, where "xxx" is the ARC port number.


HISTORY: Historical logging activation/deactivation
YES NO, YES

This parameter activate/deactivate the generation of an historical log file.

Historical log file is a plain textual file, named "ARC.LOG", where relevant information related to the ARC port driver actions are stored.

If the parameter is set to "NO", the registration of interesting events into the history log file is disabled.

If the parameter is set to "YES", registration of interesting events into the history log file is enabled and the "ARC.LOG" file is created by the ARC port driver in the location specified by the history-path: parameter.

The maximum size of the "ARC.LOG" file is selected by the history-size: parameter.


history-size: Historical log file size
AUTO AUTO, 1%..99%, 100K..65535K

This parameter sets the maximum size of the historical log file "ARC.LOG" created by the ARC port driver during its execution.

The user can select the historical log file size by one of the following ways:

ValueDescription
AUTO By specifying this value, the ARC port driver will use the 5% of the disk size for the "ARC.LOG" file.
1%..99% By specifying a numeric value in the range [1..99] followed by a '%' character, the ARC port driver will use the selected percentage of the disk size.
100K..65535K By specifying a numeric value in the range [100..65535] followed by a 'K' character, the ARC port driver will use exactly the selected amount of space on the disk. If the specified value is greater then the disk size, the driver will use the 99% of the disk size.

The historical log file "ARC.LOG" created by the ARC port driver in the location specified by the history-path: parameter.

This parameter is used only if the HISTORY: is set to "YES".


history-path: Historical log location.
C:\LOG\ARC From 0 up to 128 ASCII extended characters [32..255]

This parameter selects the location where the historical log file "ARC.LOG" must be created by the ARC port driver.

It must be a physical full path in DOS notation, i.e. starting with a drive letter in the range ['A'..'Z'] and ending with the '\' character. Strings of up to 128 ASCII extended characters in the range [32..255] are accepted. Spaces are allowed and strings holding spaces must be written between quotation marks (E.g.: "C:\My dir\"). The case of the entered path is preserved.

If the directory doesn't exists, the driver will create it. If the parameter is left empty, the Historical log will not be generated by the ARC port driver.

This parameter is used only if the HISTORY: is set to "YES".


INTERVAL: Disk space check interval
10 1..65535 sec.

This parameter specify the activation interval (in seconds) for the HD checking process, named "Hd Sentinel".

When the "Hd Sentinel" process is activated the current amount of free space of any disks present in the system and currently used by one of the ARC port sessions is evaluated. If the amount of free space of a disk in use by ARC port sessions reaches the minimum free space value, defined by the MIN-FREE-SPACE: parameter, then a "purging procedure" is activated on this disk. In order to free at least the amount of space defined by the MIN-FINAL-SPACE: parameter, the process will delete oldest files from the archiving session destination path directory ( DSTPATH: parameter).


MIN-FREE-SPACE: Minimum free space on disk
2 1..65535 MB

This parameter sets the minimum amount of space (in Mega bytes) that must be left free on the archive disk. When activated, he "Hd Sentinel" process of the ARC driver will use this threshold in order to check whether a "purging procedure" has to be activated or not to increase the amount of free space on the disk.

This parameter must be minor or equal to MIN-FINAL-SPACE: parameter value.


MIN-FINAL-SPACE: Minimum space that must result free on disk
4 1..65535 MB

This parameter sets the minimum amount of space (in Mega bytes) that must result free on disk after the "purging procedure" executed by the "Hd Sentinel" process.

This parameter must be greater or equal to MIN-FREE-SPACE: parameter value.


PACK-INT: Packing interval
60 1..65535 min.

This parameter sets the ZIP-packing execution interval (in seconds). The "ZIP-packing" process of the ARC driver will be periodically activated in order to compress the files archived since it was activated the last time in to one or more ZIP packed file.

Detail of the ARC port session parameters


SES: Session identifier
0 [0..(MAX-SES: - 1)]

This parameter is the ARC port session identifier. Its range is limited by the value configured in the MAX-SES: parameter.

The session identifier can be used for session specific parameters setting.


USE: Enable/disable archiving session
NO NO, YES

This parameter enable/disable the activation of the present session. When it is set to "NO", the ARC driver doesn't perform any action for this session. When it is set to "YES", archiving, purging and packing procedure are executed on this section on the base of related session specific parameters setting.

Archiving sessions can be activated run-time, without restarting the system, by the execution of the initialization command INIT PO:xxx, where "xxx" is the ARC port number.


DESCR: Session description
empty From 0 up to 80 ASCII characters [32..126]

This parameter allow to assign to a session a brief description. Accepted description values must be string of up to 80 ASCII characters in the range [32..126]. Spaces are allowed and strings holding spaces must be written between quotation marks (E.g. "My archiving session n. 1"). The case of the entered description is preserved.


SRCPATH: Source archive location
empty From 0 up to 128 ASCII extended characters [32..255]

This parameter select the location of the archiving source directory.

It must be a physical full path in DOS notation, i.e. starting with a drive letter in the range ['A'..'Z'] and ending with the '\' character. Strings of up to 128 ASCII extended characters in the range [32..255] are accepted. Spaces are allowed and strings holding spaces must be written between quotation marks (E.g.: "C:\My dir\"). The case of the entered path is preserved.


DSTPATH: Destination archive location
empty From 0 up to 128 ASCII extended characters [32..255]

This parameter select the location of the archiving destination directory.

It must be a physical full path in DOS notation, i.e. starting with a drive letter in the range ['A'..'Z'] and ending with the '\' character. Strings of up to 128 ASCII extended characters in the range [32..255] are accepted. Spaces are allowed and strings holding spaces must be written between quotation marks (E.g.: "C:\My dir\"). The case of the entered path is preserved.


ARC-INT: Archiving interval
60 1..65535 sec.

It is the interval (in seconds) at which the "archiving" process is activated on this session.


PURGE-INT: Archive purging interval
1 1..365 day

This parameter sets the interval (in days) at which the "archive purging" procedure is activated on this session.


PURGE-TIME: Time of the day at which archive purging starts
00:00:00 hh:mm:ss

This parameter sets the time of the day at which "archive purging" procedure must be executed on this session. By default the "archive purging" procedure is activated at midnight.

Hour, minutes and seconds values must be separated by ':' character without spaces.


PURGE-AGE: Minimum age of the files to be purged
15 1..365 day

This parameter sets minimum age of the files that can be deleted by the "archive purging" procedure (in day).


PACK-SIZE: Size of the ZIP packed archive
10240 100..102400 KB

This parameter select the maximum size (in Kilo bytes) of the ZIP packed file to be created for this session when the "ZIP-packing" process of the ARC driver is activated.

Statistics of the Archive Port (ARC) top

Example on how to show state and statistics of the ARC port through the command D S:

[11:10:58] ABILIS_CPX: D S PO:ARC

PO:980 ------------------------------------------------------------------------
ARC    STATE:INACTIVE   CUR-MAX-SES:3     HISTORY:ON   
       - Hd Sentinel ----------------------------------------------------------
       STATE:DELAYING  (Next activation at 2004/03/30 12:25:52)
       - ZIP Packing ----------------------------------------------------------
       STATE:DELAYING  (Next activation at 2004/03/30 13:25:42)
       ------------------------------------------------------------------------
       Ses State    Arc       NextActivation      Purge     NextActivation  
       ------------------------------------------------------------------------
       0   ACTIVE   DELAYING  2004/03/30 12:26:42 DELAYING  2004/03/31 00:00:00
       1   INACTIVE SUSPENDED                     SUSPENDED
       2   ACTIVE   DELAYING  2004/03/30 12:26:42 DELAYING  2004/03/31 00:00:00
       ------------------------------------------------------------------------

Example on how to show extended statistics of the ARC port through the command D SE:

[11:11:13] ABILIS_CPX: D SE PO:ARC

PO:980 ------------------------------------------------------------------------
ARC    --- Cleared 000:00:01:44 ago, on 30/03/2004 at 12:25:03 ----------------
       - Hd Sentinel ----------------------------------------------------------
       -- Disk --|---PURGE---|--MIN SPACE (Kbytes)--|--CUR SPACE (Kbytes)--|
       C:        |          0|                  5632|                  5632|
       D:        |          0|               2494912|               2494912|
       - ZIP Packing ----------------------------------------------------------
       |----DONE---|----ZIP----|----NEW----|----UPD----|-FAILURES-|-MAX TIME--|
       |          0|          1|          1|          0|         0|          0|
       - Archiving sessions ---------------------------------------------------
       - Ses 0  -|----DONE----|---TIME----|---FILES---|-MAX TIME--|-MAX FILES-|
       Archive   |          43|          4|        389|          2|        183|
       Purge     |           0|          0|          0|          0|          0|
       Purge-Hd-S|           0|          0|          0|          0|          0|
       ZIP-Pack  |           1|         11|        183|         11|        183|
       - Ses 1  -|----DONE----|---TIME----|---FILES---|-MAX TIME--|-MAX FILES-|
       Archive   |           0|          0|          0|          0|          0|
       Purge     |           0|          0|          0|          0|          0|
       Purge-Hd-S|           0|          0|          0|          0|          0|
       ZIP-Pack  |           0|          0|          0|          0|          0|
       - Ses 2  -|----DONE----|---TIME----|---FILES---|-MAX TIME--|-MAX FILES-|
       Archive   |          60|         71|        886|         36|        108|
       Purge     |           0|          0|          0|          0|          0|
       Purge-Hd-S|           0|          0|          0|          0|          0|
       ZIP-Pack  |           2|         55|        598|         30|        299|
       ------------------------------------------------------------------------

The information "Cleared DDD:HH:MM:SS ago, at DD/MM/YYYY HH:MM:SS", referred by the extended statistics, shows the elapsed time from the last reset of the statistics (by the format "days:hours:minutes:seconds") and date/time of its execution (by the format "day/month/year" and "hours:minutes:seconds").

Extended statistics related to monitored HDs can be cleared only using a specific command, i.e. C S PO:xxx HD:yyy, where "xxx" is the ARC port number and "yyy" is a drive letter in the range [C..Z] that identifies the disk.

Details of the state fields and statistics of the ARC port


STATE: Current state of the ARC port
INIT, INACTIVE, ACTIVE, ERR

It shows the current state of the ARC port driver.

Driver States Description Values shown in:
System Log Events Log Display LCD
ARC INIT The ARC port driver is in the initialization phase. in INIT in
INACTIVE The ACT: parameter is set to "NO". dn INACTIVE dn
ACTIVE The ACT: parameter is set to "YES". RD ACTIVE RD
ERR Software error. Contact Abilis CPX assistance. NA ERR NA

The ARC port state changes are reported in the System Log and in the Events Log only when the "DS" options are set in the LOG: parameter.


CUR-MAX-SES: Current number of sessions
1 - 32

It is the current number of ARC sessions.


HISTORY: Current number of sessions
OFF, ON

It is the current state of the historical logging functionality.
If it is equal to "OFF", the registration of interesting events into the history log file is disabled.
If it is equal to "ON", registration of interesting events into the history log file is enabled.


Hd Sentinel - STATE: Current number of sessions
see below

It is the current state of the ARC "Hd Sentinel" process.

States Description
SUSPENDED The ACT: parameter is set to "NO".
The ARC "Hd Sentinel" process is suspended.
DELAYING The ACT: parameter is set to "YES".
The ARC "Hd Sentinel" process is waiting for the expiration of the time-out set in INTERVAL: parameter.
CHECKING The ACT: parameter is set to "YES".
The ARC "Hd Sentinel" process is ready and it is checking whether the minimum free size threshold is reached or not on one of the HDs in use by the ARC sessions.
PURGING The ACT: parameter is set to "YES".
The ARC "Hd Sentinel" process is ready and it is executing the purging procedure on one of the HDs in use by the ARC sessions.
ERR Software error. Contact Abilis CPX assistance.


ZIP Packing - STATE: Current number of sessions
see below

It is the current number of the ARC "ZIP Packing" process.

States Description
SUSPENDED The ACT: parameter is set to "NO".
The ARC "ZIP Packing" process is suspended.
DELAYING The ACT: parameter is set to "YES".
The ARC "ZIP Packing" process is waiting for the expiration of the time-out set in PACK-INT: parameter.
READY The ACT: parameter is set to "YES".
The ARC "ZIP Packing" process is ready.
G-WAITING The ACT: parameter is set to "YES".
The ARC "ZIP Packing" process is ready to perform its actions, but it is waiting on a general semaphore that guarantees that packing procedure is activated only one session in the same time.
WAITING The ACT: parameter is set to "YES".
The ARC "ZIP Packing" process is ready to the performing its actions, but it is waiting in a session's destination path protection semaphore.
CHECKING The ACT: parameter is set to "YES".
The ARC "ZIP Packing" process is checking whether there are any files to be packed for a certain session.
PACKING The ACT: parameter is set to "YES".
The ARC "ZIP Packing" process is packing files for a certain session.
PACK-DELAYING The ACT: parameter is set to "YES".
The ARC "ZIP Packing" process is delaying between one packing try and the next. Between one session and the next the "ZIP Packing" process waits 1 min.
ERR Software error. Contact Abilis CPX assistance.

Details of the state fields and statistics of the ARC port session


Ses Session identifier
0 - 31

It is the session identifier.


State Current ARC session state
see below

It is the current state of the ARC session.

Driver States Description Values shown in:
System Log Events Log Display LCD
ARC (session) INIT The session is in the initialization state. in INIT in
INACTIVE The ACT: and/or the USE: parameters are set to "NO". dn INACTIVE dn
ACTIVE The ACT: and the USE: parameters are set to "YES". RD ACTIVE RD
ERR Software error. Contact Abilis CPX assistance. NA ERR NA

The ARC port session's state changes are reported in the System Log and in the Events Log only when the "DS+E" options are set in the LOG: parameter, i.e. it is required an extension of the basic logging functionality.


Arc Current state of the session archiving process
see below

It is the current state of the session "archiving" process.

States Description
SUSPENDED The USE: parameter is set to "NO".
The session "archiving" process is suspended.
DELAYING The USE: parameter is set to "YES".
The session "archiving" process is waiting for the ARC-INT: time-out expiration.
WAITING The USE: parameter is set to "YES".
The session "archiving" process is ready to the performing its actions, but it is waiting on destination path protection semaphore.
ARCHIVING The USE: parameter is set to "YES".
The session "archiving" process is ready and the archiving oprations are in progress.
G-WAITING The USE: parameter is set to "YES".
The session "archiving" process is ready to the performing its actions, but it is waiting on a global semaphore that guaratees that only one session "archiving" process is executed in the same time.
ERR Software error. Contact Abilis CPX assistance.


Arc - NextActivation Date and time of the archiving process next activation
YYYY/MM/DD hh:mm:ss

This parameter informs about the date and time of the next activation of the "archiving" process on this session.

The information is displayed only when the "archiving" process is in the DELAYING state.


Purge Current state of the archive purging process
see below

It is the current state of the session "archive purging" process.

States Description
SUSPENDED The USE: parameter is set to "NO".
The session "archive purging" process is suspended.
DELAYING The USE: parameter is set to "YES".
The session "archive purging" process is waiting for the PURGE-INT: time-out expiration.
WAITING The USE: parameter is set to "YES".
The session "archive purging" process is ready to the performing its actions, but it is waiting on destination path protection semaphore.
PURGING The USE: parameter is set to "YES".
The session "archive purging" process is ready and the archive purging operations are in progress.
G-WAITING The USE: parameter is set to "YES".
The session "archive purging" process is ready to the performing its actions, but it is on a general semaphore that guarateens that only one session "archive purging" process is executed in the same time.
ERR Software error. Contact Abilis CPX assistance.


Purge - NextActivation Date and time of the "archive purging" process next activation
YYYY/MM/DD hh:mm:ss

This parameter informs about the date and time of the next activation of the "archive purging" process on this session.

The information is displayed only when the "archive purging" process is in the DELAYING state.

Details of extended statistics of the ARC port


Disk Monitored disk drive letter
C..Z

This is the letter corresponding to the monitored disk drive.
While information related to the disk capacity are reported for all HDs of the system, the "purging" procedure is activated by the "HD Sentinel" process only onm those disks that are used by an ARC port session.


PURGE Number of time that the purging procedure was executed on the disk
0 - 4.294.967.295

This is the number of time that the "purging" procedure was activated by the "HD Sentinel" on the disk.


MIN SPACE (Kbytes) Minimum free space on the disk
0 - 4.294.967.295

It shows the minimum free space found (in Kilo bytes) on the disk.


CUR SPACE (Kbytes) Current free space on the disk
0 - 4.294.967.295

It shows the amount of space (in Kilo bytes) that is currently available on the disk.


DONE Number of times that the ZIP Packing process was activated
0 - 4.294.967.295

This counter shows the number of times that the ZIP Packing process was activated.


ZIP Number of times that the ZIP Packing procedure was executed
0 - 4.294.967.295

This counter shows the number of times that the ZIP Packing procedure was executed.


NEW Number of created new ZIP files
0 - 4.294.967.295

This counter shows the number of times that the "ZIP Packing" procedure created a new ZIP file.


UPD Number of updated ZIP files
0 - 4.294.967.295

This counter shows the number of times that the "ZIP Packing" procedure updated an existing ZIP file.


FAILURES Number of failures creating a new ZIP file or updating an existing ZIP file
0 - 4.294.967.295

This counter shows the number of times that the "ZIP Packing" procedure fail creating a new ZIP file or updating an existing ZIP file.


MAX TIME Maximum time elapsed executing the "ZIP Packing" procedure
0 - 4.294.967.295 sec.

Maximum time (in seconds) elapsed for the execution of the "ZIP Packing" procedure.


Details of extended statistics of the ARC port session


Ses Session identifier
0 - 31

It is the session identifier.


DONE Number of time that the specified action was executed on this session
0 - 4.294.967.295

The "Archive" counter is incremented each time the "archiving" procedure is executed on this session.

The "Purge" counter is incremented each time the "archive purging" procedure is executed on this session.

The "Purge-Hd-S" counter is incremented each time the "HD Sentinel" executes a supplementary "purging" procedure is executed on this session.

The "ZIP-Pack" counter is incremented each time the "ZIP Packing" procedure is executed on this session.


TIME Total time elapsed for the specified action
0 - 4.294.967.295 sec.

The "Archive" counter is incremented each time the "archiving" procedure is executed on this session.

The "Purge" counter is incremented each time the "archive purging" procedure is executed on this session.

The "Purge-Hd-S" counter is incremented each time the "HD Sentinel" executes a supplementary "purging" procedure is executed on this session.

The "ZIP-Pack" counter is incremented each time the "ZIP Packing" procedure is executed on this session.


FILES Total number of files deleted/created by the specified action
0 - 4.294.967.295

The "Archive" counter is incremented each time the "archiving" procedure is executed on this session.

The "Purge" counter is incremented each time the "archive purging" procedure is executed on this session.

The "Purge-Hd-S" counter is incremented each time the "HD Sentinel" executes a supplementary "purging" procedure is executed on this session.

The "ZIP-Pack" counter is incremented each time the "ZIP Packing" procedure is executed on this session.


MAX TIME Maximum time elapsed for a single execution of the specified action
0 - 4.294.967.295 sec.

The "Archive" counter is incremented each time the "archiving" procedure is executed on this session; it shows the maximum time (in seconds) elapsed for a single "archiving" procedure execution.

The "Purge" counter is incremented each time the "archive purging" procedure is executed on this session; it shows the maximum time (in seconds) elapsed for a single "archive purging" procedure execution.

The "Purge-Hd-S" counter is incremented each time the "HD Sentinel" executes a supplementary "purging" procedure is executed on this session; it shows the maximum time (in seconds) elapsed by the "HD Sentinel" in a single "purging" procedure execution.

The "ZIP-Pack" counter is incremented each time the "ZIP Packing" procedure is executed on this session; it shows the maximum time (in seconds) elapsed for a single "packing" procedure execution.


MAX FILES Maximum number of files deleted/created by a single execution of the specified action
0 - 4.294.967.295

The "Archive" counter is incremented each time the "archiving" procedure is executed on this session; it shows the maximum number of files deleted by a single "archiving" procedure execution.

The "Purge" counter is incremented each time the "archive purging" procedure is executed on this session; it shows the maximum number of files deleted by a single "archive purging" procedure execution.

The "Purge-Hd-S" counter is incremented each time the "HD Sentinel" executes a supplementary "purging" procedure is executed on this session; it shows the maximum number of files deleted by the "HD Sentinel" in a single "purging" procedure execution.

The "ZIP-Pack" counter is incremented each time the "ZIP Packing" procedure is executed on this session; it shows the maximum number of files packed by a single "packing" procedure execution.

printPrint this page