Open System Services Management and Operations Guide (G06.30+, H06.08+, J06.03+)
RPCINFO
The RPCINFO process uses the same Guardian files as the portmap process, plus an additional
one, for a total of 3 files:
$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.
BIND 9 Domain Name Server and Tools
The named, lwresd, rndc, and nsupdate programs use the following files, which you need to
configure:
PurposeFile
Default DNS name server configuration file; identifies the
location of the zone files. A different file can be specified
/etc/named.conf
using an environment variable or a command line flag
when named is started. The directory used for
named.conf can be separately changed from /etc.
Sample of /etc/named.conf provided for the nonsecure
version of named.
/etc/dns923/named.conf
Sample of /etc/named.conf provided for the secure
version of named.
/etc/dns_secure/ named.conf
Provides the domain name and IP address of the domain
name server to be used when running other BIND utilities
such as nsupdate.
/etc/resolv.conf
Default rndc configuration file. A different file can be
specified when rndc is started.
/etc/rndc.conf
Default file used to authenticate commands sent to named
when an /etc/rndc.conf configuration file does not
exist.
/etc/rndc.key
The default process-id file used by named./var/run/named.pid
Configuration Files 119