The nbdb_admin command can be used to start or stop the NetBackup database or the BMR database.
The nbdb_admin command line utility is required to
enable the customer to change the DBA and application passwords.
The DBA and application passwords are encrypted and stored in the
vxdbms.conf
file. Secure SSL is used
for encryption, and keys are handled in a consistent manner with
the rest of NetBackup. The passwords are encrypted with AES-128-CFB
by using the NetBackup private key. The permissions on the file
enable it to be read or written only by the root user on UNIX or a
Windows administrator.
During installation, the
default password of nbusql
is used
for the NBDB and the BMRDB databases for all DBA and application
accounts. The same password is used for the NBDB and the BMRDB DBA
and application accounts such as EMM_MAIN.
These options enable an administrator that runs locally on an Authentication server to add or remove domains within the private Veritas Domain Database. These domains are not accessible from within any operating system. They are meaningful only within Symantec product Authentication and Authorization Service. Use them where a centralized naming authority (such as a PDC/AD or NIS domain) is not available.
Enables you to change the default password, nbusql, for the NBDB and the BMRDB databases for all DBA and application accounts.
If the - backup option is
used, the new password is saved in the directory specified by
directory with the file name
nbdbinfo.da
. Otherwise, it is saved
under the default location with the same file name.
Validates the indexes and keys on all of the tables in the specified database. If no database name is specified, the option validates all the databases. It scans each table and checks that each row exists in the appropriate indexes. The number of rows in the table must match the number of entries in the index.
The -full option performs a full validation of the database or databases. It ensures that every row that is referenced in each index exists in the corresponding table. For foreign key indexes, it also ensures that the corresponding row exists in the primary table.
The validation checks do not require that all NetBackup activity be suspended. However, the checks may report any transient errors that are a result of transactions that are in progress.
This command updates the VXDMS_NBDB_BACKUP_OWNER parameter in the bp.conf file on UNIX systems and in the registry on Windows systems. This command specifies if the master server owns the backup of the databases that are included in the catalog backup. The default for this parameter is yes.