HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (REGISTER_INDICATION_SINK to UNREGISTER_INDICATION_SINK)
SET_LOG_FILE
Chapter 51048
a full path or the path relative to the default directory.
If you include the path, ensure that it is a valid path
(either relative to the application's working directory or
a full path) on any computer to which this verb is
issued.
This parameter is an ASCII string of 1-80 characters,
followed by a NULL character (binary zero). To
continue logging to the file specified on a previous
SET_LOG_FILE verb, specify a null string.
backup_file_name
Name of the backup log file. When the log file reaches
the size specifiedby
file_size
below, SNAplus2copies
the current contents to the backup file and then clears
the log file. You can also request a backup at any time
using the action parameter above.
To create the file in the default directory for diagnostics
files,/var/opt/sna, specify the file name with no path.
To create the file in a different directory, specify either
a full path or the path relative to the default directory.
If you include the path, ensure that it is a valid path
(either relative to the application's working directory or
a full path) on any computer to which this verb is
issued.
This parameter is an ASCII string of 1-80 characters,
followed by a NULL character (binary zero). To
continue using the backup file specified on a previous
SET_LOG_FILE verb, specify a null string.
file_size
The maximum size of the log file specified by
log_file_type
. When a message written to the file
causes the file size to exceed this limit, SNAplus2
copies the current contents of the log file to the backup
log file and clears the log file. This means that the
maximum amount of disk space taken up by log files is
approximately twice
file_size
.
To continue using the file size specified on a previous
SET_LOG_FILE verb, set this parameter to zero. The
initial default value, before any SET_LOG_FILE verb