Veritas NetBackup™ Commands Reference Guide
- Introduction
- Appendix A. NetBackup Commands
Name
nbrepo — used to manage the NetBackup package repository.
SYNOPSIS
-a package_path
-d package_identifier
-l
-p package_identifier
-h
On UNIX systems, the directory path to this command is /usr/openv/netbackup/bin/admincmd
On Windows systems, the directory path to this command is install_path\NetBackup\bin\admincmd\
DESCRIPTION
The nbrepo command is used to manage packages in the NetBackup repository. You can add new packages or delete existing packages from the repository. You can also list all the packages that currently exist in the repository. You can use this command to retrieve the package metadata.
OPTIONS
- -a | -add package_path
Add packages to the repository. The package identifier the repository generates is returned.
- -d | -delete package_identifier
Delete packages from the repository. Specify the package identifier for the command to delete.
- -h | -help
Show the command usage statement.
- -l | -list
Returns a list of package identifiers for all packages in the repository.
- -p | -pkgDetails package_identifier
Returns the package metadata for the specified package.
EXAMPLES
Example 1: Adding a package to the NetBackup repository.
nbrepo -add C:\temp\vxupdate_nbclient_8.1.2_windows_x64.sja Successfully added deployment package ID: 6 to the repository.
SEE ALSO
See nbinstallcmd.