HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
QUERY_RCF_ACCESS
primary_rc
AP_PARAMETER_CHECK
secondary_rc
Possible values are:
AP_INVALID_PU_NAME
The list_options parameter was set to AP_LIST_INCLUSIVE to list all entries starting from the
supplied name, but the pu_name parameter was not valid.
AP_INVALID_LIST_OPTION
The list_options 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.150.5 Returned Parameters: State Check
If the verb does not execute because of a state error, SNAplus2 returns the following parameters.
primary_rc
AP_STATE_CHECK
secondary_rc
AP_INVALID_PU_TYPE
The PU specied by the pu_name parameter is a remote PU and not a local PU.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_STATE_CHECK, which
are common to all NOF verbs.
3.150.6 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.151 QUERY_RCF_ACCESS
QUERY_RCF_ACCESS returns information about the permitted access to the SNAplus2 Remote Command Facility
(RCF): the user ID used to run UNIX Command Facility (UCF) commands, and the restrictions on which
administration commands can be issued using the Service Point Command Facility (SPCF). This information was
previously set up using DEFINE_RCF_ACCESS. For more information about SPCF and UCF, see the HP-UX
SNAplus2 Administration Guide.
This verb must be issued to the domain conguration le.
3.151.1 VCB Structure
typedef struct query_rcf_access
{
AP_UINT16 opcode; /* Verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
623