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. NetBackup™ Administrator's Guide, Volume I
  3. Section II. Configuring hosts
  4. Configuring Host Properties
  5. Configuration options for NetBackup servers
  6. SERVER option for NetBackup servers
NetBackup™ Administrator's Guide, Volume I

SERVER option for NetBackup servers

The first SERVER option in the bp.conf file must point to the primary server where the bp.conf option resides. During installation, SERVER is automatically set to the name of the system where the NetBackup primary server software is installed.

Table: SERVER information

Usage

Description

Where to use

On NetBackup primary servers and media servers.

Note:

For a Fibre Transport (FT) media server that has multiple network interfaces for VLANs, ensure that the FT server's primary host name appears before any other interface names for that FT media server host.

For more information, see the NetBackup SAN Client and Fibre Transport Guide.

How to use

An entry for the SERVER option must be present in the configuration file on all NetBackup servers and clients. It is the only required NetBackup option. This option is not used in $HOME/bp.conf files on a client.

Use the nbgetconfig and the nbsetconfig commands to view, add, or change the option.

For information about these commands, see the NetBackup Commands Reference Guide.

Note:

This topic discusses the bp.conf entries on the server. However, note that every SERVER option in a client bp.conf file must be a NetBackup primary or media server. That is, each system that is listed as a SERVER must have either NetBackup primary or media server software installed. The client service on some clients cannot be started if the client name is incorrectly listed as a server.

If you configure NetBackup media servers for a primary server, the bp.conf file on the primary server must have a SERVER entry or MEDIA_SERVER entry for each. As previously mentioned, the first SERVER entry in the list designates the primary server itself. The SERVER entry or the MEDIA_SERVER entries should be added after the first, self-referencing option.

A NetBackup primary server can be backed up as a NetBackup client by the servers that belong to another cluster. In that case the bp.conf file on the primary server should have SERVER entries for those servers as well.

Example

The following is an example entry on a primary server:

SERVER = Primary_server (this primary server itself)

SERVER = NB_server (primary server of another cluster)

SERVER = Media_server_#1

MEDIA_SERVER = Media_server_#2

.
.
.

The first SERVER entry on all the media servers must point to the primary server for those media servers. A media server can have only one primary server. However, a media server can be backed up as a NetBackup client by the servers that belong to another cluster, in which case the configuration file on the media server should have SERVER entries for those servers as well.

The following is an example entry on a media server:

SERVER = Primary_server (for this media server)

SERVER = NB_server (primary server of another cluster)

SERVER = Media_server_#1

MEDIA_SERVER = Media_server_#2

.
.
.

The SERVER entries must be the same on all servers in a primary and a media server cluster.

If a SERVER entry is added or modified in the bp.conf file on the primary server, stop and restart bprd and bpdbm so that NetBackup recognizes the change. (The NetBackup request daemon and NetBackup database manager.)

Note:

If the first SERVER entry (the primary server) is modified on a media server, the Enterprise Media Manager (EMM) also needs to be updated. To update EMM, run nbemmcmd -updatehost to change the primary server for a media server.

Equivalent Administration Console property

NetBackup Management > Host Properties > Primary Servers or Media Servers > Double-click on server > Servers.

See Servers properties.

See FAILOVER_RESTORE_MEDIA_SERVERS option for NetBackup servers.

Feedback

Was this page helpful?
Previous

SECURE_PROXY_CIPHER_LIST option for NetBackup servers and clients

Next

SERVER_CONNECT_TIMEOUT option for NetBackup servers

Feedback

Was this page helpful?