High Availability Monitors Version A.03.02 Release Notes

Introduction to the NOF API
NOF Verbs to Manage Specific SNAplus2 Functions
Chapter 1 71
QUERY_LU_0_TO_3
To obtain information about the PU that owns an LU, use the following
verb:
QUERY_PU
To define workstations, use the following verb:
DEFINE_RJE_WKSTN
To obtain information about the definition of a workstation or about its
current status, use the following verbs:
QUERY_RJE_WKSTN_DEF, QUERY_RJE_WKSTN
To delete LUs or workstations when they are no longer required, use the
following verbs:
DELETE_LU_0_TO_3, DELETE_LU_0_TO_3_RANGE
DELETE_RJE_WKSTN
LUA Communications
If applications running on SNAplus2 will be using LUA to communicate
with host programs, you need to define the communications link to the
host. For more information, see “Getting Started”. The definition of the
LS to the host must include the name of a local PU to own the LUA LUs,
and must have the
solicit_sscp_sessions
parameter set to AP_YES.
You then need to define LUs that can be used for LUA. To define the LUs,
use the following verbs:
DEFINE_LU_0_TO_3 to define an individual LU or
DEFINE_LU_0_TO_3_RANGE to define 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 configuration or current status of LUs,
use the following verb:
QUERY_LU_0_TO_3