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.

How to force NetBackup read the status of the media?

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

I've already expired all the images from the media, but the tape status is still FULL. It can't be reused by NetBackup. Is there any way to change the status from FULL to available instead of running bpexpdate to expire the media? 

discussion Filed Under:

Comments

J.Hinchcliffe's picture
27
Apr
2009
0 Votes 0
Login to vote

Is it frozen

If the tape is frozen it will not be avail until unfrozen even if you expired all the images.

Have you run the report "images on tape" and verified all images are expired?

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

scorpy_582's picture
27
Apr
2009
0 Votes 0
Login to vote

if not frozen..

 As rightly suggested by Hinchcliffe, cehck if the media is frozen. If the media is no frozen, then run the command bpexpdate -deassignempty

Stumpr's picture
28
Apr
2009
1 Vote +1
Login to vote

catalog backup

After you expire the imge run a catalog backup which will delete the expired image i n the catalog as part of the cleanup.

Bob Stump VERITAS - "Ain't it the truth?" Incorrigible punster -- Do not incorrige

sunbird's picture
28
Apr
2009
0 Votes 0
Login to vote

Yongkang, uf the above

Yongkang, uf the above suggestion don't work, what procedure did you use to expire the media?  (if you changed the "expiration date" associated with the media id via the gui, you may not have expired the images)

J.Hinchcliffe's picture
28
Apr
2009
0 Votes 0
Login to vote

post out put from commands for the tape in question

/usr/openv/netbackup/bin/admincmd/bpmedialist -m <mediaid>

/usr/openv/volmgr/bin/vmquery -m <mediaid>

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

rookie11's picture
28
Apr
2009
0 Votes 0
Login to vote

media status

check the media status whether it is frozen or not use command bpmedialist

if it is frozen unfreeze it using command bpmedia

if all the images r not expired and u no longer use them u can use bpexpdate -m mediaid -d 0 -host hostname -force [THIS COMMAND WILL EXPIRE THE TAPE N PUT IT INTO SCRATCH]

CHECK in reports whether any of the images in media is useful to u or not before running BPEXPDATE