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.

Automatically tapes moves from define media pools to Netbackup pool after retention period expired.

Updated: 21 May 2010 | 13 comments
Shashank's picture
0 0 Votes
Login to vote

I had created number of media pools for arround 25 tapes & these bundle of tapes i use for daily backup with a retention period of a week.But after completion of retention period,these tapes is automatically moves to netbackup pool.Due to this i need to again move these tapes to particular define media pool.Is that any one face this problem with NBU 6.5.3.

Comments

rj_nbu's picture
05
May
2009
1 Vote +1
Login to vote

this is how it works

 Hi Shashank,

When you insert new (fresh) media , and inventory it, you can specify which volume pool it will go into (Default is netbackup). After completion of retention period, tapes WILL go back to the volume pool where it was first inventoried.

-Rajeev

-Rajeev
"Unix IS user friendly... It's just selective about who its friends are"

Darren Dunham's picture
05
May
2009
0 Votes 0
Login to vote

I thought that would only

I thought that would only happen if Netbackup took the tape from the pool, not if the pool was changed manually. And the Netbackup pool isn't normally used as the scratch pool.

Shashank, do you have a separate scratch pool?  What do you get for 'vmpool -listscratch'?

--
Darren

J.Hinchcliffe's picture
05
May
2009
3 Votes +3
Login to vote

RETURN_UNASSIGNED_MEDIA_TO_SC

RETURN_UNASSIGNED_MEDIA_TO_SCRATCH_POOL = NO

try putting that in your vm.conf.

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

Shashank's picture
05
May
2009
0 Votes 0
Login to vote

Finaly got solution

I have rune nbemmcmd -changesetting -RETURN_
UNASSIGNED_MEDIA_TO_SCRATCH_POOL no -machinename (hostname of master server) & it works.

Stamp79's picture
25
Jun
2009
0 Votes 0
Login to vote

I tried this syntax

I am using 6.0MP5 is the syntax the same... is there a registry or file or gui setting I can use to change this?

wrobbins's picture
25
Jun
2009
1 Vote +1
Login to vote

syntax should be the same

nbemmcmd  -changesetting  -return_unassigned_media_to_scratch_pool no  -machinename <servername>
take note of all the hyphens

~ Bill

Stamp79's picture
25
Jun
2009
0 Votes 0
Login to vote

Thanks

That worked!!! So I selected yes so that it will return to scratch because that is where it pooled it from. How do I verify that the Netbackup Pool Media is really ready to be scratch (empty)?

wrobbins's picture
25
Jun
2009
0 Votes 0
Login to vote

oops

if you want media to go to  Scratch pool select  yes
if you want media to stay in current pool select  no

Netbackup pool cannot be Scratch.  Other pool can be Scratch but it makes sense to name Scratch pool 'Scratch'.

~ Bill

Stamp79's picture
25
Jun
2009
0 Votes 0
Login to vote

I selected yes for it to go

I selected yes for it to go to scratch... but the media that was assigned to netback before i changed it is still in Netback volume pool. Do i just RIght click and change it all to scratch? I want to make sure there are no "valid" (non-expired images on it). I will make sure all my policies are not using the netbackup pool and if not change them to scratch.

wrobbins's picture
25
Jun
2009
0 Votes 0
Login to vote

too many questions, slow down :)

this setting works on newly expring media not existing expired media

yes, if you want to change old expired media to Scratch you can do that
it won't let you change volume pool unless it has no images

do not use Scratch pool in your policy attribute; that's just wrong
think of Scratch as "free" for use, not "used" for any old thing

~ Bill

Stamp79's picture
25
Jun
2009
0 Votes 0
Login to vote

Scratch Pool

The individual policies have different pools that pull from scrach as they need to. How can I see if there are images on a volume pool?

wrobbins's picture
25
Jun
2009
0 Votes 0
Login to vote

ok, whew!

in the GUI, media in use will have Time Assigned and Data Expiration

~ Bill

Francis Doran's picture
26
Jun
2009
1 Vote +1
Login to vote

barcode rule

You could always create a set of barcode rules (using the vmrule command) for each of your tapes and assign them to a specific volume pool, that way when images expire, netbackup will assign that media to the correct volume pool rather then send it back to a scratch pool.