Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ Commands Reference Guide
  3. Appendix A. NetBackup Commands
  4. bpcd
Veritas NetBackup™ Commands Reference Guide

Name

bpcd — NetBackup client daemon. Enables the NetBackup clients and servers to accept requests from NetBackup servers.

SYNOPSIS

bpcd [-standalone] [-debug] [-portnum number] [-keyfile] [-terminate]

 

On UNIX systems, the directory path to this command is /usr/openv/netbackup/bin/

On Windows systems, the directory path to this command is install_path\NetBackup\bin\

DESCRIPTION

On Windows systems, bpcd is a communications daemon that the NetBackup Client Service bpinetd activates. Normally, inetd activates bpcd on UNIX systems.

The bpcd daemon accepts requests from NetBackup servers. Requests include the following:

  • Initiate backup and restore jobs

  • Get NetBackup configuration parameters

  • Set NetBackup configuration parameters

When you install NetBackup on a client, the installation process typically adds entries for bpcd to the following:

  • UNIX client: /etc/services and /etc/inetd.conf

  • Windows client: %SystemRoot%\system32\drivers\etc\services

The services entry looks like the following:

bpcd 13782/tcp bpcd

The inetd.conf entry on UNIX systems looks like the following:

bpcd stream tcp nowait root /usr/openv/netbackup/bin/bpcd bpcd

OPTIONS

The following options are available only on UNIX clients and imply that the -standalone option is active.

-debug

Prevents bpcd from forking and does not disconnect it from standard input, output, and error.

-keyfile

When -keyfile is specified, you are prompted for the NetBackup pass phrase that lets bpcd access the NetBackup encryption key file.

For more information, see "Additional key file security" in the NetBackup Security and Encryption Guide.

-portnum number

Specifies the port number where bpcd listens for requests. The default is the bpcd entry in: /etc/services.

-standalone

Instructs bpcd to run continuously rather than requiring inetd to start NetBackup. -standalone is the default condition for NetBackup startup.

-terminate

Stop the NetBackup Client Service (bpcd).

SEE ALSO

See bpclient.

See bpkeyfile.

Feedback

Was this page helpful?
Previous

bpcatrm

Next

bpchangeprimary

Feedback

Was this page helpful?