Open System Services Management and Operations Guide (G06.25+, H06.03+)
Managing Servers
Open System Services Management and Operations Guide—527191-002
4-25
Configuration Files for the Network Services Servers
and Tools
portmap
The portmap process uses the Guardian files configured for TCP/IP processes
running in the Guardian environment:
$SYSTEM.ZTCPIP.HOSTS
$SYSTEM.ZTCPIP.RESCONF
HP provides a default version of each of these files. See the TCP/IP Configuration and
Management Manual or the TCP/IPv6 Configuration and Management Manual for
more information about these files. For information on changing the configuration of
portmap, see portmap on page 4-30.
RPCINFO
The RPCINFO process uses the same Guardian files as the portmap process, plus
an additional one:
$SYSTEM.ZTCPIP.HOSTS
$SYSTEM.ZTCPIP.RESCONF
$SYSTEM.ZRPC.RPC
HP provides a default version of the HOSTS and RESCONF files. See the TCP/IP
Configuration and Management Manual or the TCP/IPv6 Configuration and
Management Manual for more information about those files.
$SYSTEM.ZRPC.RPC is the program definition file that identifies all programs that
RPCINFO should report information for. The program definition file is an EDIT file and
can be created using any Guardian text editor.
Each line in the RPC file is either a comment line beginning with a pound sign (#) or an
entry for one program. Program entries contain the program name to be reported by
RPCINFO, the program number, and possible aliases for the program name.
For example, the following sample RPC file defines only one program for RPCINFO to
report data about, portmapper. This file defines portmap and sunrpc as being
possible aliases for the portmapper program (PORTMAP is the name used in the
Guardian environment and in OSS documentation). The portmapper program has
RPC program number 100000.
#
# rpc version 1.16 2001/04/27
#
portmapper 100000 portmap sunrpc
The fields of each program-entry line are separated by blanks.
Any entry other than the portmapper entry would be a requirement unique to another
product requiring the use of RPCINFO. For the information to include in such entries,
see the documentation for the specific product.