ACC Utilities Reference Guide

Chapter 2 31
TTGEN - ZCOM System Table Generator
Memory Image File Overview
Memory Image File Overview
ZCOM System Header
The ZCOM System Header contains fixed information such as the
location and number of all the tables in the ZCOM sub-system, and also
thesizeofthebufferpool.Formoredetail,seethedatastructure
zheader_type in /opt/acc/include/zcom/zcomsys.h.
Node Entries
TheNodeEntriestablecontaininformationabouttheremoteZCOM
sub-systems that communicate with the local ZCOM sub-system. Each
entry contains statistics and control information for a node and TCP/IP
addressing information for the links to that node. For more detail, see
the data structure znode_type in /opt/acc/include/zcom/zcomsys.h.
ZLU Tables
The ZLU entries consist of information for the physical terminal ZLUs
plus the dynamically assignable ZLUs . The ZLU tables provide
references to various objects that can e xist in the ZCOM subsystem,
similar to how file descriptors are used in HP-UX. ZLUs can refer to a
network communication endpoint or device such a s an HDLC link or
X.25 virtual circuit (Terminal ZLU), or they can refer to an application
(Program ZLU). Each ZLU entries contains information about its owner,
type, and other operational information.
For more detail, see the data structure zlu_type in
/opt/acc/include/zcom/zcomsys.h.