HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DELETE_FOCAL_POINT
Management Services category. This may be either one of the category names specied in the MS Discipline-
Specic Application Programs table of Systems Network Architecture: Management Services Reference (see
Related Publications), padded with EBCDIC spaces (0x40), or a user-dened category. A user-dened
category name is an 8-byte type-1134 EBCDIC string, padded with EBCDIC spaces (0x40) if necessary.
type
Species the type of the focal point that is being deleted. Possible values are:
AP_ACTIVE
The currently active focal point (which may be of any type) is revoked.
AP_IMPLICIT
The implicit denition (dened using DEFINE_FOCAL_POINT with backup set to AP_NO) is removed.
If this focal point is currently active, then it is revoked.
AP_BACKUP
The backup denition (dened using DEFINE_FOCAL_POINT with backup set to AP_YES)is
removed. If this focal point is currently active, then it is revoked.
3.61.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.61.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_CATEGORY_NAME
The supplied category name contained a character that was not valid.
AP_INVALID_TYPE
The type 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.61.5 Returned Parameters: Function Not Supported
If the verb does not execute successfully because the local node conguration does not support it, SNAplus2 returns
the following parameters:
primary_rc
AP_FUNCTION_NOT_SUPPORTED
The local node does not support MS network management functions; this is dened by the
mds_supported parameter on the DEFINE_NODE verb.
290