bpsetconfig

bpsetconfig — update a NetBackup configuration

SYNOPSIS

<admin_dir_path>bpsetconfig [-h host] [-u user] [file,...]

On Windows systems, <admin_dir_path> is <install_path>\NetBackup\bin\admincmd\

DESCRIPTION

The bpsetconfig command is used as a stand-alone program, or as a helper program with the backuptrace and the restoretrace commands, to update a configuration. This command is available for all NetBackup server platforms.

You must have administrator privileges to run this command.

OPTIONS

-h host

The host name of the server or client whose configuration is updated.

-u user

The user whose configuration is updated.

file...

The file(s) where the updates are listed. If not specified, standard input is read.

EXAMPLES

The following shows how to set an NBU configuration on a different system.

bpsetconfig -h orange.colors.org
SERVER = yellow.colors.org
SERVER = orange.colors.org
<ctl-Z>

Sets the NetBackup configuration on the system orange.colors.org to the designated server that follows. This means that yellow.colors.org is the master server for the client orange.colors.org:

SERVER = yellow.colors.org
SERVER = orange.colors.org