Veritas-bu

[Veritas-bu] LTO Barcode rules [Driving me round the bend!]

2004-08-25 09:26:33
Subject: [Veritas-bu] LTO Barcode rules [Driving me round the bend!]
From: thoke AT northpeak DOT com (Tim Hoke)
Date: Wed, 25 Aug 2004 08:26:33 -0500 (CDT)
I think James already hit it on the head.  The robot isn't reporting all 8 
barcode chars, therefore, NBU isn't using the "Chars" rule you have.

Besides, the default behavior for NBU is to use the right most 6
digits/chars of the barcode as the media id.  The rule you are using was
introduced so people could strip off the media identifier.

So, check with your hardware vendor to see if they can enable/disable the 
display of the media identifier.

HTH
-Tim

On Wed, 25 Aug 2004, Smith, Kevin wrote:

> OK, thanks for that - I did read this section in the MM guide. My vm.conf is
> as follows:
> 
> MEDIA_ID_BARCODE_CHARS = 0 8 3:4:5:6:7:8
> 
> The [Physical] label on the tape is [for example] PPB045L2, I want Netbackup
> to label and ID the tape as B045L2
> 
> Any other ideas?
> 
> Thanks for your input so far people.
> 
> Regards
> 
> Kev Smith
> 
> -----Original Message-----
> From: Penelope Carr [mailto:Penelope.Carr AT veritas DOT com]
> Sent: Wednesday, August 25, 2004 12:33 PM
> To: jamesp AT hisser DOT org
> Cc: Smith, Kevin; veritas-bu AT mailman.eng.auburn DOT edu
> Subject: RE: [Veritas-bu] LTO Barcode rules [Driving me round the bend!]
> 
> 
> I correct myself.  I am assuming you are at 4.5, here is what the Admin
> Guide states:
> 
> Media ID Generation
> MEDIA_ID_BARCODE_CHARS = robot_num barcode_length media_ID_rule
> 
> Note To use this entry, the robot must support barcodes and the robot type
> cannot be one
> of the API robots.
> 
> If this entry is specified in vm.conf, it controls Media Manager media ID
> generation. This
> entry is read and interpreted on the host where vmcheckxxx and vmupdate are
> running
> as part of the robot inventory operation.
> You choose how media IDs are created by defining rules that specify which
> characters of a
> barcode on tape will be used. You also can specify alphanumeric characters
> to be inserted
> in the ID.
> 
> Multiple media ID creation entries can be specified, allowing media ID
> generation to be
> specific for each robot; or for each barcode format having different numbers
> of characters
> in the barcode. This allows flexibility for multi-media.
> If MEDIA_ID_BARCODE_CHARS entries are not present in vm.conf or you enter an
> invalid entry, Media Manager uses the right-most (the last) six characters
> of the barcode to
> create its media ID as the default.
> robot_num is the robot number.
> barcode_length is the length of the barcode.
> Appendix A, Media Manager Reference Topics
> Media Manager Configuration File (vm.conf)
> 289
> 
> A media_ID_rule consists of a maximum of six fields delimited by colons.
> Numbers in the
> fields of the rule define the positions of the characters in the barcode
> that are to be
> extracted (numbering is from the left). For example, 2 in a field extracts
> the second
> character from the barcode. The numbers can be specified in any order.
> Characters prefixed by # in a field, result in that character being inserted
> in that position in
> the generated ID. Any alphanumeric characters that are specified must be
> valid for a
> media ID. You can use rules to create media IDs of many varied formats, but
> keep in mind
> that the difference in the label on the media and the generated media ID may
> make it
> difficult to manage your media. The following is an example rule and the
> resulting
> generated media ID:
> Barcode on the tape: 032945L1
> Media ID rule: #N:2:3:4:5:6
> Generated media ID: N32945
> Also see "Media ID Generation Rules" on page 262. 
> 
> I hope this helps.
> 
> Penelope
> 
> -----Original Message-----
> From: jamesp AT hisser DOT org [mailto:jamesp AT hisser DOT org] 
> Sent: Wednesday, August 25, 2004 7:08 AM
> To: Penelope Carr
> Cc: Smith, Kevin; veritas-bu AT mailman.eng.auburn DOT edu
> Subject: RE: [Veritas-bu] LTO Barcode rules [Driving me round the bend!]
> 
> Netbackup can label a tape with anything it likes - the Media ID doesn't
> have to be the same as the Barcode. It's just more sensible if they are the
> same.
> 
> Cheers
> James
> 
> Quoting Penelope Carr <Penelope.Carr AT veritas DOT com>:
> 
> > Netbackups reads the preprinted barcodes that are stuck on your tapes.  
> > If you want Netbackup to label them you cannot use preprinted barcodes 
> > that I am aware of.  If you have two different types of tapes in your 
> > library you could order specific number sets from HP and set the 
> > barcode rules specific to the number sets to separate your tapes.
> >
> > Anyone correct me if I am wrong.
> >
> > Penelope
> >
> > -----Original Message-----
> > From: veritas-bu-admin AT mailman.eng.auburn DOT edu
> > [mailto:veritas-bu-admin AT mailman.eng.auburn DOT edu] On Behalf Of 
> > jamesp AT hisser DOT org
> > Sent: Wednesday, August 25, 2004 6:06 AM
> > To: Smith, Kevin
> > Cc: veritas-bu AT mailman.eng.auburn DOT edu
> > Subject: Re: [Veritas-bu] LTO Barcode rules [Driving me round the 
> > bend!]
> >
> > Kevin
> >
> > The L2 part is identifying the tapes as LTO2, and is not shown to 
> > netbackup when you do an inventory.
> >
> > I don't know if you can configure the library to send this also, check 
> > your docs.
> >
> > I'm not sure if you can configure barcode rules to ADD the L2 on the 
> > end, but this may also be possible!
> >
> > Cheers
> > James
> >
> > Quoting "Smith, Kevin" <kevin.m.smith AT siemens DOT com>:
> >
> > > All,
> > >
> > > I have a number of LTO-II tapes with printed HP barcodes in the 
> > > format
> > > PPBxxxL2
> > > My barcode rules in vm.conf state : 0 8 3:4:5:6:7:8 as I would like 
> > > any new tapes to be labelled with BxxxL2 {IE the last 6 chrs] I have 
> > > restarted NBU, stuck brand new [unlabeled ] tapes in my L180 CAP, 
> > > re-inventoried and netbackup creates the tapes as PPBxxx WITHOUT the
> > > L2 [Which I want]
> > >
> > > Anyone got any ideas why?
> > >
> > > TIA
> > >
> > > Kev.
> > >
> > > -----Original Message-----
> > > From: Martin Falk [mailto:martin.falk AT web DOT de]
> > > Sent: Wednesday, August 18, 2004 10:52 AM
> > > To: veritas-bu AT mailman.eng.auburn DOT edu
> > > Subject: [Veritas-bu] Netbackup User Group
> > >
> > >
> > >
> > >
> > > Hello everyone,
> > >
> > > All of the participants of this mailing list are in my opinion 
> > > experts in there field. Everybody tries to help each other. This is 
> > > absolutely great. I just want to give all of us the place to share 
> > > information about Netbackup und related topics. This place should 
> > > give us all the opportunity discuss not only the problems that come 
> > > with this mailing
> > list.
> > >
> > > Its not my intention to be in competition with this mailing list. I 
> > > just want to give something back to you all who helped me a lot from 
> > > time to time. Just see it as a extended way of sharing information.
> > >
> > > Thats why I startet a web community for Veritas Netbackup.
> > >
> > > You will find it here: http://www.veritas-usergroup.de.vu
> > > <http://www.veritas-usergroup.de.vu>
> > >
> > > It is completely free for everybody. I hope you like it and you 
> > > register and ta! ke part in this community. If you like it please
> > recommend it to others.
> > >
> > > Best Regards
> > >
> > > Martin
> > >
> > >
> > >
> > >   <http://img.web.de/p.gif>
> > > Aufnehmen, abschicken, nah sein - So einfach ist WEB.DE Video-Mail:
> > > <http://freemail.web.de/?mc=021200>
> > > http://freemail.web.de/?mc=021200
> > > _______________________________________________ Veritas-bu maillist 
> > > - Veritas-bu AT mailman.eng.auburn DOT edu 
> > > http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
> > >
> > >
> >
> >
> >
> > _______________________________________________
> > Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu 
> > http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
> >
> 
>