1ncalogd.conf(4)                  File Formats                  ncalogd.conf(4)
2
3
4

NAME

6       ncalogd.conf - NCA logging configuration file
7

SYNOPSIS

9       /etc/nca/ncalogd.conf
10
11

DESCRIPTION

13       The  ncalogd.conf is used to configure Solaris Network Cache and Accel‐
14       erator ("NCA") logging. The file contains two fields, key and value.
15
16
17       The status key is used to indicate if the user wants to have  NCA  log‐
18       ging turned on. If the value of status key is enabled, then NCA logging
19       will be turned on. If the value of the status key is disabled, then NCA
20       logging will not be invoked. The default value is disabled.
21
22
23       The logd_path_name key specifies the absolute pathname of the log file.
24       The log file must be a raw device without a filesystem or a file  on  a
25       local  file  system.  The default value is /var/nca/log. logd_path_name
26       can also contain a whitespace-delimited list of values for multiple log
27       files  to  a maximum of 16. If you specify multiple log files, you must
28       enclose the list in quotation marks ("). With multiple files, NCA  log‐
29       ging moves to the next file on the list once the file size specified by
30       logd_file_size has been reached. When the last file is full,  NCA  log‐
31       ging  rotates back to the first file in the list. A pointer to the cur‐
32       rent log file is stored in /var/nca/current.
33
34
35       The logd_file_size key specifies the value of the file size, in  bytes,
36       allowed  for  each log file specified in by the logd_path_name key. The
37       default value is 1000000 bytes.
38
39
40       In order to implement changes to the ncalogd.conf file, you  will  need
41       to stop and start NCA logging or reboot.
42
43
44       NCA stores logs in a binary format. Use the ncab2clf(1) utility to con‐
45       vert the log from a binary format to the Common Log File format.
46

EXAMPLES

48       Example 1 A Sample ncalogd.conf File
49
50
51       The following is a sample ncalogd.conf file that  specifies  three  log
52       files:
53
54
55         #
56         # NCA Log Daemon Configuration File
57         #
58
59         status=enabled
60         logd_path_name="/var/nca/log1 /var/nca/log2 /var/nca/log3"
61         logd_file_size=1000000
62
63
64
65       Note  that  there is no NCA logging daemon. Logging is performed as one
66       of the functions of the NCA software.
67
68

FILES

70       /etc/nca/ncalogd.conf    Lists configuration parameters for NCAlogging.
71
72

ATTRIBUTES

74       See attributes(5) for descriptions of the following attributes:
75
76
77
78
79       ┌─────────────────────────────┬─────────────────────────────┐
80       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
81       ├─────────────────────────────┼─────────────────────────────┤
82       │Availability                 │SUNWncar                     │
83       ├─────────────────────────────┼─────────────────────────────┤
84       │Interface Stability          │Evolving                     │
85       └─────────────────────────────┴─────────────────────────────┘
86

SEE ALSO

88       nca(1), ncab2clf(1), ncakmod(1),  dd(1M),  door_create(3C),  nca.if(4),
89       ncakmod.conf(4), attributes(5)
90
91
92       System Administration Guide: IP Services
93
94
95
96SunOS 5.11                        22 Jan 2002                  ncalogd.conf(4)
Impressum