Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to take netbackup database backups

Status
Not open for further replies.

nani3456

Vendor
Feb 4, 2004
56
0
0
US
Hi friend

How to take netbackup backups on the media server( command line only)
DO we need to assain any tape for that? how to do that?
could I see that media_id when i run available_media.
Pl..give me step by step procedure..fo that

I want to take backup netbackup databse on media server?
 
Hi

This is what I did.
At the same place you config (dont remember the exact steps you have to du)youre Master server catalog backup. You can add the UNC path to the media servers files. This will give you the media servers catalog backup.

/Ulf
 
nani,

To run the DB backup on a UNIX system, you would type:

/opt/openv/netbackup/bin/admincmd/bpbackupdb -v > /path/to/output

You will also have to assign a tape number for the database backup, but I'm not sure how to do that from the command line. From the xnb GUI, you go to Backup Management/File/Change NetBackup DB Backup Attributes and enter in the media ID.

To run a catalog backup, run the following command:

/opt/openv/netbackup/bin/bpbackup -w -i -h $HOST -c $CLASS -s $SCHED -t 0 -L logfile_name

Hope this helps.

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top