Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

NetBackup 5.1MP6 VxVM snapshot backups.

Updated: 21 May 2010 | 3 comments
Yongkang's picture
0 0 Votes
Login to vote

In order to enable the snapshot backup for a client, we have to add the following entries to the bp.conf of media servers. Does anyone know if we have to add it to bp.conf of master server? 

CONNECT_OPTIONS = clientname 0 1 1

discussion Filed Under:

Comments

Alex Vasquez's picture
27
Jul
2009
0 Votes 0
Login to vote

I don't believe you need to do that...

I don't recall needing to run through the step you listed.  I could be wrong, however.
 
I referenced the Advanced Client Documentation

What is the OS of your master/media servers and the client you wish to run snapshots on?

"I’m an early bird and a night owl. So I’m wise and I have worms."
- Michael Scott

Yongkang's picture
27
Jul
2009
0 Votes 0
Login to vote

My test proved you have to

My test proved you have to add the following entry to both master and media servers.

CONNECT_OPTIONS = client_name 0 1 1 #This is a sample entry in bp.conf of master and media servers.

For snapshot backups, you don't need to add the CONNECT_OPTIONS to bp.conf of master server. But without the entry in the master server bp.conf, the snapshot restore will fail with error code 5. Moreover, in order for the snapshot restore working, you have to add the following entry to client's bp.conf.

OLD_VNETD_CALLBACK = YES

Yongkang's picture
27
Jul
2009
0 Votes 0
Login to vote

All of the master/media

All of the master/media server and clients are running Solaris.