Open System Services NFS SCF Reference Manual
SCF Commands for OSS NFS
Open System Services NFS SCF Reference Manual—522582-001
2-13
ADD LAN Command
PROCESS process-name
specifies the name of the LAN interface process.
PROGRAM file-name
specifies the NonStop Kernel file name of the LAN interface program. Use the file
name that was used to install the NFSLAN file. See the Open System Services NFS
Management and Operations Guide for more information about installation.
ADDR-CHECK { ON | OFF }
specifies whether the host name is checked when a mount or unmount request is
received. If ON is specified, a check is made to determine whether the host name
corresponds with the Internet Protocol (IP) address of the request. When set to ON,
a helper process is started and stopped each time the LAN object is started and
stopped. The default value is ON.
BACKUP backup-cpu-number
specifies the number of the backup processor on which the LAN interface process
should be restarted if the primary processor fails. You can specify from -1 through
15. The backup processor must be a different processor than the primary processor.
A value of -1 indicates that no backup processor is designated. If you do not specify
a backup processor, the LAN interface process does not run as a restartable process.
DOMAIN { domain-name }
{ ( domain-name [ , domain-name ]... ) }
specifies one or more domains. These domain names correspond to the domain
names specified when defining NETGROUP objects. See the ADD NETGROUP
command for more information.
HISTOGRAM ( message-length [ , message-length ]... )
specifies up to six values that measure NFS message lengths (in bytes). The values
specified are used to define the bounds of up to seven buffers. Each buffer is used to
produce the histogram statistics displayed by the STATS LAN command. You can
specify the values in any order; duplicate values are ignored.
The values are arranged in ascending order and used to define the bounds of a
corresponding set of buffers. The number of buffers is one greater than the number
of message-length values you specify. For example, if you specify
HISTOGRAM 500, two buffers are used—one for messages less than or equal to
500 bytes in length and one for messages greater than 500 bytes in length. You can
have up to seven buffers.
If you omit this attribute, the default values are 128, 256, 512, 1024, 2048, and 4096
bytes. Seven buffers are used. (See the STATS LAN command for an example.)
PRI cpu-priority
specifies the execution priority for the LAN interface process. You can specify a
priority of -1 or a priority in the range 1 through 199. (Processes with higher