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

NAME

6       ncakmod.conf - ncakmod configuration file
7

SYNOPSIS

9       /etc/nca/ncakmod.conf
10
11

DESCRIPTION

13       The  ncakmod.conf  file  is used to configure the Solaris Network Cache
14       and Accelerator ("NCA") kernel module. The file  contains  two  fields,
15       key and value.
16
17
18       The status key is used to indicate if the user wants to have NCA turned
19       on as a feature.  If the value of status key is enabled, then  the  NCA
20       kernel  module  will  be  pushed on to the specified interfaces. If the
21       value of the status key is disabled, then the NCA  kernel  module  will
22       not be pushed on to any interfaces . The default is disabled.
23
24
25       The httpd_door_path key specifies the path name of the Solaris Door RPC
26       mechanism that will be used to communicate with the http  daemon.   The
27       default value is /var/run/nca_httpd_1.door.
28
29
30       Use  the  nca_active  key  to indicate whether to allow NCA to actively
31       open outgoing TCP connections. The default value for nca_active is dis‐
32       abled.  If  set to enabled, ncaconfd sets up NCA for each interface and
33       then operates as a daemon, allowing NCA to make  outgoing  TCP  connec‐
34       tions. This functionality is possible only by using the doors interface
35       to NCA. A web server that uses the sockets  interface  with  PF_NCA  or
36       ncad_addr.so cannot connect by means of nca_active.
37
38
39       NCA  supports the logging of in-kernel cache hits. See ncalogd.conf(4).
40       NCA stores logs in a binary format. Use the ncab2clf(1) utility to con‐
41       vert the log from a binary format to the Common Log File format.
42
43
44       In  order  to implement changes to the ncakmod.conf file, you will need
45       to reboot.
46

EXAMPLES

48       Example 1 A Sample ncakmod.conf File
49
50
51       The following is a sample ncakmod.conf file:
52
53
54         #
55         # NCA Kernel Module Configuration File
56         #
57         status=disabled
58         httpd_door_path=/var/run/nca_httpd_1.door
59         nca_active=disabled
60
61

FILES

63       /etc/nca/ncakmod.conf    The NCA kernel module configuration file.
64
65

ATTRIBUTES

67       See attributes(5)  for descriptions of the following attributes:
68
69
70
71
72       ┌─────────────────────────────┬─────────────────────────────┐
73       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
74       ├─────────────────────────────┼─────────────────────────────┤
75       │Availability                 │SUNWncar                     │
76       ├─────────────────────────────┼─────────────────────────────┤
77       │Interface Stability          │Evolving                     │
78       └─────────────────────────────┴─────────────────────────────┘
79

SEE ALSO

81       nca(1),   ncab2clf(1),    ncakmod(1),    door_create(3C),    nca.if(4),
82       ncad_addr(4), ncalogd.conf(4), attributes(5)
83
84
85       System Administration Guide: IP Services
86
87
88
89SunOS 5.11                        28 Sep 2001                  ncakmod.conf(4)
Impressum