Open System Services Shell and Utilities Reference Manual (G06.29+, H06.08+, J06.03+)
inetd(8) OSS Shell and Utilities Reference Manual
SCF-> ADD PROCESS $ZZKRN.OSSINT, &
NAME $OINT, &
ASSOCPROC $INET0, &
STARTUPMSG &
"-osstty -name /G/INET0 -p /usr/ucb/inetd -f -L /etc/inetd.conf", &
PROGRAM $system.system.osh, &
HIGHPIN ON, &
PRIMARYCPU 1, &
HOMETERM $ZHOME, &
TYPE OTHER, &
STARTMODE manual, &
STOPMODE standard, &
AUTORESTART 5, &
USERID SUPER.SUPER
SCF-> ADD PROCESS $ZZKRN.OSSINT, (param SOCKETˆTRANSPORTˆNAME $ZTC1)
SCF-> START PROCESS $ZZKRN.OSSINT
FILES
/usr/ucb/inetd
Specifies the command path.
/etc/inetd.conf
Contains information on the services used for the Internet sockets in the system.
/etc/services
Contains the names of official and unofficial Internet services used in the system.
/etc/protocols
Contains the names of the Internet protocols implemented in the system.
NOTES
The OSS sockets transport provider process used by inetd can be specified in either of the fol-
lowing ways:
1. Set the Guardian PARAM SOCKETˆTRANSPORTˆNAME in the HP Tandem Advanced
Command Language (TACL) session that subsequently starts the OSS shell session in
which inetd is started. This specification has the format:
PARAM SOCKETˆTRANSPORTˆNAME process_name
For example:
PARAM SOCKETˆTRANSPORTˆNAME $ZTC1
2. Set the environment variable SOCKET_TRANSPORT_NAME in the OSS shell ses-
sion from which inetd is started. This specification has the format:
EXPORT SOCKET_TRANSPORT_NAME=\proce ss_name
For example:
EXPORT SOCKET_TRANSPORT_NAME=\$ZTC1
When the PARAM is specified, it becomes the corresponding environment variable when the
OSS shell is started.
12−38 Hewlett-Packard Company 527188-021