HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
QUERY_DEFAULTS
3.106.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
default_chars.description
A null-terminated text string describing the default parameters, as specied in DEFINE_DEFAULTS.
default_chars.mode_name
Name of the default mode. If an application species an unrecognized mode name when attempting to start
a session, the parameters from this mode will be used as a default denition for the unrecognized mode.
The mode name is an 8-byte type-A EBCDIC string. If no default mode name has been specied using the
DEFINE_DEFAULTS verb, this parameter is set to 8 binary zeros.
default_chars.implicit_plu_forbidden
Indicates whether SNAplus2 puts implicit denitions in place for unknown partner LUs. Possible values are:
AP_YES
SNAplus2 does not put implicit denitions in place for unknown partner LUs. All partner LUs must
be dened explicitly.
AP_NO
SNAplus2 puts implicit denitions in place for unknown partner LUs.
default_chars.specic_security_codes
Indicates whether SNAplus2 uses specic sense codes on a security authentication or authorization failure.
Specic sense codes are only returned to those partner LUs which have reported support for them on the ses-
sion. Possible values are:
AP_YES
SNAplus2 uses specic sense codes.
AP_NO
SNAplus2 does not use specic sense codes.
default_chars.limited_timeout
Species the timeout after which free limited-resource conwinner sessions are deactivated. The range is
0
65,535 seconds.
3.106.4 Returned Parameters: Node Not Started
If the verb does not execute because the node has not yet been started, SNAplus2 returns the following parameter:
primary_rc
AP_NODE_NOT_STARTED
3.106.5 Returned Parameters: Other Conditions
Appendix B, Common Return Codes lists further combinations of primary and secondary return codes that are
common to all NOF verbs.
390