Important Update: Cohesity Products Knowledge Base Articles


All Cohesity Knowledge Base Articles are now managed via the Cohesity Support Portal: https://support.cohesity.com/s/searchunify. The Knowledge Base articles available here will not reflect the latest information or may no longer be accessible.

NetBackup 'nbdb_admin -reorganize' command fails. Can't identify database nbdb.

Article: 100045529
Last Published: 2019-04-29
Ratings: 0 1
Product(s): NetBackup

Problem

Attempts to reorganize the NBDB database via the 'nbdb_admin -reorganize database_name' command fail.

Error Message

Can't identify database nbdb.

Cause

The database name for NBDB is case sensitive.  If typed in lower case, the above error message is returned.

Solution

Use NBDB (all UPPERCASE) as the database name.

Incorrect:

nbdb_admin -reorganize nbdb

Correct:

nbdb_admin -reorganize NBDB

 

Was this content helpful?