HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DEFINE_NODE
AP_NETWORK_NODE
AP_BRANCH_NETWORK_NODE
AP_END_NODE
AP_LEN_NODE
cp_create_parms.fqcp_name
Nodes fully qualied CP name. The name is a 17-byte EBCDIC string, right-padded with EBCDIC spaces.
It consists of a network ID of up to 8 A-string characters, an EBCDIC dot (period) character, and a network
name of up to 8 A-string characters.
cp_create_parms.cp_alias
Locally used CP alias. This alias can be used by APPC applications to access the CP LU. This is an 8-byte
ASCII string. All 8 bytes are signicant and must be set.
cp_create_parms.mode_to_cos_map_supp
Species whether the node provides mode-to-COS mapping. This parameter is ignored for a network node;
mode-to-COS mapping is always supported. For a LEN node, mode-to-COS mapping is not supported.
Possible values are:
AP_YES
Mode-to-COS mapping is supported. A mode dened for this node must include an associated COS
name, which species either an SNA-dened COS or one dened using DEFINE_COS.
AP_NO
Mode-to-COS mapping is not supported. Default COS names will be used.
cp_create_parms.mds_supported
Species whether Management Services supports Multiple Domain Support and MS Capabilities. Possible
values are:
AP_YES
MDS is supported.
AP_NO
MDS is not supported.
cp_create_parms.node_id
Node identier used in XID exchange. This is a 4-byte hexadecimal string, consisting of a block number (3
hexadecimal digits) and a node number (5 hexadecimal digits).
cp_create_parms.max_locates
Maximum number of locate requests that the node can process simultaneously. When the number of
outstanding locate requests (requests for which a response has not yet been received) reaches this limit,
any further locate requests are rejected. The minimum is 8.
cp_create_parms.dir_cache_size
Network node only: Size of the directory cache. The minimum value is 3. You can use the information
returned on QUERY_DIRECTORY_STATS to help determine the appropriate size.
cp_create_parms.max_dir_entries
Maximum number of directory entries. Specify zero for no limit.
cp_create_parms.locate_timeout
217