Veritas-bu

[Veritas-bu] Tapes frozen (put in library backwards)

2003-09-19 07:55:58
Subject: [Veritas-bu] Tapes frozen (put in library backwards)
From: Eric.Shafto AT drkw DOT com (Shafto, Eric)
Date: Fri, 19 Sep 2003 07:55:58 -0400
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_001_01C37EA4.E86D7650
Content-Type: text/plain; charset="iso-8859-1"

Ah, much faster than mine. I'm adopting this one from now on!
 
Thanks, Mark.

-----Original Message-----
From: Donaldson, Mark [mailto:Mark.Donaldson AT experianems DOT com]
Sent: Thursday, September 18, 2003 5:08 PM
To: 'Cavanagh, Kevin B'; 'veritas-bu AT mailman.eng.auburn DOT edu'
Subject: RE: [Veritas-bu] Tapes frozen (put in library backwards)


My "obliterate_tape" script.  It'll complete remove a tape.  Note, a few
errors are normal as it unsuspends, unfreezes, etc. even if the tape isn't
frozen or suspended.  One day I'll smarten it up but it's used to rarely,
it's not a big priority.
 
#/bin/ksh
PATH=$PATH:/usr/openv/netbackup/bin:/usr/openv/netbackup/bin/admincmd
PATH=$PATH:/usr/openv/volmgr/bin:/usr/openv/local
export PATH
if [ $# -eq 0 ]
then
  echo "Usage: `basename $0` tapenum [tapenum...]"
else
 
  echo "\n\nWARNING:  This completely removes a tape from Netbackup,"
  echo "destroying all data on the tape.  Therefore, this could be a very"
  echo "stupid move.\n"
 
  response=""
  while [ -z "$response" ]
  do
    echo "Are you sure. (y/N) \c"
    read response
  done
  response=`echo $response | cut -c1 | tr 'a-z' 'A-Z'`
  if [ "$response" != "Y" ]
  then
    echo "No action taken."
  else
    echo "OK - it's your funeral."
 
    for tapenum in $*
    do
      echo "\nStarting $tapenum..."
      echo "  Erasing images."
       bpexpdate -force -ev $tapenum -d 0
      echo "  Unfreezing tape."
       bpmedia -unfreeze -ev $tapenum
      echo "  Unsuspending tape."
       bpmedia -unsuspend -ev $tapenum
 
      pool=`vmquery -w -m $tapenum | awk 'NR>3 {print $13}'`
      status=`vmquery -w -m $tapenum | awk 'NR>3 {print $28}'`
      echo "  Deassigning tape: pool=$pool, status=$status"
       vmquery -deassignbyid $tapenum $pool $status
      echo "  Deleting tape."
       vmdelete -m $tapenum
    done
  fi
  echo "Done."
fi
exit

-----Original Message-----
From: Cavanagh, Kevin B [mailto:KCavanagh AT cbe.ab DOT ca]
Sent: Thursday, September 18, 2003 2:25 PM
To: 'veritas-bu AT mailman.eng.auburn DOT edu'
Subject: [Veritas-bu] Tapes frozen (put in library backwards)



We ran into a problem recently when one of our operators inserted 3 LTO
cartridges into a StorEdge L180 library the incorrect way.  The net result
being the tapes were frozen.  The following is from the /var/adm message
file:

 

Sep 16 14:47:12 s400cns12 tldcd[2087]: [ID 983172 daemon.error] TLD(0) key =
0x4

, asc = 0x40, ascq = 0x1, HARDWARE ERROR, GENERAL

Sep 16 14:47:12 s400cns12 tldcd[2087]: [ID 841094 daemon.error] TLD(0)
Move_medi

um error: CHECK CONDITION

Sep 16 14:47:12 s400cns12 tldd[469]: [ID 790780 daemon.notice] Adding media
ID C

BE182 to unmountable media list

Sep 16 14:47:12 s400cns12 tldd[469]: [ID 342215 daemon.error] TLD(0) drive 6
(de

vice 5) is being DOWNED, status: Robotic mount failure

Sep 16 14:47:12 s400cns12 tldd[469]: [ID 229259 daemon.error] Check
integrity of

 the drive, drive path, and media

Sep 16 14:48:15 s400cns12 tldcd[2096]: [ID 983172 daemon.error] TLD(0) key =
0x4

, asc = 0x40, ascq = 0x1, HARDWARE ERROR, GENERAL

Sep 16 14:48:15 s400cns12 tldcd[2096]: [ID 841094 daemon.error] TLD(0)
Move_medi

um error: CHECK CONDITION

Sep 16 14:48:15 s400cns12 tldd[469]: [ID 849234 daemon.notice] Removing
media ID

 CBE182 from unmountable media list

Sep 16 14:48:15 s400cns12 tldd[469]: [ID 419456 daemon.error] TLD(0) bad
media s

uspected; configuring device 5 back UP

 

I've removed the 3 tapes in question from the NBU media (via bpexpdate,
vmdelete -m xxxxxx, etc) but when I go into the NBU admin console, select
"reports", "media summary" with verbose, it still shows the 3 tapes as being
frozen.   Just wondering if there is some other step I need to perform to
get rid of these tapes entirely??



