HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_GLOBAL_LOG_TYPE
AP_QUERY_GLOBAL_LOG_TYPE
3.122.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
secondary_rc
Not used.
audit
This parameter indicates whether audit messages are recorded. Possible values are:
AP_YES
Audit messages are recorded.
AP_NO
Audit messages are not recorded.
exception
This parameter indicates whether exception messages are recorded. Possible values are:
AP_YES
Exception messages are recorded.
AP_NO
Exception messages are not recorded.
succinct_audits
This parameter indicates whether succinct logging or full logging is used in the audit log file. Possible val-
ues are:
AP_YES
Succinct logging: each message in the log file 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 file 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.
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
This parameter indicates whether succinct logging or full logging is used in the error log file; this applies
to both exception logs and problem logs. The possible values and their meanings are the same as for the
succinct_audits parameter.
3.122.4 Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2 returns the following parameters:
461