Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Offline Catalog Backup Question

Updated: 25 Jun 2010 | 7 comments
chrisa72's picture
0 0 Votes
Login to vote

I currently have a NBU master server on RHEL 5 with a Windows 2003 media server. I can't use hot catalog backup for reasons I won't go into here, so I have to use offline catalog backup.
I've used the Catalog backup wizard to set this up and chosen the media server as the media server to send the data to, as it is connected to the tape library. I've entered the files from both the master and media server in the list of catalog files to be backed up, but the catalog backup only backs up catalog files from the media server.
How do I configure the catalog backup to backup the catalog from both the master and media servers?

Comments

RameshG's picture
21
Dec
2009
1 Vote -1
Login to vote

To configure Hot Catalog Backups

Hi Chrisa,

Refer the document ID for, How to configure Hot Catalog Backups with Veritas NetBackup (tm) 6.0

The NetBackup catalog resides on the disk of the NetBackup master server. The catalog consists of the following parts:

-Image database: The image database contains information about what has been backed up. It is by far the largest part of the catalog.

-NetBackup data that is stored in relational databases: The data includes media and volume data describing media usage and volume information, which is used during the backups.

-NetBackup configuration files: The configuration files include flat files concerning policy and schedule information.

For more information on Netbackup Catalog, please refer "Netbackup Admin Guide for UNIX-I" Chapter 6 - Netbackup Catalog.

Marianne van den Berg's picture
21
Dec
2009
2 Votes +2
Login to vote

There are no catalogs on NBU

There are no catalogs on NBU 6.x media servers. Everything resides on the master/emm server.
Offline, cold catalog backups are explained in NBU Admin Guide I on page 279 and 291.
"Parts of the catalog" is explained on page 272 of the same manual.

Supporting Storage Foundation and VCS on Unix and Windows as well as NetBackup on Unix and Windows.
Handy NBU links

chrisa72's picture
21
Dec
2009
0 Votes 0
Login to vote

Thanks Marianne and RameshG.

Thanks Marianne and RameshG. The issue is that I have to nominate the media server for the offline catalog backup to tape, because of that the client named in the Catalog Backup backup job is the media server, not the master server.
I'll play around with the config and see what I can find.
It is backing up around 56MB of data from the media server, just for interest....

War is peace, freedom is slavery, ignorance is strength....

J.Hinchcliffe's picture
21
Dec
2009
2 Votes +2
Login to vote

If you have more then one server to backup

your entries in the Files tape should like something like this
 (where Master=your master server)
(where media=your media server)

Master:/usr/openv/netbackup/db
Master:/usr/openv/volmgr/database
Media:/usr/openv/netbackup/db
Media:/usr/openv/volmgr/database

you need to read the manual for your version of NetBackup to see what files you need to backup to your catalog tape.

(if you just say  /usr/openv/netbackup/db  then it will only backup from the media server that is doing the catalog tape).

I don't have to know how to spell....I work on Unix.
NetBackup 7.0.1 - AIX & Windows

Srikanth Gubbala's picture
22
Dec
2009
1 Vote -1
Login to vote

i second Hinch

but if you are planning to perfrom a redirected offline catalog backup for master server using media server, everytime you fire backup on media server ensure that you dont perfrom any backup jobs on  master server.. since you are not using the catalog backup policy provided by netbackup, it does not offline the database automatically..

even i recoommed a different way, schedule cold catalog backup policy on master server, and move the data locally, backup that data to tape using media server point master server as client.

regards, Srikanth.

chrisa72's picture
23
Dec
2009
0 Votes 0
Login to vote

Thanks for your help all, I'm

Thanks for your help all, I'm going to try an alternative method i.e. using a script with backupdb in it instead. Hopefully this will do the trick.

War is peace, freedom is slavery, ignorance is strength....

Marianne van den Berg's picture
23
Dec
2009
1 Vote +1
Login to vote

Please post output of

Please post output of 'bpsyncinfo -L'

The default is something like this:

  Paths Included:
    /usr/openv/netbackup/db
    /usr/openv/volmgr/database
    /usr/openv/var
    <master>:NETBACKUP_RELATIONAL_DATABASE_FILES

If you have a media server doing the backup, you should add <master>: before each path.

Supporting Storage Foundation and VCS on Unix and Windows as well as NetBackup on Unix and Windows.
Handy NBU links