cancel
Showing results for 
Search instead for 
Did you mean: 

Tape Ownership

Mudabo1
Level 3

I have a Storage Unit Group that has 6 media server and Round Robin selection.   That means that when a tape is allocated, a media server is assigned (because each storage unit is setup to have the media server as the owner.)   This has caused many active tapes to be skipped over because the media server requesting the tape was not the media server owning the tape.    I turned Unrestricted Media sharing for all media servers, and it looks as though tapes are now being written to by all of the media servers.  Trouble is, I have 50 tapes in each library that are just sitting there active, and not full.   NBU is not appending to these tapes (space is not an issue).  My question is, Is there anyway I can change the owner of these legacy tapes to UNRESTRICTED_SHARING_GROUP, so NBU will then append them ?

1 ACCEPTED SOLUTION

Accepted Solutions

Genericus
Moderator
Moderator
   VIP   

On my unix systems, I can run a script and change the media owner, including the group.

I select the tapes, then run a for i, do loop using command "bpmedia -movedb -m $i -newserver servername -newsvr_group All_Servers -oldserver servername"

You do NOT need to change the server name, it will update the server group.

I believe you can run a global command to change ALL the media owned by a media server, and update the server gourp this way.

NetBackup 9.1.0.1 on Solaris 11, writing to Data Domain 9800 7.7.4.0
duplicating via SLP to LTO5 & LTO8 in SL8500 via ACSLS

View solution in original post

4 REPLIES 4

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified
Which retention level on tapes not being appended to?
And which retention levels currently in use by Policy schedules?

Nicolai
Moderator
Moderator
Partner    VIP   

Once backups on the tapes has expired, they will be become a member of UNRESTRICTED_MEDIA_SHARING group. They will fill - patience :)

Genericus
Moderator
Moderator
   VIP   

On my unix systems, I can run a script and change the media owner, including the group.

I select the tapes, then run a for i, do loop using command "bpmedia -movedb -m $i -newserver servername -newsvr_group All_Servers -oldserver servername"

You do NOT need to change the server name, it will update the server group.

I believe you can run a global command to change ALL the media owned by a media server, and update the server gourp this way.

NetBackup 9.1.0.1 on Solaris 11, writing to Data Domain 9800 7.7.4.0
duplicating via SLP to LTO5 & LTO8 in SL8500 via ACSLS

Thank you, that worked for me also