TCP/IPv6 Configuration and Management Manual (G06.29+, H06.03+, J06.03+)

Manage the NonStop TCP/IPv6 Subsystem
HP NonStop TCP/IPv6 Configuration and Management Manual524523-012
6-21
Configure the ND6HOSTD Process for Address
Resolution
Example 6-4 shows how to run the ND6HOSTD process in processors 1 and 2.
To start the ND6HOSTD process by using the TACL RUN command, enter this
command (substitute real values for your environment; see the table above for
descriptions of the -t and -f parameters in the RUN command):
>ND6HOSTD/NAME $ZNH0, CPU 0, NOWAIT/ -t $ZSAM0 -f &
$SYSTEM.ZTCPIP.MYRES
Considerations
When using the ND6HOSTD to update IPv6 DNS entries automatically, you must
start at least one copy of the ND6HOSTD on each LNP in which you want
ND6HOSTD.
SAVEABEND ON Specifies whether a saveabend file is created if this
process stops abnormally. This attribute overrides the
SAVEABEND setting in the PROGRAM file for this
process.
The value of ON should be specified to automatically
create a saveabend file if the process ends abnormally.
STARTMODE
APPLICATION
Specifies when the process is started.
The value of APPLICATION should be specified such
that the process is started after the system load or
processor reload is finished.
STARTUPMSG "[-t
TCP6SAM process
name ] [-f resconf
file name ] [-n
hostname"
Specifies the startup text message, where:
TCP6SAM process name specifies the name of the
TCP6SAM process. If the -t parameter is not specified,
the default TCP6SAM process name is $ZTC0
resconf file name specifies the name of the DNS
resolver file. If the -f parameter is not specified, the
default resconf file name is
$SYSTEM.ZTCPIP.RESCONF.
hostname specifies a host name to override the NonStop
TCP/IPv6 host name when updating the IPv6 DNS
entries.
Example 6-4. Configuring the ND6HOSTD Process
ADD PROCESS #ZZHD, NAME $ZHD, PROGRAM $SYSTEM.SYSTEM.ND6HOSTD, &
CPU (1,2), AUTORESTART 10, STARTMODE APPLICATION, &
PRIORITY 180, DEFAULTVOL $SYSTEM.SYSTEM, INFILE $ZHOME, &
OUTFILE $ZHOME, HOMETERM $ZHOME, SAVEABEND ON, &
STARTUPMSG " -t $ZSAM0 -f $SYSTEM.ZTCPIP.RESCONF"