HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DEFINE_NODE
SNAplus2 TN Server normally includes the TCP/IP Information Control Vector (0x64) in an Open(SSCP)
request to the host for a TN3270 session. This vector contains the TCP/IP address and port number used by
the TN3270 client, which can be displayed on the host console or used by the host (for example in billing).
In some cases, for example if the host is running an older version of VTAM that does not support this vector,
you may need to override this behavior so that the vector is not sent. To do this, combine the value above
with the following value:
AP_NO_TCPIP_VECTOR
Do not include the TCP/IP Information Control Vector (0x64) in Open(SSCP) requests to the host.
cp_create_parms.cos_table_version
Specifies the version of the COS tables used by the node. Set this byte to one of the following values:
AP_VERSION_0_COS_TABLES
Use the COS tables originally defined in the APPN Architecture Reference.
AP_VERSION_1_COS_TABLES
Use the COS tables originally defined for HPR over ATM.
cp_create_parms.send_term_self
Specifies the default method for ending a PLU-SLU session to a host. The value you specify is used for all
type 0–3 LUs on the node, unless you override it by specifying a different value in the LU definition. Specify
one of the following values:
AP_YES
Send a TERM_SELF on receipt of a CLOSE_PLU_SLU_SEC_RQ.
AP_NO
Send an UNBIND on receipt of a CLOSE_PLU_SLU_SEC_RQ.
cp_create_parms.disable_branch_awareness
This parameter applies only if node_type is AP_NETWORK_NODE; it is reserved for other node types.
Specify whether the local node supports branch awareness, APPN Option Set 1120, using one of the following
values:
AP_YES
The local node does not support branch awareness. TGs between this node and served Branch Network
Nodes do not appear in the network topology, and the local node does not report itself as being branch
aware.
AP_NO
The local node supports branch awareness.
cp_create_parms.cplu_syncpt_support
Specifies whether the node’s Control Point LU supports Syncpoint functions. This parameter is equivalent
to the syncpt_support parameter on DEFINE_LOCAL_LU, but applies only to the node’s Control Point LU
(which does not have an explicit LU definition).
Set this parameter to AP_YES only if you have a Sync Point Manager (SPM) and Conversation Protected
Resource Manager (C-PRM) in addition to the standard SNAplus2 product. Possible values are:
AP_YES
Syncpoint is supported.
AP_NO
224