0% found this document useful (0 votes)
278 views

About The NetBackup Relational Database

During NetBackup master server installation, Sybase SQL Anywhere is installed to manage the NetBackup relational database (NBDB). NBDB contains authorization, EMM, and other NetBackup data used by services. It is installed by default on the master server, where the EMM server also resides for performance. The installation automatically creates the SQL Anywhere server, sets the NBDB location in configuration files, creates the NBDB and other database files, sets passwords, and initializes the databases.

Uploaded by

subhrajitm47
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
278 views

About The NetBackup Relational Database

During NetBackup master server installation, Sybase SQL Anywhere is installed to manage the NetBackup relational database (NBDB). NBDB contains authorization, EMM, and other NetBackup data used by services. It is installed by default on the master server, where the EMM server also resides for performance. The installation automatically creates the SQL Anywhere server, sets the NBDB location in configuration files, creates the NBDB and other database files, sets passwords, and initializes the databases.

Uploaded by

subhrajitm47
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

About the NetBackup relational database (NBDB) installation on UNIX/Linux

The following information can help you to install and operate the Sybase SQL Anywhere relational database management system. Generally, the implementation of Sybase SQL Anywhere in the NetBackup catalog is transparent. NetBackup installs Sybase SQL Anywhere during the master server installation as a private, non-shared server for the NetBackup database (NBDB). NBDB contains the NetBackup Authorization database, the Enterprise Media Manager (EMM) data, as well as other NetBackup data that NetBackup services use. The same installation of Sybase SQL Anywhere is used for the optionally-licensed product, Bare Metal Restore (BMR) and its associated database (BMRDB). The BMR database is created during the BMR installation process. By default, the NetBackup relational database (NBDB) is installed on the master server. The master server is also the default location for the Enterprise Media Manager (EMM) server. Since EMM is the primary user of NBDB, the NetBackup database always resides on the same computer as the Enterprise Media Manager. See About the Enterprise Media Manager on UNIX/Linux. For performance reasons, the EMM server and the relational database can be moved to another server. See Moving NBDB database files after installation on UNIX/Linux. Note: NetBackup does not support saving the NetBackup relational database (NBDB, including NBAZDB and EMM) to a remote file system such as NFS or CIFS. The following procedure is performed automatically during installation in the order presented. You can also use the same procedure to manually install the database independently. Installing the NetBackup database 1. As part of the NetBackup master server installation, the SQL Anywhere server is created. The server parameters are set in the server.conf file in the following location: /usr/openv/var/global/server.conf See About the NetBackup server.conf file on UNIX/Linux. 2. The following entry is added to the bp.conf file to set the database location:

VxDBMS_NB_DATA = /usr/openv/db/data 3. The VxDBMS configuration file for NetBackup is created. This file requires the read and write permissions of root: /usr/openv/db/data/vxdbms.conf 4. The NetBackup database is created: /usr/openv/db/data/NBDB.db 5. DBA password is set for the NetBackup database in vxdbms.conf: VXDBMS_NB_PASSWORD = encrypted_password 6. Additional database files are created with contiguous space pre-allocated: The NetBackup system database file that is mentioned in the following step: /usr/openv/db/data/NBDB.db

The EMM database files: /usr/openv/db/data/EMM_DATA.db /usr/openv/db/data/EMM_INDEX.db

The authorization database files for NetBackup Access Control: /usr/openv/db/data/NBAZDB.db

The NetBackup transaction log, necessary for recovering the database: /usr/openv/db/data/NBDB.log

7. The SQL Anywhere accounts and schema are created for each of the NetBackup components that make use of the NetBackup database. (For example, EMM_MAIN.) 8. The following command initializes the EMM data: /usr/openv/volmgr/bin/tpext

You might also like