HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_LU_POOL
operator. This is because the size of the returned overlay may increase in future releases of SNAplus2; using
the returned overlay size ensures that your application will continue to work with future releases.
lu_pool_summary.pool_name
Name of LU pool. This is an 8-byte EBCDIC string, padded on the right with spaces if the name is shorter
than 8 characters.
lu_pool_summary.description
A null-terminated text string describing the LU pool, as specified in the definition of the pool.
lu_pool_summary.num_active_lus
Number of LUs in the pool that are active.
lu_pool_summary.num_avail_lus
Number of LUs in the pool that are available for activation by a forced open request. It includes all LUs
whose PU is active or whose host link can be auto-activated, and whose connection is free.
This count does not take account of the LU
model_type, model_name and the DDDLU support of the PU. If
the open request specifies a particular value for model_type, some LUs that are included in this count may
not be available because they do not have the correct model type.
lu_pool_detail.overlay_size
The size of the returned
lu_pool_detail
structure, and therefore the offset to the start of the next entry in the
data buffer.
When your application needs to go through the returned buffer to find each
lu_pool_detail structure in turn, it
must use this value to move to the correct offset for the next data structure, and must not use the C
sizeof()
operator. This is because the size of the returned overlay may increase in future releases of SNAplus2; using
the returned overlay size ensures that your application will continue to work with future releases.
lu_pool_detail.pool_name
Name of LU pool to which the LU belongs. This is an 8-byte EBCDIC string, padded on the right with
spaces if the name is shorter than 8 characters.
lu_pool_detail.description
A null-terminated text string describing the LU pool, as specified in the definition of the pool.
lu_pool_detail.lu_name
LU name of the LU. This is an 8-byte type-A EBCDIC string, padded on the right with spaces if the name
is shorter than 8 characters. If a single
lu_pool_detail
structure is returned for a particular pool name with a
string of 8 binary zeros for the LU name, this indicates that the specified pool is empty.
lu_pool_detail.lu_sscp_sess_active
Specifies whether the LU-SSCP session is active. Possible values are:
AP_YES
The session is active.
AP_NO
The session is inactive.
lu_pool_detail.appl_conn_active
Specifies whether an application is using the LU. Possible values are:
AP_YES
An application is using the LU.
AP_NO
533