Changing the NetBackup database password
The database password is set to a randomly generated password upon installation. This password is used for NBDB and BMRDB and for all DBA and application accounts. You can use this procedure to change it to a known password.
The password is encrypted and stored in the vxdbms.conf file. The permissions for the vxdbms.conf file allow only a Windows administrator or a root user to read or write to it.
For requirements when NBAC is enabled, see the NetBackup Security and Encryption Guide.
To change the database password
- Log on to the server as a Windows Administrator or as root.
- To change the password for the first time after installation, run the following command. The command updates the vxdbms.conf file with the new, encrypted string:
On Windows: install_path\NetBackup\bin\nbdb_admin -dba new_password
On UNIX: /usr/openv/db/bin/nbdb_admin -dba new_password
The password needs to be an ASCII string. Non-ASCII characters are not allowed in the password string.
- To change a known password to a new password, you can either use the nbdb_admin command or the NetBackup Database Administration utility. You must know the current password to log into the NetBackup Database Administration utility.
See Using the NetBackup Database Administration utility on Windows.
See Using the NetBackup Database Administration utility on UNIX.