Programme SAP RSINF005 - INFORMIX Chunks (from syschunks)

Description
INFORMIX System Monitoring Interface Tables
syschunks (Chunk information)
Column Type Description
chknum smallint Chunk number
dbsnum smallint Dbspace number
nxchknum smallint Number of next chunk in this dbspace
chksize int Number of pages in this chunk
nfree int Number of free pages in the chunk
offset int Page offset of the chunk in its device
or path
fname char(128) Pathname for the device of this chunk
flag smallint Flags Hexidecimal Meaning
0x0010 chunk is a mirror chunk
0x0020 chunk is in offline mode
0x0040 chunk is in online mode
0x0080 chunk is in recovery mode
0x0100 chunk has just been mirrored
0x0200 chunk is part of blobspace
0x0400 chunk is being dropped
0x0800 chunk is part of an optical stageblob
0x1000 chunk is inconsistent
0x4000 chunk contains temporary log space
0x8000 chunk was added during roll forward
moffset int Page offset of the mirror chunk
mfname char(128) Pathname for the device of the mirror
chunk, if any
mflag smallint Mirror chunk flags