TIA!



Kevin Cavanagh

Calgary Board of Education



If you have received this e-mail in error or wish to read our e-mail disclaimer 
statement and monitoring policy, please refer to 
http://www.drkw.com/disc/email/ or contact the sender.


------_=_NextPart_001_01C37EA4.E86D7650
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; charset=3Diso-8859-=
1">


<META content=3D"MSHTML 6.00.2800.1170" name=3DGENERATOR>
<STYLE>@font-face {
        font-family: Comic Sans MS;
}
@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
        FONT-WEIGHT: normal; COLOR: windowtext; FONT-STYLE: normal; 
FONT-FAMILY: "=
Comic Sans MS"; TEXT-DECORATION: none
}
DIV.Section1 {
        page: Section1
}
</STYLE>
</HEAD>
<BODY lang=3DEN-US vLink=3Dpurple link=3Dblue>
<DIV><SPAN class=3D422045511-19092003><FONT face=3DArial color=3D#0000ff si=
ze=3D2>Ah,=20
much faster than mine. I'm adopting this one from now on!</FONT></SPAN></DI=
V>
<DIV><SPAN class=3D422045511-19092003><FONT face=3DArial color=3D#0000ff=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D422045511-19092003><FONT face=3DArial color=3D#0000ff=20
size=3D2>Thanks, Mark.</FONT></SPAN></DIV>
<BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px">
  <DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT face=3DTah=
oma=20
  size=3D2>-----Original Message-----<BR><B>From:</B> Donaldson, Mark=20
  [mailto:Mark.Donaldson AT experianems DOT com]<BR><B>Sent:</B> Thursday, 
Septemb=
er=20
  18, 2003 5:08 PM<BR><B>To:</B> 'Cavanagh, Kevin B';=20
  'veritas-bu AT mailman.eng.auburn DOT edu'<BR><B>Subject:</B> RE: 
[Veritas-bu] T=
apes=20
  frozen (put in library backwards)<BR><BR></FONT></DIV>
  <DIV><SPAN class=3D203450521-18092003><FONT face=3DArial color=3D#0000ff =
size=3D2>My=20
  "obliterate_tape" script.&nbsp; It'll complete remove a tape.&nbsp; Note,=
 a=20
  few errors are normal as it unsuspends, unfreezes, etc. even if the tape =
isn't=20
  frozen or suspended.&nbsp; One day I'll smarten it up but it's used to ra=
rely,=20
  it's not a big priority.</FONT></SPAN></DIV>
  <DIV><SPAN class=3D203450521-18092003><FONT face=3DArial color=3D#0000ff=
   size=3D2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=3D203450521-18092003><FONT face=3DArial color=3D#0000ff=
   size=3D2>#/bin/ksh</FONT></SPAN></DIV>
  <DIV><SPAN class=3D203450521-18092003><FONT face=3DArial color=3D#0000ff=
   size=3D2>PATH=3D$PATH:/usr/openv/netbackup/bin:/usr/openv/netbackup/bin/=
