HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DEFINE_LU62_TIMEOUT
Name of the resource being queried. This value can be one of the following:
• If resource_type is set to AP_GLOBAL_TIMEOUT, do not specify this parameter.
• If resource_type is set to AP_LOCAL_LU_TIMEOUT, specify 1–8 locally displayable type-A characters
as a local LU name.
• If resource_type is set to AP_PARTNER_LU_TIMEOUT, specify the fully qualified name of the partner
LU as follows: 17 locally displayable type-A characters consisting of a 1–8 character network name,
followed by a period, followed by a 1–8 character partner LU name.
• If resource_type is set to AP_MODE_TIMEOUT, specify 1–8 locally displayable type-A characters as a
mode name.
timeout
Timeout period in seconds. A value of 0 (zero) indicates that the session immediately becomes free.
3.31.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.31.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_RESOURCE_TYPE
The type of timeout defined was not valid.
AP_INVALID_LU_NAME
The resource_type parameter specified an LU name that was not valid.
AP_INVALID_PARTNER_LU
The resource_type parameter specified a partner LU name that was not valid.
AP_INVALID_MODE_NAME
The resource_type parameter specified a mode name that was not valid.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.31.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.
198