HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DEFINE_DOMAIN_CONFIG_FILE
AP_OK
3.20.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_DLUS_NAME
The supplied dlus_name parameter contained a character that was not valid or was not in the correct
format.
AP_INVALID_BKUP_DLUS_NAME
The supplied dlus_name parameter contained a character that was not valid or was not in the correct
format.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.20.5 Returned Parameters: Function Not Supported
If the verb does not execute successfully because the local node’s configuration does not support it, SNAplus2
returns the following parameters:
primary_rc
AP_FUNCTION_NOT_SUPPORTED
The local node does not support DLUR; this is defined by the dlur_support parameter on the
DEFINE_NODE verb.
3.20.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.21 DEFINE_DOMAIN_CONFIG_FILE
DEFINE_DOMAIN_CONFIG_FILE specifies a comment string to be included in the header of the domain
configuration file, or modifies an existing comment string.
There is no equivalent verb for a node configuration file, because the header for this file does not contain a
comment string; use the description parameter in the DEFINE_NODE verb to include comment information in a
node configuration file.
This verb must be issued to the domain configuration file.
3.21.1 VCB Structure
typedef struct define_domain_config_file
{
138