cancel
Showing results for 
Search instead for 
Did you mean: 

Import Media Contents to NBU

Learning_Everyd
Level 5

I've been given a tape from a external customer and being asked to restore from it.  All the info I've been given is that the data consist of tar files from a RMAN backup.  I'm assuming NetBackup was not the method to back it up to tape.  This is due to when I attempt to perform a Phase1 Import I get error:

 

8/31/2012 3:44:20 PM - begin Import
8/31/2012 3:44:20 PM - Info bptm(pid=2788) start            
8/31/2012 3:44:20 PM - started process bptm (2788)
8/31/2012 3:44:21 PM - Info bptm(pid=2788) Waiting for mount of media id LT4358 (copy 1) on server ma-atlmedia2.us.manh.com. 
8/31/2012 3:44:21 PM - started process bptm (2788)
8/31/2012 3:44:21 PM - mounting LT4358
8/31/2012 3:44:21 PM - requesting resource LT4358
8/31/2012 3:44:21 PM - granted resource LT4358
8/31/2012 3:44:21 PM - granted resource HP_ULTRIUM3-SCSI_HU10746PE4_
8/31/2012 3:44:22 PM - Info bptm(pid=2788) INF - Waiting for mount of media id LT4358 on server ma-atlmedia2.us.manh.com for reading.
8/31/2012 3:45:04 PM - mounted; mount time: 00:00:43
8/31/2012 3:45:10 PM - Error bpimport(pid=33572) Status = cannot read media header, may not be NetBackup media or is corrupted.
8/31/2012 3:45:10 PM - end Import; elapsed time: 00:00:50
cannot read media header, may not be NetBackup media or is corrupted(172)
 
I'm assuming the Import is unable to create a HEADER file in the ImageDB because it can't read the media header.  Would this be correct?  So my question, is it possible to Import data from media no matter how or what wrote the data to tape?
 
1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

Taper header is a 1024 byte header that is written to the tape at the beginning of the backup.

This TN describes what this header looks like: http://www.symantec.com/docs/TECH73812

It is clear from the error that you received that there is no NetBackup header on the tape.
NetBackup can only read NetBackup and Backup Exec tapes. No other backup software.

View solution in original post

5 REPLIES 5

Will_Restore
Level 6

 data consist of tar files from a RMAN backup

 

yes, sounds like it is not NetBackup tape

you can try reading tape directly with tar command

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

Taper header is a 1024 byte header that is written to the tape at the beginning of the backup.

This TN describes what this header looks like: http://www.symantec.com/docs/TECH73812

It is clear from the error that you received that there is no NetBackup header on the tape.
NetBackup can only read NetBackup and Backup Exec tapes. No other backup software.

Learning_Everyd
Level 5

Can you share any info on how to do this? 

Thanks

Learning_Everyd
Level 5

Marianne,

Thanks for the reply.  "wr" mentionsa tar command.  Do you know anything about this functionality?  

Will_Restore
Level 6