Veritas-bu

[Veritas-bu] How to tell when all images on a tape will expir e?

2003-07-09 17:13:31
Subject: [Veritas-bu] How to tell when all images on a tape will expir e?
From: Paul.Griese AT TeleCheck DOT com (Griese, Paul)
Date: Wed, 9 Jul 2003 16:13:31 -0500
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_000_01C3465E.F2F860E0
Content-Type: multipart/alternative;
        boundary="----_=_NextPart_001_01C3465E.F2F860E0"


------_=_NextPart_001_01C3465E.F2F860E0
Content-Type: text/plain

I run bpmedialist -summary, and redirect output to a file. Then use cat and
grep on the output file to get what I want to know. 

For example:

bpmedialist -summary > media_report.txt

cat media_report.txt | grep UN | grep 2003 | grep "expires 07"

That tells me what UN pool tapes will expire in the month of July in year
2003. The expiration date for each tape will be displayed. The "grep UN"
works for us because we do tape label naming according to the different
pools that we use in creating our tapes. 

 

You could build a script doing something similar.

 

Paul Griese       

 

-----Original Message-----
From: Fabbro, Andrew P [mailto:Fabbro.Andrew AT cnf DOT com] 
Sent: Wednesday, July 09, 2003 2:37 PM
To: veritas-bu AT mailman.eng.auburn DOT edu
Subject: [Veritas-bu] How to tell when all images on a tape will expire?

 

Let's say I have tape #123456.  I want to know when all images on the tape
will expire and it will be scratched.  Actually, I have about 2,000 tapes
and I want to run a report that says "these tapes will expire on these
days".  We do not mix retention levels but there are many different pools
with different retention levels.  No, the available_media script does not
give this information - it

does not address the future. 

So...how can I determine that?  Seems like a basic bit of management info.
bpimmedia will show me what images are on the tape and when the expire, but
parsing that out for 2,000 tapes and processing it (compare dates) is not
feasible.  For one thing, I was hoping to run this report daily and
bpimmedia takes about 3 minutes per tape and there aren't 6,000 minutes in a
day ;)

-- 
 Drew Fabbro 
 Manager, Unix Systems Group (USG) 
 fabbro.andrew AT cnf DOT com 
 Desk: 503.450.3374 
 Cell: 503.701.0369 

 

____________________________________________________________________________
_

(c) 2003 TeleCheck International, Inc. THIS DOCUMENT, AND ANY ATTACHED
INFORMATION: 1) IS PROPRIETARY, PRIVILEGED AND CONFIDENTIAL PROPERTY OF
TELECHECK UNDER APPLICABLE LAW, AND 2)  IS INTENDED EXCLUSIVELY FOR INTERNAL
USE BY TELECHECK EMPLOYEES AND INTENDED RECIPIENTS WITH A LEGITIMATE
TELECHECK BUSINESS NEED THEREFORE.  ITS REPRODUCTION, DISSEMINATION,
DISTRIBUTION AND/OR  DISCLOSURE, EXCEPT TO SUCH TELECHECK EMPLOYEES AND
INTENDED RECIPIENTS,  IS STRICTLY PROHIBITED .  IF YOU ARE NOT SUCH A
TELECHECK EMPLOYEE OR INTENDED RECIPIENT, OR THE EMPLOYEE OR AGENT
RESPONSIBLE FOR DELIVERING THIS MESSAGE TO THE INTENDED RECIPIENT, YOU ARE
HEREBY NOTIFIED THAT ANY REPRODUCTION, DISSEMINATION, DISTRIBUTION AND/OR
DISCLOSURE OF THIS DOCUMENT, OR ANY ATTACHMENTS, IS STRICTLY PROHIBITED.



    

------_=_NextPart_001_01C3465E.F2F860E0
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">


<meta name=Generator content="Microsoft Word 10 (filtered)">
<title>How to tell when all images on a tape will expire?</title>

