The nbdc command names data classifications and sets their rank. Data classifications are the labels that the user can attach to backup images. They allow NetBackup to treat different kinds of data differently. Only storage lifecycle policies can use data classifications.
The nbdc command can do one of the following:
Specifies the new description for the designated data classification. This description is commentary only.
Lists the data classifications. The output contains only information. The fields do not have names. A line appears for each level with the fields that are space delimited.
Lists the data classifications. The field name identifies the output fields. A line is output for each level and is formatted to print within the field headings.
Identifies the new name for the specified data classification. Default names are Platinum, Gold, Silver, and Bronze.
Identifies the new rank for the specified data classification ID. The rank is the method by which NetBackup determines the importance of a data classification in relation to other data classifications.
This example lists all data classifications. Only two levels (ranks) are shown.
# nbdc -L Rank: 4 Name: Bronze Description: "lowest rank" Classification ID: B1F664D41DD111B2ACFB99708C0940D1 Rank: 1 Name: Platinum Description: "highest rank" Classification ID: B4C999D41DD111B2FFFB99704C6660D4
This example changes the description of Rank 4 to "really the lowest rank":
nbdc -modify -sl B1F664D41DD111B2ACFB99708C0940D1 -d "really the lowest rank"