Veritas-bu

[Veritas-bu] Problem with inserting new tapes.

2006-03-22 07:13:44
Subject: [Veritas-bu] Problem with inserting new tapes.
From: jpiszcz.backup AT gmail DOT com (Justin Piszcz)
Date: Wed, 22 Mar 2006 07:13:44 -0500
Yes I have added the barcode rules after referencing the PDF, thanks!

On 3/21/06, Massimo Baccanelli <massix AT sorint DOT it> wrote:
> Justin Piszcz wrote:
>
> >When tapes are inserted into a newly build NetBackup environment, they
> >are getting pulled into the NetBackup pool instead of the scratch
> >pool.
> >
> >I know there is something with the vm.conf on the master that needs to
> >be I set I believe...
> >
> >What changes need to be made so when I insert new tapes that the robot
> >or master server have never seen before, so that they fall into the
> >scratch pool?
> >
> >_______________________________________________
> >Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
> >http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
> >
> >
> >
> in attach my implementation .. .. ..
> sorry for my bad english
> bye
> MaX
> :-)
>
>
>
> 1) Verify existence pool:
>
>         root@ultra5b # vmpool -list_scratch
>         Scratch Pools
>         =============
>         Scratch
>         root@ultra5b #
>
>   if not exist:
>
>         root@ultra5b # vmpool -add Scratch_Pool "Scratch Pool" ANYHOST -1 -2
>         root@ultra5b # vmpool -set_scratch Scratch_Pool
>         root@ultra5b # vmpool -list_all -bx
>         pool                   index   host             user             
> group            description
>         
> ---------------------------------------------------------------------------------------------
>         None                     0     ANYHOST          ANY              NONE 
>             the None pool
>         NetBackup                1     ANYHOST          root (0)         NONE 
>             the NetBackup pool
>         DataStore                2     ANYHOST          root (0)         NONE 
>             the DataStore pool
>         CatalogBackup            3     ANYHOST          root (0)         NONE 
>             NetBackup Catalog Backup pool
>         test-fs                  5     ANYHOST          ANY              NONE 
>             My TEST Backup
>         Scratch_Pool             6     ANYHOST          ANY              NONE 
>             Scratch Pool
>         root@ultra5b #
>
> 2) Add new tape into library.
>
> 3) Check the contents of a tape library:
>
>         root@ultra5b # vmcheckxxx -rt tl4 -rn 0
>
>                 Robot Contents  Volume Configuration
>
>         Slot    Tape            Media ID                Mismatch Detected
>         ====    ==============  ====================    =================
>           1      Yes            BCK000
>           2      Yes                                    Yes
>           3      Yes                                    Yes
>           4      Yes                                    Yes
>           5       No
>           6       No
>         root@ultra5b #
>
> 4) Update new contents of a tape library:
>
>         root@ultra5b # vmupdate -rt tl4 -rn 0 -full -mt 4mm -p Scratch_Pool 
> -use_seed -mp BCK
>         Generating list of recommended changes ...
>
>         Proposed Change(s) to Update the Volume Configuration
>         =====================================================
>         Logically add new media BCK??? to robot slot 2.
>         Logically add new media BCK??? to robot slot 3.
>         Logically add new media BCK??? to robot slot 4.
>         Updating volume configuration ...
>
>         Processing new media added to the robotic library by logically
>         adding media with new media IDs as follows...
>                 Media ID        Slot
>                 ========        ====
>                  BCK001           2
>                  BCK002           3
>                  BCK003           4
>
>
>         Volume configuration successfully updated.
>
>         root@ultra5b #
>
>         root@ultra5b # vmcheckxxx -rt tl4 -rn 0
>
>                 Robot Contents  Volume Configuration
>
>         Slot    Tape            Media ID                Mismatch Detected
>         ====    ==============  ====================    =================
>           1      Yes            BCK000
>           2      Yes            BCK001
>           3      Yes            BCK002
>           4      Yes            BCK003
>           5       No
>           6       No
>         root@ultra5b #
>
>
>         root@ultra5b # available_media
>         media   media   robot   robot   robot   side/   ret    size     status
>          ID     type    type      #     slot    face    level  KBytes
>         
> ----------------------------------------------------------------------------
>         CatalogBackup pool
>
>         DataStore pool
>
>         NetBackup pool
>
>         None pool
>
>         Scratch_Pool pool
>
>         BCK001  4MM      TL4      0       2      -       -     -        
> AVAILABLE
>         BCK002  4MM      TL4      0       3      -       -     -        
> AVAILABLE
>         BCK003  4MM      TL4      0       4      -       -     -        
> AVAILABLE
>
>         test-fs pool
>
>         BCK000  4MM      TL4      0       1      -       0     1664     ACTIVE
>
>         root@ultra5b #
>
>
>


<Prev in Thread] Current Thread [Next in Thread>