HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
SET_KERNEL_MEMORY_LIMIT
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; 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.177.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
secondary_rc
Not used.
3.177.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_NOT_CENTRAL_LOGGER
The verb was issued to a node that is not the central logger.
AP_INVALID_SUCCINCT_SETTING
The succinct_audits or succinct_errors parameter was not set to a valid value.
3.177.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.
3.178 SET_KERNEL_MEMORY_LIMIT
This verb species a limit on the amount of kernel memory that SNAplus2 can use at any one time. This allows
you to ensure that memory is available for other processes on the HP-UX computer.
You can also specify the kernel memory limit when starting the SNAplus2 software (for more information, see the
HP-UX SNAplus2 Administration Guide). This verb overrides the limit, if any, specied when starting the SNAplus2
software.
3.178.1 VCB Structure
typedef struct set_kernel_memory_limit
{
716