admincmd<BR>PATH=3D$PATH:/usr/openv/volmgr/bin:/usr/openv/local<BR>export=
   PATH<BR>if [ $# -eq 0 ]<BR>then<BR>&nbsp; echo "Usage: `basename $0` tap=
enum=20
  [tapenum...]"<BR>else</FONT></SPAN></DIV>
  <DIV><FONT face=3DArial color=3D#0000ff size=3D2></FONT>&nbsp;</DIV>
  <DIV><SPAN class=3D203450521-18092003><FONT face=3DArial color=3D#0000ff=
   size=3D2>&nbsp; echo "\n\nWARNING:&nbsp; This completely removes a tape =
from=20
  Netbackup,"<BR>&nbsp; echo "destroying all data on the tape.&nbsp; Theref=
ore,=20
  this could be a very"<BR>&nbsp; echo "stupid move.\n"</FONT></SPAN></DIV>
  <DIV><FONT face=3DArial color=3D#0000ff size=3D2></FONT>&nbsp;</DIV>
  <DIV><SPAN class=3D203450521-18092003><FONT face=3DArial color=3D#0000ff=
   size=3D2>&nbsp; response=3D""<BR>&nbsp; while [ -z "$response" ]<BR>&nbs=
p;=20
  do<BR>&nbsp;&nbsp;&nbsp; echo "Are you sure. (y/N) \c"<BR>&nbsp;&nbsp;&nb=
sp;=20
  read response<BR>&nbsp; done<BR>&nbsp; response=3D`echo $response | cut -=
c1 | tr=20
  'a-z' 'A-Z'`<BR>&nbsp; if [ "$response" !=3D "Y" ]<BR>&nbsp;=20
  then<BR>&nbsp;&nbsp;&nbsp; echo "No action taken."<BR>&nbsp;=20
  else<BR>&nbsp;&nbsp;&nbsp; echo "OK - it's your funeral."</FONT></SPAN></=
DIV>
  <DIV><FONT face=3DArial color=3D#0000ff size=3D2></FONT>&nbsp;</DIV>
  <DIV><SPAN class=3D203450521-18092003><FONT face=3DArial color=3D#0000ff=
   size=3D2>&nbsp;&nbsp;&nbsp; for&nbsp;tapenum in $*<BR>&nbsp;&nbsp;&nbsp;=
   do<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo "\nStarting=20
  $tapenum..."<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo "&nbsp; Erasing=20
  images."<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bpexpdate -force -ev $ta=
penum=20
  -d 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo "&nbsp; Unfreezing=20
  tape."<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bpmedia -unfreeze -ev=20
  $tapenum<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo "&nbsp; Unsuspending=20
  tape."<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bpmedia -unsuspend -ev=20
  $tapenum</FONT></SPAN></DIV>
  <DIV><FONT face=3DArial color=3D#0000ff size=3D2></FONT>&nbsp;</DIV>
  <DIV><SPAN class=3D203450521-18092003><FONT face=3DArial color=3D#0000ff=
   size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pool=3D`vmquery -w -m $tapenum |=
 awk=20
  'NR&gt;3 {print $13}'`<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; status=3D`vmquer=
y -w -m=20
  $tapenum | awk 'NR&gt;3 {print $28}'`<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; e=
cho=20
  "&nbsp; Deassigning tape: pool=3D$pool,=20
  status=3D$status"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vmquery -deassi=
gnbyid=20
  $tapenum $pool $status<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo "&nbsp; Del=
eting=20
  tape."<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vmdelete -m=20
  $tapenum<BR>&nbsp;&nbsp;&nbsp; done<BR>&nbsp; fi<BR>&nbsp; echo=20
  "Done."<BR>fi<BR>exit</FONT></SPAN></DIV>
  <BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px">
    <DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT face=3DT=
ahoma=20
    size=3D2>-----Original Message-----<BR><B>From:</B> Cavanagh, Kevin B=
     [mailto:KCavanagh AT cbe.ab DOT ca]<BR><B>Sent:</B> Thursday, September 
18, 2=
003=20
    2:25 PM<BR><B>To:</B> 'veritas-bu AT mailman.eng.auburn DOT 
edu'<BR><B>Subject=
:</B>=20
    [Veritas-bu] Tapes frozen (put in library backwards)<BR><BR></FONT></DI=
V>
    <DIV class=3DSection1>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">We ran into a p=
roblem=20
    recently when one of our operators inserted 3 LTO cartridges into a Sto=
rEdge=20
    L180 library the incorrect way.&nbsp; The net result being the tapes we=
re=20
    frozen.&nbsp; The following is from the /var/adm message=20
    file:</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'"></SPAN></FONT>&=
nbsp;</P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">Sep 16=20
    </SPAN></FONT><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">14:47:12</SPAN>=
</FONT><FONT=20
    face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'"> s400cns12=20
    tldcd[2087]: [ID 983172 daemon.error] TLD(0) key =3D 0x4</SPAN></FONT><=
/P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">, asc =3D 0x40,=
 ascq =3D=20
    0x1, HARDWARE ERROR, GENERAL</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">Sep 16=20
    </SPAN></FONT><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">14:47:12</SPAN>=
</FONT><FONT=20
    face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'"> s400cns12=20
    tldcd[2087]: [ID 841094 daemon.error] TLD(0) Move_medi</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">um error: CHECK=
     CONDITION</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">Sep 16=20
    </SPAN></FONT><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">14:47:12</SPAN>=
</FONT><FONT=20
    face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'"> s400cns12 tldd=
[469]:=20
    [ID 790780 daemon.notice] Adding media ID C</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">BE182 to unmoun=
table=20
    media list</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">Sep 16=20
    </SPAN></FONT><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">14:47:12</SPAN>=
</FONT><FONT=20
    face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'"> s400cns12 tldd=
[469]:=20
    [ID 342215 daemon.error] TLD(0) drive 6 (de</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">vice 5) is bein=
g=20
    DOWNED, status: Robotic mount failure</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">Sep 16=20
    </SPAN></FONT><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">14:47:12</SPAN>=
</FONT><FONT=20
    face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'"> s400cns12 tldd=
[469]:=20
    [ID 229259 daemon.error] Check integrity of</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">&nbsp;the drive=
, drive=20
    path, and media</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">Sep 16=20
    </SPAN></FONT><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">14:48:15</SPAN>=
</FONT><FONT=20
    face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'"> s400cns12=20
    tldcd[2096]: [ID 983172 daemon.error] TLD(0) key =3D 0x4</SPAN></FONT><=
/P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">, asc =3D 0x40,=
 ascq =3D=20
    0x1, HARDWARE ERROR, GENERAL</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">Sep 16=20
    </SPAN></FONT><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">14:48:15</SPAN>=
</FONT><FONT=20
    face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'"> s400cns12=20
    tldcd[2096]: [ID 841094 daemon.error] TLD(0) Move_medi</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">um error: CHECK=
     CONDITION</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">Sep 16=20
    </SPAN></FONT><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">14:48:15</SPAN>=
</FONT><FONT=20
    face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'"> s400cns12 tldd=
[469]:=20
    [ID 849234 daemon.notice] Removing media ID</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">&nbsp;CBE182 fr=
om=20
    unmountable media list</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">Sep 16=20
    </SPAN></FONT><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">14:48:15</SPAN>=
</FONT><FONT=20
    face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'"> s400cns12 tldd=
[469]:=20
    [ID 419456 daemon.error] TLD(0) bad media s</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">uspected; confi=
guring=20
    device 5 back UP</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'"></SPAN></FONT>&=
nbsp;</P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">I've removed th=
e 3=20
    tapes in question from the NBU media (via bpexpdate, vmdelete -m xxxxxx=
,=20
    etc) but when I go into the NBU admin console, select "reports", "media=
     summary" with verbose, it still shows the 3 tapes as being frozen.=20
    &nbsp;&nbsp;Just wondering if there is some other step I need to perfor=
m to=20
    get rid of these tapes entirely??<BR><BR></SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">TIA!<BR><BR></S=
PAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">Kevin=20
    Cavanagh</SPAN></FONT></P>
    <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'">Calgary</SPAN><=
/FONT><FONT=20
    face=3D"Comic Sans MS" size=3D2><SPAN=20
    style=3D"FONT-SIZE: 10pt; FONT-FAMILY: 'Comic Sans MS'"> Board of=20
    Education</SPAN></FONT></P></DIV></BLOCKQUOTE></BLOCKQUOTE><FONT SIZE=
=3D3><BR>
<BR>
If you have received this e-mail in error or wish to read our e-mail discla=
imer statement and monitoring policy, please refer to http://www.drkw.com/d=
isc/email/ or contact the sender.<BR>
</FONT>
</BODY></HTML>

------_=_NextPart_001_01C37EA4.E86D7650--

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