cancel
Showing results for 
Search instead for 
Did you mean: 

Frozen Media

vamsivaddi
Level 5
Partner Accredited Certified

HI all,

 

I am using NBU 7.1  on solaris 10 SUN SPARC Architecture.

I have three medias which went into frozen state after unfreezing them.

Using administration console and command line.

Also find the screen shot of Admin console showing Frozen Media and bptm Log.

your help is Highly Appreciated.

2 REPLIES 2

Marianne
Level 6
Partner    VIP    Accredited Certified

What was the status code for the job for which you posted bptm?

Please post all text in Details tab for this job.

I don't see any media errors in the bptm log that you've posted. There are a couple of tapealerts, but no warning <8> or error <16>. The only <16> is this:

16> catch_signal: media manager terminated by parent process

which means that the job failed somewhere else. It is normally bpbrm that failed and as a result killed bptm.

Please post the contents of this file as well:

/usr/openv/netbackup/db/media/error

If you have more than one media server, post the 'error' file for all of them.

Vellanguli_Maga
Level 3

If you are running bpmedia -unfreeze -m <Media ID> from any machine other than the Media Server that wrote on the Media, then you should be adding a -h <Media Server name> to the command to make it look like this:

bpmedia -unfreeze -m <Media ID> -h <Media Server name that last wrote on that Media>

OR

run bpmedia -unfreeze -m <Media ID> from the Media Server that owns the Media.

You can get the last write host of the Media from the GUI > Media and Device Management > Media

or by running command nbemmcmd -listmedia -mediaid <MediaID>

 

Thanks,

VM