Forum Discussion

H_Sharma's avatar
H_Sharma
Level 6
10 years ago
Solved

Move Media

Hello Experts,

Pls help me with the below syntax

I want to move mulitple tapes from old to new. I can do it for one easily but unable to do it for multiple.Some syntax missisng

C:\Program Files\Veritas\NetBackup\bin\admincmd>bpmedia -movedb -oldserver med01 -newserver med02 -m media id 1 2 3 4 5...so on

  • Hi Hargyan,

    I never see, we can move ownership of mutiple media by putting it into single command saprated by space.

    You need to run the command for each media saprately.

    However, if you are trying to move all media that are assigned to one media server (oldservername) to
    another media server (newservername). You can use

    bpmedia -movedb -allvolumes -newserveroldservername -oldserver newservername]