Guardian Procedure Errors and Messages Manual

Recovery
Check ZFIL-TKN-CHECKPOINTSTATUS for information about CHECKPOINT.
If the backup process took over, this is an informative message only; no corrective action is
necessary.
6: ZFIL-VAL-CHECKPOINTMANY
A call to the procedure CHECKPOINTMANY returned a nonzero file-system error code. Either an
error was detected or a backup takeover occurred.
Unconditional Tokens
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
ZSPI-TKN-ERROR token-type ZSPI-TYP-ERROR.
ZSPI-TKN-PROC-ERR token-type ZSPI-TYP-ENUM.
ZFIL-TKN-CHECKPOINTSTATUS token-type ZSPI-TYP-INT.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
Conditional Tokens
ZFIL-TKN-STACKBASE token-type ZSPI-TYP-UINT.
ZFIL-TKN-SREGISTER token-type ZSPI-TYP-UINT.
ZFIL-MAP-CHECKPOINTLIST
def ZFIL-DDL-CHECKPOINTLIST
version C00
FOR z-cellcount THROUGH z-checkpointcell
end.
ZFIL-TKN-OLDPRIMARY token-type ZSPI-TYP-CRTPID.
Unconditional Tokens
ZSPI-TKN-ERROR is the standard SPI error token, whose value consists of the fields Z-SSID and
Z-ERROR. Z-SSID is the subsystem identifier ZFIL-VAL-SSID. Z-ERROR is the file-system error code
returned in the error parameter of FILEINFO; it is always zero because CHECKPOINTMANY does
not return an error code.
ZSPI-TKN-PROC-ERR is the procedure in which the error occurred. Its value is
ZFIL-VAL-CHECKPOINTMANY (6).
ZFIL-TKN-CHECKPOINTSTATUS indicates the status of the call to CHECKPOINTMANY. This token
returns a status word in the following form:
MeaningValue
No error<0:7>=0
There is no backup or the primary process cannot communicate with the
backup; then <8:15>=file-system error number
<0:7>=1
Takeover from the primary; then<0:7>=2
(primary stopped)<8:15>=0
(primary abnormally failed)<8:15>=1
(primary's processor failed)<8:15>=2
(primary called CHECKSWITCH)<8:15>=3
Invalid parameter; then<0:7>=3
(error in stack-base parameter)<8:15>=1
n > 1 (error in word[n-2];<8:15>=n,
For more information, see the Guardian Procedure Calls Reference Manual.
94 File-System Errors