ASAP 1.1 Hybrid Manual

HP NonStop ASAP Hybrid Manual 529729-004
Page 2-8
entity and report detailed statistics about itself. If you choose this option,
you must include the ASAP Hybrid EDL file in the EDL definitions for the
ASAP environment into which the Hybrid Gateway will register. To do so,
place an INCLUDE statement in the ASAPUSER file that references the name
of the Hybrid EDL file. That file is normally located at
$SYSTEM.SYSTEM.ASAP2HYB but might have been placed in another
location during the installation process. For more information on using the
Hybrid entity, see The ASAP Hybrid Entity.
MAXSYSTEMS <systems> specifies the maximum number of external
systems that the Hybrid Gateway can support. Valid values are 1 through
32767. The default is 1000.
MAXDOMAINS <domains> specifies the maximum number of domains that
the Hybrid Gateway can support. This value depends on the ASAP
Extension MAXDOMAINS setting. Valid values are 1 through 10000. The
default is 1000.
SYSMSG [ (first [, remaining ] ) ] configures the Gateway process to write
EMS events summarizing the number of new Linux systems that have
established a connection to the Gateway process since the last report. The
EMS events are written during the Gateway process' audit interval (see
AUDITRATE above). If first is specified the Gateway will wait that number of
audit intervals before starting to write the system connection summary
event. If remaining is specified the Gateway will wait that number of audit
intervals for all successive connection summary events. If only first is
specified then the Gateway will always wait that number of audit intervals
for each connection summary event. If neither first nor remaining are
specified the Gateway will write the connection summary event at each
audit interval.
TCPIP $<name> is the name of the TCPIP process to open when you create
a socket to receive data from external systems. The default is $ZTC0.
PORT <port> is the port number to use when you create a socket to receive
data from external systems. The default is 6301.
Example
CONFIG MAXSYSTEMS 100 TCPIP $ZTCP2 PORT 7001