HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DEFINE_NODE
Syncpoint is not supported.
cp_create_parms.cplu_attributes
Identifies additional information about the node’s Control Point LU. This parameter is equivalent to the
lu_attributes parameter on DEFINE_LOCAL_LU, but applies only to the node’s Control Point LU (which
does not have an explicit LU definition).
Possible values are:
AP_NONE
No additional information identified.
AP_DISABLE_PWSUB
Disable password substitution support for the control point LU. Password substitution means that
passwords are encrypted before transmission between the local and remote LUs, rather than being
sent as clear text. SNAplus2 normally uses password substitution if the remote system supports it.
This value is provided as a work-around for communications with some remote systems that do not
implement password substitution correctly. If you use this option, you should be aware that this involves
sending and receiving passwords in clear text (which may represent a security risk). Do not set it unless
there are problems with the remote system’s implementation of password substitution.
3.37.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
target_handle
Returned value for use on subsequent verbs.
3.37.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_ISR_THRESHOLDS
The ISR threshold parameters were not valid (lower threshold above upper, or upper threshold above
max_isr_sessions).
AP_INVALID_NODE_NAME
The node_name parameter contained a character that was not valid.
AP_INVALID_CP_NAME
The cp_alias or fqcp_name parameter contained a character that was not valid.
AP_INVALID_NODE_TYPE
The node_type parameter was not set to a valid value.
AP_PU_CONC_NOT_SUPPORTED
This version of SNAplus2 does not support the PU concentration feature.
225