HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_ISR_SESSION
isr_session.detail.sec_lu_name
The secondary LU name of the session. This name is a 17-byte EBCDIC string, padded on the right with
EBCDIC spaces. The name consists of a network ID of 1–8 A-string characters, an EBCDIC dot (period)
character, and an LU name of 1–8 A-string characters. If this name is not available, all binary zeros are
returned in this field. All binary zeros are always returned unless collection of names has been enabled using
DEFINE_ISR_STATS.
isr_session.detail.pri_adj_cp_name
The primary stage adjacent CP name of this session. If the primary session traverses an RTP connection, the
CP name of the remote RTP endpoint is returned. This name is a 17-byte EBCDIC string, padded on the
right with EBCDIC spaces. The name consists of a network ID of 1–8 A-string characters, an EBCDIC dot
(period) character, and a CP name of 1–8 A-string characters. If this name is not available, all binary zeros
are returned in this field. All binary zeros are always returned unless collection of names has been enabled
using DEFINE_ISR_STATS.
isr_session.detail.sec_adj_cp_name
The secondary stage adjacent CP name of this session. If the secondary session traverses an RTP connection,
the CP name of the remote RTP endpoint is returned. This name is a 17-byte EBCDIC string, padded on the
right with EBCDIC spaces. The name consists of a network ID of 1–8 A-string characters, an EBCDIC dot
(period) character, and a CP name of 1–8 A-string characters. If this name is not available, all binary zeros
are returned in this field. All binary zeros are always returned unless collection of names has been enabled
using DEFINE_ISR_STATS.
isr_session_detail.rscv_len
Length of the RSCV which is appended to the
session_detail structure. (If none is appended, then the length
is zero.)
3.123.4 Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
AP_PARAMETER_CHECK
secondary_rc
Possible values are:
AP_INVALID_FQPCID
The list_options parameter was set to AP_LIST_INCLUSIVE to list all entries starting from the
supplied name, but the pcid parameter was not valid.
AP_INVALID_LIST_OPTION
The list_options parameter was not set to a valid value.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.123.5 Returned Parameters: Function Not Supported
If the verb does not execute successfully because the local node is not a network node, SNAplus2 returns the
following parameters:
primary_rc
AP_INVALID_VERB
The local node is not a network node. This verb can be used only at a network node.
469