<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
p.MsoHeader, li.MsoHeader, div.MsoHeader
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
p.MsoFooter, li.MsoFooter, div.MsoFooter
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p
        {margin-right:0in;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.EmailStyle20
        {font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>I run bpmedialist -summary, and
redirect output to a file. Then use cat and grep on the output file to get what
I want to know. </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>For example:</span></font></p>

<p class=MsoNormal style='text-indent:.5in'><font size=2 color=navy 
face=Arial><span
style='font-size:10.0pt;font-family:Arial;color:navy'>bpmedialist -summary
&gt; media_report.txt</span></font></p>

<p class=MsoNormal style='text-indent:.5in'><font size=2 color=navy 
face=Arial><span
style='font-size:10.0pt;font-family:Arial;color:navy'>cat media_report.txt |
grep UN | grep 2003 | grep "expires 07"</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>That tells me what UN pool tapes will
expire in the month of July in year 2003. The expiration date for each tape will
be displayed. The "grep UN" works for us because we do tape label
naming according to the different pools that we use in creating our tapes. 
</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>You could build a script doing something
similar.</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Paul 
Griese&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma'>-----Original Message-----<br>
<b><span style='font-weight:bold'>From:</span></b> Fabbro, Andrew P
[mailto:Fabbro.Andrew AT cnf DOT com] <br>
<b><span style='font-weight:bold'>Sent:</span></b> Wednesday, July 09, 2003
2:37 PM<br>
<b><span style='font-weight:bold'>To:</span></b>
veritas-bu AT mailman.eng.auburn DOT edu<br>
<b><span style='font-weight:bold'>Subject:</span></b> [Veritas-bu] How to tell
when all images on a tape will expire?</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=3 face="Times New 
Roman"><span
style='font-size:12.0pt'>&nbsp;</span></font></p>

<p style='margin-left:.5in'><font size=2 face=Arial><span style='font-size:
10.0pt;font-family:Arial'>Let's say I have tape #123456.&nbsp; I want to know
when all images on the tape will expire and it will be scratched.&nbsp;
Actually, I have about 2,000 tapes and I want to run a report that says
&quot;these tapes will expire on these days&quot;.&nbsp; We do not mix
retention levels but there are many different pools with different retention
levels.&nbsp; No, the available_media script does not give this information -
it</span></font></p>

<p style='margin-left:.5in'><font size=2 face=Arial><span style='font-size:
10.0pt;font-family:Arial'>does not address the future.</span></font> </p>

<p style='margin-left:.5in'><font size=2 face=Arial><span style='font-size:
10.0pt;font-family:Arial'>So...how can I determine that?&nbsp; Seems like a
basic bit of management info.&nbsp; bpimmedia will show me what images are on
the tape and when the expire, but parsing that out for 2,000 tapes and
processing it (compare dates) is not feasible.&nbsp; For one thing, I was
hoping to run this report daily and bpimmedia takes about 3 minutes per tape
and there aren't 6,000 minutes in a day ;)</span></font></p>

<p style='margin-left:.5in'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>-- </span></font><br>
<font size=2 face="Courier New"><span 
style='font-size:10.0pt;font-family:"Courier New"'>&nbsp;Drew
Fabbro</span></font> <br>
<font size=2 face="Courier New"><span 
style='font-size:10.0pt;font-family:"Courier New"'>&nbsp;Manager,
Unix Systems Group (USG)</span></font> <br>
<font size=2 face="Courier New"><span 
style='font-size:10.0pt;font-family:"Courier New"'>&nbsp;fabbro.andrew AT cnf 
DOT com</span></font>
<br>
<font size=2 face="Courier New"><span 
style='font-size:10.0pt;font-family:"Courier New"'>&nbsp;Desk:
503.450.3374</span></font> <br>
<font size=2 face="Courier New"><span 
style='font-size:10.0pt;font-family:"Courier New"'>&nbsp;Cell:
503.701.0369</span></font> </p>

<p class=MsoNormal style='margin-left:.5in'><font size=3 face="Times New 
Roman"><span
style='font-size:12.0pt'>&nbsp;</span></font></p>

</div>

</body>

</html>

<P><FONT SIZE=2 
FACE="Arial">_____________________________________________________________________________</FONT></P>
<BR>

<P><FONT SIZE=2 FACE="Arial">(c) 2003 TeleCheck International, Inc. THIS 
DOCUMENT, AND ANY ATTACHED INFORMATION: 1) IS PROPRIETARY, PRIVILEGED AND 
CONFIDENTIAL PROPERTY OF TELECHECK UNDER APPLICABLE LAW, AND 2)  IS INTENDED 
EXCLUSIVELY FOR INTERNAL USE BY TELECHECK EMPLOYEES AND INTENDED RECIPIENTS 
WITH A LEGITIMATE TELECHECK BUSINESS NEED THEREFORE.  ITS REPRODUCTION, 
DISSEMINATION, DISTRIBUTION AND/OR  DISCLOSURE, EXCEPT TO SUCH TELECHECK 
EMPLOYEES AND INTENDED RECIPIENTS,  IS STRICTLY PROHIBITED .  IF YOU ARE NOT 
SUCH A TELECHECK EMPLOYEE OR INTENDED RECIPIENT, OR THE EMPLOYEE OR AGENT 
RESPONSIBLE FOR DELIVERING THIS MESSAGE TO THE INTENDED RECIPIENT, YOU ARE 
HEREBY NOTIFIED THAT ANY REPRODUCTION, DISSEMINATION, DISTRIBUTION AND/OR 
DISCLOSURE OF THIS DOCUMENT, OR ANY ATTACHMENTS, IS STRICTLY 
PROHIBITED.</FONT></P>
<BR>
<BR>
<BR>

<P><FONT SIZE=2 FACE="Arial">   </FONT> </P>

------_=_NextPart_001_01C3465E.F2F860E0--

------_=_NextPart_000_01C3465E.F2F860E0
Content-Type: text/html;
        name="header.htm"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
        filename="header.htm"
Content-ID: <[email protected]>

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns=3D"http://www.w3.org/TR/REC-html40";>

