HP-UX SNAplus2 R7 NOF Programmer's Guide

Introduction to the NOF API
NOF Verbs to Manage Specic SNAplus2 Functions
1.5.6 LUA Communications
If applications running on SNAplus2 will be using LUA to communicate with host programs, you need to dene
the communications link to the host. For more information, see Section 1.5.2,
Getting Started. The denition of
the LS to the host must include the name of a local PU to own the LUs, and must have the
solicit_sscp_sessions
parameter set to
AP_YES.
You then need to dene LUs that can be used for LUA. To dene the LUs, use the following verbs:
DEFINE_LU_0_TO_3 to dene an individual LU or DEFINE_LU_0_TO_3_RANGE to dene multiple LUs
with a single verb
To delete LUs when they are no longer required, use the following verbs:
DELETE_LU_0_TO_3 to delete an individual LU or DELETE_LU_0_TO_3_RANGE to delete multiple LUs
with a single verb
To obtain information about the conguration or current status of LUs, use the following verb:
QUERY_LU_0_TO_3
To obtain information about the PU that owns an LU, use the following verb:
QUERY_PU
If you want to provide LU pools (groups of LUs that can be assigned to applications as required, rather than having
LUs explicitly dened for each application), use the following verbs to dene a pool, to obtain information about
the denition, or to delete a pool or remove LUs from it when no longer required:
DEFINE_LU_POOL, QUERY_LU_POOL, DELETE_LU_POOL
If applications running on SNAplus2 will be using LUA to communicate with applications on downstream computers,
you need to dene the LUs on the downstream computer and map these to the LUs on the SNAplus2 node. To
dene the downstream LUs, use the following verbs:
DEFINE_DOWNSTREAM_LU, DEFINE_DOWNSTREAM_LU_RANGE, DEFINE_DSPU_TEMPLATE
To obtain information about the conguration or current status of downstream LUs or about the downstream PU
that serves them, use the following verbs:
QUERY_DOWNSTREAM_LU, QUERY_DOWNSTREAM_PU, QUERY_DSPU_TEMPLATE
To delete downstream LUs when they are no longer required, use the following verbs:
DELETE_DOWNSTREAM_LU, DELETE_DOWNSTREAM_LU_RANGE, DELETE_DSPU_TEMPLATE
1.5.7 APPC Communications
If applications running on SNAplus2 will be using APPC to communicate with applications running on host or peer
computers, you need to dene LUs that can be used for APPC.
APPC conguration in an APPN network is much simpler than in a pre-APPN SNA network. Many of the required
components, and the interactions between them, can be dened or determined dynamically when sessions are started
and do not need to be specied explicitly in the initial conguration.
Each node includes a default APPC local LU (the control point LU). An APPC application can use this LU,
or you can dene additional LUs so that different applications can use different LUs. To dene the LUs, use the
following verb:
DEFINE_LOCAL_LU
To obtain information about the conguration or current status of LUs, including the control point LU, use the
following verb:
QUERY_LOCAL_LU
53