HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DEACTIVATE_SESSION
Do not deactivate the session until all conversations using the session have ended.
sense_data
If type is set to AP_DEACT_CLEANUP, this parameter specifies the sense data to be used when deactivating
the session. Otherwise this parameter is not used.
fqplu_name
Fully qualified LU name for the partner LU, as defined to SNAplus2. This parameter is used only if the
plu_alias field is set to zeros; it is ignored if plu_alias is specified.
The name is a 17-byte EBCDIC string, right-padded with EBCDIC spaces. It consists of a network ID of
up to 8 A-string characters, an EBCDIC dot (period) character, and a network name of up to 8 A-string
characters.
3.10.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters. This return code can also indicate
that the session ID did not match the session ID of an active session (implying that the session has already been
deactivated).
primary_rc
AP_OK
3.10.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_CLEANUP_TYPE
The type parameter was not set to a valid value.
AP_INVALID_LU_ALIAS
The lu_alias parameter did not match any defined LU alias.
AP_INVALID_LU_NAME
The lu_name parameter did not match any defined LU name.
AP_INVALID_MODE_NAME
The mode_name parameter did not match any defined mode name.
AP_INVALID_PLU_NAME
The fqplu_name parameter did not match any defined partner LU name.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.10.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.
105