Introduction to Oracle® Solaris 11.2 Network Services

Exit Print View

Updated: December 2014
 
 

NCA Files

You need several files to support the NCA feature. Many of these files are ASCII, but some of the files are binary. The following table lists all of the files.

Table 2-1  NCA Files
File Name
Function
/dev/nca
The path name for the NCA device.
/etc/hostname.*
File that lists all physical interfaces that are configured on the server.
/etc/hosts
File that lists all host names that are associated with the server. Entries in this file must match entries in /etc/hostname.* files for NCA to function.
/etc/init.d/ncakmod
Script that starts the NCA server. This script is run when a server is booted.
/etc/init.d/ncalogd
Script that starts NCA logging. This script is run when a server is booted.
/etc/nca/nca.if
File that lists the interfaces on which NCA is run. See the nca.if(4) man page for more information.
/etc/nca/ncakmod.conf
File that lists configuration parameters for NCA. See the ncakmod.conf(4) man page for more information.
/etc/nca/ncalogd.conf
File that lists configuration parameters for NCA logging. See the ncalogd.conf(4) man page for more information.
/etc/nca/ncaport.conf
File that lists the IP addresses and the ports for NCA. See the ncaport.conf(4) man page for more information.
/system/volatile/nca_httpd_1.door
The door path name.
/usr/bin/ncab2clf
Command that is used to convert data in the log file to the common log format. See the ncab2clf(1) man page for more information.
/usr/lib/net/ncaconfd
Command that is used to configure NCA to run on multiple interfaces during boot. See the ncaconfd(1M) man page for more information.
/usr/lib/nca_addr.so
Library that uses AF_NCA sockets instead of AF_INET sockets. This library must be used on web servers that use AF_INET sockets. See the ncad_addr(4) man page for more information.
/var/nca/log
File that holds the log file data. The file is in binary format, so do not edit it.