HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
SET_LOG_TYPE
AP_YES
Succinct logging: each message in the log le contains a summary of the message header information
(such as the message number, log type, and system name) and the message text string and parameters.
To obtain more details of the cause of the log and any action required, you can use the snaphelp utility.
AP_NO
Full logging: each message in the log le includes a full listing of the message header information,
the message text string and parameters, and additional information about the cause of the log and any
action required.
AP_LEAVE_UNCHANGED
Leave succinct logging or full logging unchanged from the existing denition.
If you are using central logging, the choice of succinct or full logging for messages from all computers is
determined by the setting of this parameter on the server acting as the central logger; this setting may either
be from the SET_GLOBAL_LOG_TYPE verb, or from a SET_LOG_TYPE verb issued to that server to
override the default.
succinct_errors
Species whether to use succinct logging or full logging in the error log le on this server; this applies
to both exception logs and problem logs. The allowed values and their meanings are the same as for the
succinct_audits parameter.
3.180.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
secondary_rc
Not used.
3.180.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
AP_INVALID_SUCCINCT_SETTING
The succinct_audits or succinct_errors parameter was not set to a valid value.
3.180.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.
722