Open System Services Management and Operations Guide (G06.25+, H06.03+)

Managing Servers
Open System Services Management and Operations Guide527191-002
4-23
Configuration Files for the Network Services Servers
and Tools
The OSS Monitor updates the OSS transport agent server entries in the ZOSSSERV
file each time the OSS Monitor starts. For example, if processors 0 and 1 of a four-
processor system are up when the OSS Monitor starts, the ZOSSSERV file contains a
record for #ZTA00 and a record for #ZTA01.
Configuration Files for the Network Services Servers and Tools
The following subsections briefly discuss the configuration files for the following
programs:
inetd on page 4-23
rshd on page 4-24
portmap on page 4-25
RPCINFO on page 4-25
The remote execution server, rexecd, does not have a configuration file.
inetd
The inetd process reads its configuration file when it is started or interrupted. That file
defines the servers to be invoked when a request comes in from the network. The file
contains a table with port-to-service assignments, used to service requests that start
servers. Using the information in its configuration file, inetd invokes the appropriate
server for the connection request.
The configuration file used by inetd is either a default file or a file specified in the
command that starts inetd. The default configuration file is /etc/inetd.conf. HP
provides a default version of /etc/inetd.conf; see inetd on page 4-29 for a
description of how to modify /etc/inetd.conf. The $SYSTEM.ZTCPIP.PORTCONF
file provides analogous information for the Guardian LISTNER process, so you should
coordinate content between PORTCONF and the inetd configuration file.
See the inetd(8) reference page either online or in the Open System Services Shell
and Utilities Reference Manual for the format of entries in the inetd configuration file.
inetd and OSS sockets provide functions that depend on the content of the following
files in the /etc directory:
hosts
networks
protocols
resolv.conf (for NonStop TCP/IP [conventional] only)
services
Caution. Changes to /etc/inetd.conf might be overwritten during any future installation
or reinstallation of the corresponding T9660 product files. See Configuring Network Services
on page 4-32 for ways to avoid this problem.