HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DEFINE_LOCAL_LU
node that owns this LU, set this parameter to binary zeros. Otherwise, set it to the name of the computer
where the TP runs.
If the system name includes a
. (period) character, SNAplus2 assumes that it is a fully-qualified name;
otherwise it performs a DNS lookup to determine the system name.
def_data.attach_routing_data.timeout
The timeout value for dynamic load requests. A request will time out if the invoked TP has not issued
a Receive_Allocate verb (APPC), or Accept_Conversation or Accept_Incoming (CPI-C), within this time.
Specify the timeout value in seconds, or -1 to indicate no timeout (dynamic load requests will wait
indefinitely).
def_data.attach_routing_data.back_level
Specifies whether the target computer specified by the
sys_name parameter above is a back-level computer.
This parameter is used only when you are in the process of migrating a client-server SNAplus2 system to a
later version, so that not all servers and clients on the system are running the same version; it is reserved
otherwise.
If both the node that owns this LU and the target system are running the same version of SNAplus2, set this
parameter to AP_NO.
If the node that owns this LU is running the newer version of SNAplus2, but the target system is running the
older version, set this parameter to AP_YES. When you upgrade the target system later, change this parameter
back to AP_NO.
3.28.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.28.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_DISABLE
The disable parameter was not set to a valid value.
AP_INVALID_LU_NAME
The supplied LU name contained a character that was not valid.
AP_INVALID_NAU_ADDRESS
The supplied NAU address was not in the valid range.
AP_INVALID_SESSION_LIMIT
The supplied session limit was not in the valid range.
AP_INVALID_TIMEOUT
The supplied timeout value was not in the valid range.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
165