Veritas-bu

[Veritas-bu] Barcode tags

2001-05-03 19:22:28
Subject: [Veritas-bu] Barcode tags
From: ravi.channavajhala AT csfb DOT com (Ravi Channavajhala)
Date: Thu, 3 May 2001 19:22:28 -0400 (EDT)
Try the following

Try the small script

#!/bin/sh
VMDIR=/usr/openv/volmgr/bin

${VMDIR}/vmpool -listall -b | sed '1,2d' | awk '{print $1}' | \
xargs -i ${VMDIR}/vmquery -pn {} -b

-ravi

On 3 May 2001, shyam hazari wrote:

>Admins,
>         Is there any way to list the barcode tags and volume pools associated
>with them ? 
>
>Another question is :
>
>I have half a dozen volume pools with different barcode tags. If I create a
>barcode tag for a scratch pool(with a different barcode range), now how the
>other volume pools going to pull the tapes from the scratch pool as each pool
>has it's own barcode tag ?
>
>Thanx in advance.
>
>Shyam Hazari
>
>____________________________________________________________________
>Get free email and a permanent address at http://www.netaddress.com/?N=1
>_______________________________________________
>Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
>http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
>


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