NetBackup™ Web UI Administrator's Guide
- Section I. About NetBackup
- Introducing NetBackup
- Administering NetBackup licenses
- Registering with Veritas Alta View
- Introducing NetBackup
- Section II. Monitoring and notifications
- Monitoring NetBackup activity
- Activity monitor
- Job monitoring
- Troubleshooting the viewing and managing of jobs
- Device monitor
- Notifications
- Monitoring NetBackup activity
- Section III. Configuring hosts
- Managing host properties
- Managing credentials for workloads and systems that NetBackup accesses
- Add a credential for CyberArk
- Managing deployment
- Section IV. Configuring storage
- Overview of storage options
- Configuring storage units
- Configuring disk storage
- Integrating MSDP Cloud and CMS
- Managing media servers
- Managing tape drives
- Staging backups
- Troubleshooting storage configuration
- Section V. Configuring backups
- Overview of backups in the NetBackup web UI
- Managing protection plans
- Managing classic policies
- Protecting the NetBackup catalog
- Catalog backups
- Managing backup images
- Pausing data protection activity
- Section VI. Managing security
- Security events and audit logs
- Managing security certificates
- Managing host mappings
- Configuring multi-person authorization
- Managing user sessions
- Configuring multi-factor authentication
- Managing the global security settings for the primary server
- About trusted primary servers
- Using access keys, API keys, and access codes
- Configuring authentication options
- Managing role-based access control
- Disabling access to NetBackup interfaces for OS Administrators
- Section VII. Detection and reporting
- Section VIII. NetBackup workloads and NetBackup Flex Scale
- Section IX. Disaster recovery and troubleshooting
- Section X. Other topics
- Additional NetBackup catalog information
- About the NetBackup database
NetBackup database server management
This topic describes the commands that are available to manage the NetBackup database.
To start and stop the NetBackup database, use one of the following methods:
In the Daemons tab of the Activity monitor, select the service (vrtsdbsvc_psql).
(Windows) From the Windows Service Manager, select the service
(vrtsdbsvc_psql).(Windows) Use the following commands:
install_path\Veritas\NetBackup\bin\bpdown -e vrtsdbsvc_psql
install_path\Veritas\NetBackup\bin\bpup -e vrtsdbsvc_psql
(UNIX) Use the following commands:
/usr/openv/db/bin/nbdbms_start_server -start
Starts the NetBackup Scale-Out Relational Database server if no option is specified.
/usr/openv/db/bin/nbdbms_start_server -stop -f
Stops the server; -f forces a shutdown with active connections.
The stop command or the start command, which starts and stops all NetBackup daemons.
daemon is included in the
Individual databases can be started or stopped, while the NetBackup Scale-Out Relational Database Manager service continues. Use the NetBackup Database Administration utility or the following commands:
nbdb_admin [-start | -stop]
Starts or stops NBDB without shutting down the NetBackup Scale-Out Relational Database server.
To see whether the database is up, enter nbdb_ping.
nbdb_admin [-start | -stop BMRDB]
Starts or stops BMRDB without shutting down the NetBackup Scale-Out Relational Database server.
To see whether the BMRDB database is up, enter nbdb_ping -dbn BMRDB.