<head>
<meta http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DProgId content=3DWord.Document>
<meta name=3DGenerator content=3D"Microsoft Word 10">
<meta name=3DOriginator content=3D"Microsoft Word 10">
<link id=3DMain-File rel=3DMain-File =
href=3D"cid:[email protected]">
</head>

<body lang=3DEN-US link=3Dblue vlink=3Dpurple>

<div style=3D'mso-element:footer' id=3Df1>

<p class=3DMsoFooter><font size=3D1 face=3DArial><span =
style=3D'font-size:8.0pt;
font-family:Arial'>(c) 200<span =
style=3D'mso-bidi-font-weight:bold'>3</span>
TeleCheck International, Inc. <font color=3Dblack><span =
style=3D'color:black'>THIS
DOCUMENT, AND ANY ATTACHED INFORMATION: 1) IS PROPRIETARY, PRIVILEGED =
AND
CONFIDENTIAL PROPERTY OF TELECHECK UNDER APPLICABLE LAW, AND 2)<span
class=3DGramE>&nbsp; IS</span> INTENDED EXCLUSIVELY FOR INTERNAL USE BY =
TELECHECK
EMPLOYEES AND INTENDED RECIPIENTS WITH A LEGITIMATE TELECHECK BUSINESS =
NEED
THEREFORE.&nbsp; ITS REPRODUCTION, DISSEMINATION, DISTRIBUTION =
AND/OR<span
class=3DGramE>&nbsp; DISCLOSURE</span>, EXCEPT TO SUCH TELECHECK =
EMPLOYEES AND
INTENDED RECIPIENTS,&nbsp; IS STRICTLY PROHIBITED .&nbsp; IF YOU ARE =
NOT SUCH A
TELECHECK EMPLOYEE OR INTENDED RECIPIENT, OR THE EMPLOYEE OR AGENT =
RESPONSIBLE
FOR DELIVERING THIS MESSAGE TO THE INTENDED RECIPIENT, YOU ARE HEREBY =
NOTIFIED
THAT ANY REPRODUCTION, DISSEMINATION, DISTRIBUTION AND/OR DISCLOSURE OF =
THIS
DOCUMENT, OR ANY ATTACHMENTS, IS STRICTLY =
PROHIBITED.</span></font></span></font><o:p></o:p></p>

<p class=3DMsoFooter><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

</div>

</body>

</html>

------_=_NextPart_000_01C3465E.F2F860E0
Content-Type: text/html;
        name="header.htm"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
        filename="header.htm"
Content-ID: <[email protected]>

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns=3D"http://www.w3.org/TR/REC-html40";>

<head>
<meta http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DProgId content=3DWord.Document>
<meta name=3DGenerator content=3D"Microsoft Word 10">
<meta name=3DOriginator content=3D"Microsoft Word 10">
<link id=3DMain-File rel=3DMain-File =
href=3D"cid:[email protected]">
</head>

<body lang=3DEN-US link=3Dblue vlink=3Dpurple>

<div style=3D'mso-element:footer' id=3Df1>

<p class=3DMsoFooter><font size=3D1 face=3DArial><span =
style=3D'font-size:8.0pt;
font-family:Arial'>(c) 200<span =
style=3D'mso-bidi-font-weight:bold'>3</span>
TeleCheck International, Inc. <font color=3Dblack><span =
style=3D'color:black'>THIS
DOCUMENT, AND ANY ATTACHED INFORMATION: 1) IS PROPRIETARY, PRIVILEGED =
AND
CONFIDENTIAL PROPERTY OF TELECHECK UNDER APPLICABLE LAW, AND 2)<span
class=3DGramE>&nbsp; IS</span> INTENDED EXCLUSIVELY FOR INTERNAL USE BY =
TELECHECK
EMPLOYEES AND INTENDED RECIPIENTS WITH A LEGITIMATE TELECHECK BUSINESS =
NEED
THEREFORE.&nbsp; ITS REPRODUCTION, DISSEMINATION, DISTRIBUTION =
AND/OR<span
class=3DGramE>&nbsp; DISCLOSURE</span>, EXCEPT TO SUCH TELECHECK =
EMPLOYEES AND
INTENDED RECIPIENTS,&nbsp; IS STRICTLY PROHIBITED .&nbsp; IF YOU ARE =
NOT SUCH A
TELECHECK EMPLOYEE OR INTENDED RECIPIENT, OR THE EMPLOYEE OR AGENT =
RESPONSIBLE
FOR DELIVERING THIS MESSAGE TO THE INTENDED RECIPIENT, YOU ARE HEREBY =
NOTIFIED
THAT ANY REPRODUCTION, DISSEMINATION, DISTRIBUTION AND/OR DISCLOSURE OF =
THIS
DOCUMENT, OR ANY ATTACHMENTS, IS STRICTLY =
PROHIBITED.</span></font></span></font><o:p></o:p></p>

<p class=3DMsoFooter><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

</div>

</body>

</html>

------_=_NextPart_000_01C3465E.F2F860E0--

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