bpcd — NetBackup client daemon. Enables the NetBackup clients and servers to accept requests from NetBackup servers.
On Windows systems, bpcd is a communications daemon that the NetBackup Client Service bpinetd activates. Typically, on UNIX systems inetd activates bpcd.
When you install NetBackup on a client, the installation process typically adds entries for bpcd to the following:
The services entry looks like the following:
bpcd 13782/tcp bpcd
The inetd.conf entry on UNIX and Linux systems looks like the following:
bpcd stream tcp nowait root /usr/openv/netbackup/bin/bpcd bpcd
The following options are available only on UNIX and Linux clients and imply that the -standalone option is active.
Instructs bpcd to run continuously rather than inetd start it.
Prevents bpcd from forking and does not disconnect it from standard input, output, and error.
Specifies the port number where bpcd listens for requests. The default is the
bpcd entry in: /etc/services.
Specifies the local network interface that bpcd accepts connections from. Default is to accept connections from all local network interfaces. You can specify either a host name or an IP address.
When -keyfile is specified, you are prompted for the NetBackup pass phrase that lets bpcd access the NetBackup encryption key file.
See the section "Additional key file security (UNIX clients only)" in the NetBackup Security and Encryption Administrator's Guide for more information.