Veritas-bu

[Veritas-bu] unfreezing multiple tapes (UNIX, 3.4, command li ne)

2002-11-14 01:11:16
Subject: [Veritas-bu] unfreezing multiple tapes (UNIX, 3.4, command li ne)
From: Mark.Donaldson AT experianems DOT com (Donaldson, Mark)
Date: Wed, 13 Nov 2002 23:11:16 -0700
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_01C28BA4.A44AAD10
Content-Type: text/plain

There's no syntax for a range or for multiples.

Here's my unfreeze script - you can supply multiple tape numbers on the
command-line.

HTH -Mark

#!/bin/ksh
for eachtape in $*
do
  echo "Starting $eachtape ...\c"
  /usr/openv/netbackup/bin/admincmd/bpmedia -unfreeze -ev $eachtape
  echo "Done."
done
exit


-----Original Message-----
From: Paul Boatman [mailto:boatm005 AT admin.ndis.umn DOT edu]
Sent: Wednesday, November 13, 2002 10:43 AM
To: veritas-bu AT mailman.eng.auburn DOT edu
Subject: [Veritas-bu] unfreezing multiple tapes (UNIX, 3.4, command
line)


Hey Guys,

I know this is a basic question... but in UNIX, Netbackup Datacenter
3.4, what is the proper syntax for unfreeze when you want multiple DLT
tape # unfrozen. What is the syntax for a range, and what is the syntax
for separate, mutliple tapes.

Thanks ! 

-Paul





**************************************************************************
This e-mail and its attachments have been scanned for viruses.
NDIS -  University of Minnesota 
**************************************************************************

_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

------_=_NextPart_001_01C28BA4.A44AAD10
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3DUS-ASCII">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>RE: [Veritas-bu] unfreezing multiple tapes (UNIX, 3.4, command =
line)</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>There's no syntax for a range or for =
multiples.</FONT>
</P>

<P><FONT SIZE=3D2>Here's my unfreeze script - you can supply multiple =
tape numbers on the command-line.</FONT>
</P>

<P><FONT SIZE=3D2>HTH -Mark</FONT>
</P>

<P><FONT SIZE=3D2>#!/bin/ksh</FONT>
<BR><FONT SIZE=3D2>for eachtape in $*</FONT>
<BR><FONT SIZE=3D2>do</FONT>
<BR><FONT SIZE=3D2>&nbsp; echo &quot;Starting $eachtape =
...\c&quot;</FONT>
<BR><FONT SIZE=3D2>&nbsp; /usr/openv/netbackup/bin/admincmd/bpmedia =
-unfreeze -ev $eachtape</FONT>
<BR><FONT SIZE=3D2>&nbsp; echo &quot;Done.&quot;</FONT>
<BR><FONT SIZE=3D2>done</FONT>
<BR><FONT SIZE=3D2>exit</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Paul Boatman [<A =
HREF=3D"mailto:boatm005 AT admin.ndis.umn DOT edu">mailto:boatm005 AT admin DOT 
ndis.u=
mn.edu</A>]</FONT>
<BR><FONT SIZE=3D2>Sent: Wednesday, November 13, 2002 10:43 AM</FONT>
<BR><FONT SIZE=3D2>To: veritas-bu AT mailman.eng.auburn DOT edu</FONT>
<BR><FONT SIZE=3D2>Subject: [Veritas-bu] unfreezing multiple tapes =
(UNIX, 3.4, command</FONT>
<BR><FONT SIZE=3D2>line)</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Hey Guys,</FONT>
</P>

<P><FONT SIZE=3D2>I know this is a basic question... but in UNIX, =
Netbackup Datacenter</FONT>
<BR><FONT SIZE=3D2>3.4, what is the proper syntax for unfreeze when you =
want multiple DLT</FONT>
<BR><FONT SIZE=3D2>tape # unfrozen. What is the syntax for a range, and =
what is the syntax</FONT>
<BR><FONT SIZE=3D2>for separate, mutliple tapes.</FONT>
</P>

<P><FONT SIZE=3D2>Thanks ! </FONT>
</P>

<P><FONT SIZE=3D2>-Paul</FONT>
</P>
<BR>
<BR>
<BR>
<BR>

<P><FONT =
SIZE=3D2>***************************************************************=
***********</FONT>
<BR><FONT SIZE=3D2>This e-mail and its attachments have been scanned =
for viruses.</FONT>
<BR><FONT SIZE=3D2>NDIS -&nbsp; University of Minnesota </FONT>
<BR><FONT =
SIZE=3D2>***************************************************************=
***********</FONT>
</P>

<P><FONT =
SIZE=3D2>_______________________________________________</FONT>
<BR><FONT SIZE=3D2>Veritas-bu maillist&nbsp; -&nbsp; =
Veritas-bu AT mailman.eng.auburn DOT edu</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu"; =
TARGET=3D"_blank">http://mailman.eng.auburn.edu/mailman/listinfo/veritas=
-bu</A></FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C28BA4.A44AAD10--

<Prev in Thread] Current Thread [Next in Thread>
  • [Veritas-bu] unfreezing multiple tapes (UNIX, 3.4, command li ne), Donaldson, Mark <=