NonStop Operating System Event Management Programming Manual
File-System Event Messages (ZFIL)
HP NonStop Operating System Event Management Programming Manual—520372-020
22-7
Information in Event Description Messages
102: ZFIL-EVT-PROC-PFS-FULL
A PFS allocation failed on the indicated process, because the available PFS space is
exhausted.
Unconditional Tokens
Cause. The indicated process tried to allocate more space than the PFS can hold.
Effect. A system call within the process fails. Further operations might also fail,
although no subsequent event messages will be generated.
Recovery. Reduce the PFS space used by the process. In some cases, this might be
done by reducing the amount of work assigned to the process so that the process
attempts fewer simultaneous file-system operations. How to reduce assigned work is
application dependent. In many cases, the program will have to be modified to change
the way it does operations that consume PFS space. The following are possible places
where work assignments can be reduced:
The number of concurrent user I/Os done by the program.
The size of the user I/Os.
The number files opened.
The nowait depth on open files.
Subject: ZFIL-TKN-PROCESS-DESCR
Potentially critical event: Yes
Action event: No
Message sender: File-system subsystem
TMDS collector: No
OSM/TSM collector: Yes
Unconditional Tokens
ZEMS-TKN-EVENTNUMBER token-type ZSPI-TYP-INT
ZFIL-TKN-PROCESS-DESC token-type ZSPI-TYP-STRING
ZFIL-TKN-XFILENAME token-type ZSPI-TYP-STRING
Event-Message Text
process has exhausted its PFS. Program: program
Token Description
ZEMS-TKN-EVENTNUMBER Event number for this message. Value is ZFIL-EVT-PROC-
PFS-FULL (102).
ZFIL-TKN-PROCESS-DESC Subject token that is the process descriptor of the process
that encountered this event.
ZFIL-TKN-XFILENAME File name of the program file for the process.