Veritas-bu

[Veritas-bu] Available slots

2003-10-08 13:12:08
Subject: [Veritas-bu] Available slots
From: Paul.Griese AT TeleCheck DOT com (Paul.Griese AT TeleCheck DOT com)
Date: Wed, 8 Oct 2003 12:12:08 -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_001_01C38DBF.4E1C3FD0
Content-Type: text/plain


We use this script and place it in a menu for Tape Management Personnel to
invoke when they need it:

print "Checking Available Slots:"
                TOT1=`/usr/local/bin/sudo /usr/openv/volmgr/bin/vmquery -v
00_000_TLD -b  |grep TLD |wc -l`
                TOT2=`/usr/local/bin/sudo /usr/openv/volmgr/bin/vmquery -v
00_001_TLD -b  |grep TLD |wc -l`
                TOT3=`/usr/local/bin/sudo /usr/openv/volmgr/bin/vmquery -v
00_003_TLD -b  |grep TLD |wc -l`
                let CAMELOT="618 - $TOT1"  
                let TYPHOON="618 - $TOT2"
                let CYCLONE="618 - $TOT3"
                print "There are $CAMELOT open slots on Camelot and $TYPHOON
open slots on Typhoon"
                print "There are $CYCLONE open slots on Cyclone"
                ;;



Paul Griese
System Management
713-331-6454


-----Original Message-----
From: kdeems AT parker DOT com [mailto:kdeems AT parker DOT com] 
Sent: Tuesday, October 07, 2003 1:32 PM
To: veritas-bu AT mailman.eng.auburn DOT edu
Subject: [Veritas-bu] Available slots


Does anyone know the Veritas command which counts the empty slots in a tape
silo?  We have a L700,   I want to create a script which counts the
available slots and emails the results so our operators wont try to overload
the silo.

Thanks





-----------------------------------------
"PLEASE NOTE: The preceding information may be confidential or privileged.
It only should be used or disseminated for the purpose of conducting
business with Parker. If you are not an intended recipient, please notify
the sender by replying to this message and then delete the information from
your system. Thank you for your cooperation."

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

(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_01C38DBF.4E1C3FD0
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] Available slots</TITLE>
</HEAD>
<BODY>
<BR>

<P><FONT SIZE=3D2>We use this script and place it in a menu for Tape =
Management Personnel to invoke when they need it:</FONT>
</P>

<P><FONT SIZE=3D2>print &quot;Checking Available Slots:&quot;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>TOT1=3D`/usr/local/bin/sudo /usr/openv/volmgr/bin/vmquery -v =
00_000_TLD -b&nbsp; |grep TLD |wc -l`</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>TOT2=3D`/usr/local/bin/sudo /usr/openv/volmgr/bin/vmquery -v =
00_001_TLD -b&nbsp; |grep TLD |wc -l`</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>TOT3=3D`/usr/local/bin/sudo /usr/openv/volmgr/bin/vmquery -v =
00_003_TLD -b&nbsp; |grep TLD |wc -l`</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>let =
CAMELOT=3D&quot;618 - $TOT1&quot;&nbsp; </FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>let =
TYPHOON=3D&quot;618 - $TOT2&quot;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>let =
CYCLONE=3D&quot;618 - $TOT3&quot;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>print =
&quot;There are $CAMELOT open slots on Camelot and $TYPHOON open slots =
on Typhoon&quot;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>print =
&quot;There are $CYCLONE open slots on Cyclone&quot;</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>;;</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=3D2>Paul Griese</FONT>
<BR><FONT SIZE=3D2>System Management</FONT>
<BR><FONT SIZE=3D2>713-331-6454</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: kdeems AT parker DOT com [<A =
HREF=3D"mailto:kdeems AT parker DOT com">mailto:kdeems AT parker DOT com</A>] 
</FONT>
<BR><FONT SIZE=3D2>Sent: Tuesday, October 07, 2003 1:32 PM</FONT>
<BR><FONT SIZE=3D2>To: veritas-bu AT mailman.eng.auburn DOT edu</FONT>
<BR><FONT SIZE=3D2>Subject: [Veritas-bu] Available slots</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Does anyone know the Veritas command which counts the =
empty slots in a tape</FONT>
<BR><FONT SIZE=3D2>silo?&nbsp; We have a L700,&nbsp;&nbsp; I want to =
create a script which counts the</FONT>
<BR><FONT SIZE=3D2>available slots and emails the results so our =
operators wont try to overload the silo.</FONT>
</P>

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

<P><FONT SIZE=3D2>-----------------------------------------</FONT>
<BR><FONT SIZE=3D2>&quot;PLEASE NOTE: The preceding information may be =
confidential or privileged. It only should be used or disseminated for =
the purpose of conducting business with Parker. If you are not an =
intended recipient, please notify the sender by replying to this =
message and then delete the information from your system. Thank you for =
your cooperation.&quot;</FONT></P>

<P><FONT =
SIZE=3D2>_______________________________________________</FONT>
<BR><FONT SIZE=3D2>Veritas-bu maillist&nbsp; -&nbsp; =
Veritas-bu AT mailman.eng.auburn DOT edu <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>
<BR><FONT =
SIZE=3D2>_______________________________________________________________=
______________</FONT>
</P>

<P><FONT SIZE=3D2>(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)&nbsp; =
IS 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&nbsp; DISCLOSURE, 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.</FONT></P>
<BR>
<BR>

</BODY>
</HTML>
------_=_NextPart_001_01C38DBF.4E1C3FD0--

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