NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | FILES | ATTRIBUTES | SEE ALSO
/etc/nca/nca.if
Specify the physical interfaces for which the Solaris Network Cache and Accelerator (“NCA”) feature will be configured in the nca.if configuration file. List the physical interfaces in the file, one per line. To configure NCA to listen on all physical interfaces present on the system backed by a hostname.{interface_name}, then list only an asterik (“*”) in nca.if.
When the ncakmod(1) initialization script is invoked during system boot, it will attempt to configure each physical interface specified in the nca.if file by using ncaconfd(1M). Note that there must be an accompanying hostname.{interface_name} file and an entry in /etc/hosts for the contents of hostname.{interface_name}.
You must reboot in order to implement changes to the nca.if file.
iprb1 iprb6 iprb8
The following is an example of an nca.if file that would be used on a SPARC system:
hme2 hme3 hme4
The following example shows the contents of an nca.if file that would be used to configure either platform to listen on all physical interfaces present on the system:
*
Lists the physical interfaces on which NCA will run.
Lists all physical interfaces configured on the server.
Lists all host names associated with the server. Entries in this file must match with entries in /etc/hostname.{}{0–9} for NCA to function.
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE |
ATTRIBUTE VALUE |
---|---|
Availability |
SUNWncar |
Interface Stability |
Evolving |
NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | FILES | ATTRIBUTES | SEE ALSO