HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DEFINE_RJE_WKSTN
AP_ALLOW_DEFINE_REMOTE
The DEFINE_*, SET_*, DELETE_*, ADD_*, REMOVE_*, and INIT_NODE verbs are allowed to be
directed at any node in the domain.
AP_ALLOW_ACTION_REMOTE
The START_*, STOP_*, ACTIVATE_*, DEACTIVATE_*, APING, INITIALIZE_SESSION_LIMIT,
CHANGE_SESSION_LIMIT, and RESET_SESSION_LIMIT verbs are allowed to be directed at any
node in the domain.
3.40.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.40.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_UCF_USER_CANNOT_BE_ROOT
The
ucf_username parameter specied the name root, which is not allowed.
AP_INVALID_SPCF_SECURITY
The spcf_permissions parameter was not set to a valid value.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK
,
which are common to all NOF verbs.
3.40.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.
3.41 DEFINE_RJE_WKSTN
DEFINE_RJE_WKSTN denes a workstation for use by a group of SNAplus2 RJE users.
This verb must be issued to the domain conguration le.
3.41.1 VCB Structure
typedef struct define_rje_wkstn
{
AP_UINT16 opcode; /* verb operation code */
248