Netbackup 8.0 Blueprint Catalog
Netbackup 8.0 Blueprint Catalog
0 Blueprint
Catalog
Backup and Recovery Technical Education Services
Attention
Disclaimer
ATTENTION
This forward-looking indication of plans for products is preliminary and all future release
dates are tentative and are subject to change.
Any future release of the product or planned modifications to product capability, functionality
or feature are subject to ongoing evaluation by Veritas, and may or may not be implemented
and should not be considered firm commitments by Veritas, and should not be relied upon in
making purchasing decisions.
This NetBackup Blueprint presentation includes example diagrams that contain objects that
represent applications and platforms from other companies such as Microsoft and VMware.
These diagrams may or may not match or resemble actual implementations found in end
user environments. Any likeness or similarity to actual end user environments is completely
by coincidence.
The goal of the diagrams included in this blueprint presentation is not to recommend specific
ways in which to implement applications and platforms from other companies such as
Microsoft and VMware; the purpose of these diagrams is to illustrate NetBackup best
practices only.
For guidelines and best practices on installing and configuring applications and platforms
from other companies, please refer to best practice documentation and other resources
provided by those companies.
NetBackup Blueprints are designed to illustrate key customer data protection challenges
and to demonstrate how NetBackup solves them.
Each Blueprint consists of:
• Pain points - current challenges a customer faces
• Whiteboards/example diagrams – illustrations of the NetBackup solution
• Configuration walkthrough – step-by-step configuration guide of the NetBackup
solution
• Best practices - NetBackup best practices to avoid common pitfalls
Use Blueprints to present NetBackup best practice implementation examples.
1 Fundamentals
2 Catalog Backup
3 Catalog Recovery
4 Best Practices
Image
Metadata
Licensing Backup
Data policies
Catalog
Error Client
Logs Database
Backup
Content
Class DARS_DATA
Client DARS_INDEX
Config DBM_DATA
Failure _history EMM_DATA
Images EMM_INDEX
Vault SEARCH_DATA
SEARCH_INDEX
VXDBMS.conf
Windows:
Windows:install_path\NetBackup\db Windows: install_path\NetBackupDB
Unix:/usr/openv/netbackup/db Unix:/usr/openv/db
• Image Headers contain information about the backup itself – client, STU’s,
hosts, policy, etc.
• Every image has a single Image Header.
• Prior to the 7.5 release, image headers were stored as flat files. These
have now been migrated to the NetBackup Database (NBDB)
• Dot F Files (or Files File) contain information about the files and attributes
that were backed up in an image.
• These are stored as flat files in binary format. They can be viewed in
ASCII format using the cat_convert utility.
• Dot f files comprise a large portion of the image catalog.
• Hot Catalog Backups allow you to backup the entire NetBackup Catalog
for disaster recovery purposes.
• It is called ‘hot’ because it allows you to backup the catalog while jobs
are running. This was introduced in NetBackup 6.0 Prior to that, catalog
backups could only be taken when NBU was not running.
• It backs up the entire database, image and configuration files.
Click ‘NetBackup
Management’
and select
‘Configure the
Catalog Backup’
The DR (disaster
recovery)file contains
information about
when the catalog
backup was
performed, which
Configure the media server
location for DR file. performed the
backup, where the
data is located
(Media ID or disk
path), and step by
step instruction on
how to recover the
catalogs.
DR tab is
added in the
policy.
– Note: An online catalog backup does not back up information on the inactive nodes.
If you recover from incremental backup, the NetBackup relational database files identified by the DR file are restored. All catalog backup
image files back to the last full catalog backup are automatically included in an incremental catalog backup. Therefore, only catalog
images and configuration files that changed since the last full backup are restored. You can then use the Backup, Archive, and Restore
user interface to restore all backup images.
32 © 2017 Veritas Technologies LLC. All rights reserved.
Recovering The Entire Catalog (4)
Recovery is completed
successfully. You need
to restart the NetBackup
services.
Recovery is
completed
successfully. You
need to restart the
NetBackup services.
Partial catalog
recovery can be
initiated by answering
to this question and
additionally answering
whether or not to
include policy data.
• Customers may need to maintain their backups for many years for
reasons such as government regulations and auditing purposes.
• Archiving catalog images allows you to save space on the master server
and manage older backup images which you won’t need to recover from
anytime soon.
• Catalog archiving allows you to backup dot-f files of older images and
remove them from the master server.
• The headers for the images remain in the database. So the images are
still visible in the catalog. Whenever you want to restore from those
images, they will need to be un-archived first.
• Archiving older images mean catalog backups have to backup much
lesser data.
Use bpcatlist to
determine what
image files will
be archived.
• Each line of the SRA file contains one repair action that is paired with an
associated parameter.
• NBCCR resides in the following location:
o Unix:/usr/openv/netbackup/bin/support/NBCCR
o Windows:install_path\NetBackup\bin\support\NBCCR.exe
• NBCCR accepts one input file, creates two output files, and uses one
temporary file.
• NetBackup can import the backups that have expired, the backups from
another NetBackup server
• Import happens in two phases:
o Phase I
– Import process creates a list of expired images from which to select to import in Phase
II. It regenerates image headers and imports them into the database. No import actually
happens in Phase I. If an image has only undergone Phase I import, it is removed
during the next cleanup.
o Phase II
– The dot-f files are regenerated and moved into the catalog
• Before NetBackup 7.6, NetBackup used the compress command on the server
(UNIX) to perform compression after each backup session.
• Post NetBackup 7.6 onward uses a built-in compression method to compress the
image catalog.
• The operation occurs while NetBackup expires backups and before it runs the
session_notify script and the backup of the NetBackup catalogs.
• The time to perform compression depends on the server speed and the number
and size of the files being compressed. Files are compressed serially, and
temporary working space is required in the same partition. Compression method is
based on zlib- faster and better ratios
50 © 2017 Veritas Technologies LLC. All rights reserved.
Compression (2)