Veritas-bu

[Veritas-bu] rsync'ing Netbackup master catalog

2003-10-09 11:50:30
Subject: [Veritas-bu] rsync'ing Netbackup master catalog
From: ssesar AT mitre DOT org (Steven L. Sesar)
Date: Thu, 09 Oct 2003 11:50:30 -0400
This is a cryptographically signed message in MIME format.

--------------ms090507020708050808030309
Content-Type: multipart/alternative;
 boundary="------------090702060504040600050807"

This is a multi-part message in MIME format.
--------------090702060504040600050807
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

My opinion is it's just simpler to rsync the entire NBU installation. 
Here's the 10,000 foot view of my DR plan:

MASTER server dies:

1. shut down NBU daemons on takeover master (which also happens to be a 
media server in my backup domain)
2. mv /opt/openv /opt/openv.ORIG
3. move <rsync'd-/opt/openv-from-master> /opt/openv
4. add FORCE_RESTORE_MEDIA_SERVER <media server> <master server> to my 
bp.conf
5. Re-IP/re-name the machine to that of the master server.
6. reboot

In my most recent DR test (about 2 weeks ago; we test ~each month), I 
was performing restores/taking backups in about 1/2 hour.

--Steve

James K. Wade wrote:

> Paul & Steve,
>
>  
>
> Have you tried using rsync on just a portion of the database?
>
> ie...just rsync the machine names:
>
>  
>
> /opt/openv/netbackup/db/images//machinename/
>
>  
>
> My issue is that my off-site standby is also backing up the off-site
>
> systems. I understand that if I backup the primary catalog and
>
> restore it to the standby server, it will overwrite the catalog and I
>
> loose my standby catalog.
>
>  
>
> Also, I talked with Veritas, they mentioned that on a restore from the
>
> standby system, I would have to force it to use the standby system
>
> for getting the tapes, or it would go to the primary. (Assuming the
>
> catalog had been rsyn'd  or restored from the primary). Have you
>
> seen this issue?
>
>  
>
> Any thoughts?
>
>  
>
> Cheers...James
>
> -----Original Message-----
> *From:* Steven L. Sesar [mailto:ssesar AT mitre DOT org]
> *Sent:* Wednesday, October 08, 2003 8:45 AM
> *To:* Paul Gimpelev
> *Cc:* deano AT swiftdsl.com DOT au; veritas-bu AT mailman.eng.auburn DOT edu
> *Subject:* Re: [Veritas-bu] rsync'ing Netbackup master catalog
>
>  
>
> I do the very same, rsync /opt/openv to a standby master. In my most 
> recent DR test, I was performing restores/taking backups in 1/2 hour.
>
> --Steve
>
> Paul Gimpelev wrote:
>
>I am doing it right now to our DR, standby NBU master with the same name.   All
>
>of our backup images are recoverable.  Our catalog is about 120GB, rsync does
>
>not take long.  Keep in mind, however, that we have Autosys controlling job and
>
>vault scheduling so we are doing an rdist when no backups or dups are running.
>
> You also might want to consider copying mediaDB and vaultDB off of your
>
>master.  Not a Veritas suported recovery way, needless to say.
>
> 
>
>paulg
>
> 
>
>On Oct 7, 10:46am, <deano AT swiftdsl.com DOT au> <mailto:deano AT 
>swiftdsl.com DOT au> wrote:
>
>  
>
>>Subject: [Veritas-bu] rsync'ing Netbackup master catalog
>>
>>Hello,
>>
>> 
>>
>>Has anyone had any experience using rsync to replicate their NetBackup
>>
>>catalog to a recovery site?  I am investigating this option at the moment.
>>
>>Has anyone succesfully, or otherwise, used an rsync'ed NetBackup catalog?
>>
>> 
>>
>>Many thanks,
>>
>>Dean
>>
>> 
>>
>> 
>>
>>_______________________________________________
>>
>>Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu 
>><mailto:Veritas-bu AT mailman.eng.auburn DOT edu>
>>
>>http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
>>
>>-- End of excerpt from <deano AT swiftdsl.com DOT au> <mailto:deano AT 
>>swiftdsl.com DOT au>
>>
>>    
>>
> 
>
> 
>
>_______________________________________________
>
>Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu 
><mailto:Veritas-bu AT mailman.eng.auburn DOT edu>
>
>http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
>
>  
>
>
>
>
>-- 
>
>===================================
>
> 
>
>  Steven L. Sesar
>
>  Senior Operating Systems Programmer/Analyst
>
>  UNIX Application Services R10A
>
>  The MITRE Corporation
>
>  202 Burlington Road - KS101
>
>  Bedford, MA 01730
>
>  tel: (781) 271-7702
>
>  fax: (781) 271-2600
>
>  mobile: (617) 893-9635
>
>  email: ssesar AT mitre DOT org <mailto:ssesar AT mitre DOT org>
>
> 
>
>===================================
>


-- 
===================================

  Steven L. Sesar
  Senior Operating Systems Programmer/Analyst
  UNIX Application Services R10A
  The MITRE Corporation
  202 Burlington Road - KS101
  Bedford, MA 01730
  tel: (781) 271-7702
  fax: (781) 271-2600
  mobile: (617) 893-9635
  email: ssesar AT mitre DOT org
 
===================================


--------------090702060504040600050807
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
My opinion is it's just simpler to rsync the entire NBU installation.
Here's the 10,000 foot view of my DR plan:<br>
<br>
MASTER server dies:<br>
<br>
1. shut down NBU daemons on takeover master (which also happens to be a
media server in my backup domain)<br>
2. mv /opt/openv /opt/openv.ORIG<br>
3. move &lt;rsync'd-/opt/openv-from-master&gt; /opt/openv<br>
4. add FORCE_RESTORE_MEDIA_SERVER &lt;media server&gt; &lt;master
server&gt; to my bp.conf<br>
5. Re-IP/re-name the machine to that of the master server.<br>
6. reboot<br>
<br>
In my most recent DR test (about 2 weeks ago; we test ~each month), I
was performing restores/taking backups in about 1/2 hour.<br>
<br>
--Steve<br>
<br>
James K. Wade wrote:<br>
<blockquote type="cite"
 cite="mid704ADC5EC3EB5E44A57E51F379722994EA447E AT aus.lim DOT com">
  <meta content="text/html; " http-equiv="Content-Type">
  <meta content="Microsoft Word 10 (filtered)" name="Generator">
  <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";
        color:black;}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
pre
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.EmailStyle18
        {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>
  <div class="Section1">
  <div>
  <p class="MsoAutoSig"><font face="Times New Roman" color="navy"
 size="3"><span style="font-size: 12pt; color: navy;">Paul &amp; 
Steve,</span></font></p>
  <p class="MsoAutoSig"><font face="Times New Roman" color="navy"
 size="3"><span style="font-size: 12pt; color: navy;">&nbsp;</span></font></p>
  <p class="MsoAutoSig"><font face="Times New Roman" color="navy"
 size="3"><span style="font-size: 12pt; color: navy;">Have you tried
using rsync on just a
portion of the database?</span></font></p>
  <p class="MsoAutoSig"><font face="Times New Roman" color="navy"
 size="3"><span style="font-size: 12pt; color: navy;">ie&#8230;just rsync the
machine names:</span></font></p>
  <p class="MsoAutoSig"><font face="Times New Roman" color="navy"
 size="3"><span style="font-size: 12pt; color: navy;">&nbsp;</span></font></p>
  <p class="MsoAutoSig"><font face="Times New Roman" color="navy"
 size="3"><span style="font-size: 12pt; color: 
navy;">/opt/openv/netbackup/db/images/<i><span
 style="font-style: italic;">machinename</span></i></span></font></p>
  </div>
  <p class="MsoNormal"><font face="Arial" color="navy" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: 
navy;">&nbsp;</span></font></p>
  <p class="MsoNormal"><font face="Arial" color="navy" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: navy;">My issue is
that my off-site standby is
also backing up the off-site</span></font></p>
  <p class="MsoNormal"><font face="Arial" color="navy" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: navy;">systems. I
understand that if I backup the
primary catalog and</span></font></p>
  <p class="MsoNormal"><font face="Arial" color="navy" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: navy;">restore it
to the standby server, it will
overwrite the catalog and I</span></font></p>
  <p class="MsoNormal"><font face="Arial" color="navy" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: navy;">loose my
standby catalog.</span></font></p>
  <p class="MsoNormal"><font face="Arial" color="navy" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: 
navy;">&nbsp;</span></font></p>
  <p class="MsoNormal"><font face="Arial" color="navy" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: navy;">Also, I
talked with Veritas, they
mentioned that on a restore from the</span></font></p>
  <p class="MsoNormal"><font face="Arial" color="navy" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: navy;">standby
system, I would have to force it
to use the standby system</span></font></p>
  <p class="MsoNormal"><font face="Arial" color="navy" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: navy;">for getting
the tapes, or it would go to
the primary. (Assuming the</span></font></p>
  <p class="MsoNormal"><font face="Arial" color="navy" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: navy;">catalog had
been rsyn&#8217;d&nbsp; or
restored from the primary). Have you</span></font></p>
  <p class="MsoNormal"><font face="Arial" color="navy" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: navy;">seen this
issue?</span></font></p>
  <p class="MsoNormal"><font face="Arial" color="navy" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: 
navy;">&nbsp;</span></font></p>
  <p class="MsoNormal"><font face="Arial" color="navy" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: navy;">Any 
thoughts?</span></font></p>
  <p class="MsoNormal"><font face="Arial" color="navy" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: 
navy;">&nbsp;</span></font></p>
  <p class="MsoNormal"><font face="Arial" color="navy" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: 
navy;">Cheers&#8230;James</span></font></p>
  <p style="margin-left: 0.5in;" class="MsoNormal"><font face="Tahoma"
 color="black" size="2"><span
 style="font-size: 10pt; font-family: Tahoma; color: windowtext;">-----Original
Message-----<br>
  <b><span style="font-weight: bold;">From:</span></b> Steven L. Sesar
[<a class="moz-txt-link-freetext" href="mailto:ssesar AT mitre DOT 
org">mailto:ssesar AT mitre DOT org</a>] <br>
  <b><span style="font-weight: bold;">Sent:</span></b> </span></font><font
 face="Tahoma" color="black" size="2"><span
 style="font-size: 10pt; font-family: Tahoma; color: windowtext;">Wednesday,
October 08, 2003</span></font><font face="Tahoma" color="black" size="2"><span
 style="font-size: 10pt; font-family: Tahoma; color: windowtext;"> 
</span></font><font
 face="Tahoma" color="black" size="2"><span
 style="font-size: 10pt; font-family: Tahoma; color: windowtext;">8:45
AM</span></font><font face="Tahoma" color="black" size="2"><span
 style="font-size: 10pt; font-family: Tahoma; color: windowtext;"><br>
  <b><span style="font-weight: bold;">To:</span></b> Paul Gimpelev<br>
  <b><span style="font-weight: bold;">Cc:</span></b>
<a class="moz-txt-link-abbreviated" href="mailto:deano AT swiftdsl.com DOT 
au">deano AT swiftdsl.com DOT au</a>;
<a class="moz-txt-link-abbreviated" href="mailto:veritas-bu AT 
mailman.eng.auburn DOT edu">veritas-bu AT mailman.eng.auburn DOT edu</a><br>
  <b><span style="font-weight: bold;">Subject:</span></b> Re:
[Veritas-bu]
rsync'ing Netbackup master catalog</span></font></p>
  <p style="margin-left: 0.5in;" class="MsoNormal"><font
 face="Times New Roman" color="black" size="3"><span
 style="font-size: 12pt;">&nbsp;</span></font></p>
  <p style="margin-left: 0.5in;" class="MsoNormal"><font
 face="Times New Roman" color="black" size="3"><span
 style="font-size: 12pt;">I do the very same, rsync
/opt/openv to a standby master. In my most recent DR test, I was
performing
restores/taking backups in 1/2 hour.<br>
  <br>
--Steve<br>
  <br>
Paul Gimpelev wrote:<br>
  <br>
  </span></font></p>
  <pre wrap="" style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">I am doing it right now 
to our DR, standby NBU master with the same name.&nbsp;&nbsp; 
All</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">of our backup images are 
recoverable.&nbsp; Our catalog is about 120GB, rsync does</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">not take long.&nbsp; 
Keep in mind, however, that we have Autosys controlling job 
and</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">vault scheduling so we 
are doing an rdist when no backups or dups are running.</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;"> You also might want to 
consider copying mediaDB and vaultDB off of your</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">master.&nbsp; Not a 
Veritas suported recovery way, needless to say.</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 
10pt;">&nbsp;</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">paulg</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 
10pt;">&nbsp;</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">On Oct 7, 
</span></font>10:46am, <a
 href="mailto:deano AT swiftdsl.com DOT au">&lt;deano AT swiftdsl.com DOT 
au&gt;</a> wrote:</pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">&nbsp; 
</span></font></pre>
  <blockquote type="cite" style="margin-top: 5pt; margin-bottom: 5pt;">
    <pre wrap="" style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">Subject: [Veritas-bu] 
rsync'ing Netbackup master catalog</span></font></pre>
    <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 
10pt;">Hello,</span></font></pre>
    <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 
10pt;">&nbsp;</span></font></pre>
    <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">Has anyone had any 
experience using rsync to replicate their NetBackup</span></font></pre>
    <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">catalog to a recovery 
site?&nbsp; I am investigating this option at the moment.</span></font></pre>
    <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">Has anyone succesfully, 
or otherwise, used an rsync'ed NetBackup catalog?</span></font></pre>
    <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 
10pt;">&nbsp;</span></font></pre>
    <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">Many 
thanks,</span></font></pre>
    <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">Dean</span></font></pre>
    <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 
10pt;">&nbsp;</span></font></pre>
    <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 
10pt;">&nbsp;</span></font></pre>
    <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 
10pt;">_______________________________________________</span></font></pre>
    <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">Veritas-bu 
maillist&nbsp; -&nbsp; <a
 href="mailto:Veritas-bu AT mailman.eng.auburn DOT edu">Veritas-bu AT 
mailman.eng.auburn DOT edu</a></span></font></pre>
    <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;"><a
 
href="http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu";>http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu</a></span></font></pre>
    <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">-- End of excerpt from <a
 href="mailto:deano AT swiftdsl.com DOT au">&lt;deano AT swiftdsl.com DOT 
au&gt;</a></span></font></pre>
    <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">&nbsp;&nbsp;&nbsp; 
</span></font></pre>
  </blockquote>
  <pre wrap="" style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 
10pt;">&nbsp;</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 
10pt;">&nbsp;</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 
10pt;">_______________________________________________</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">Veritas-bu 
maillist&nbsp; -&nbsp; <a
 href="mailto:Veritas-bu AT mailman.eng.auburn DOT edu">Veritas-bu AT 
mailman.eng.auburn DOT edu</a></span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;"><a
 
href="http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu";>http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu</a></span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">&nbsp; 
</span></font></pre>
  <p style="margin-left: 0.5in;" class="MsoNormal"><font
 face="Times New Roman" color="black" size="3"><span
 style="font-size: 12pt;"><br>
  <br>
  <br>
  </span></font></p>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">-- </span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 
10pt;">===================================</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 
10pt;">&nbsp;</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">&nbsp; Steven L. 
Sesar</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">&nbsp; Senior Operating 
Systems Programmer/Analyst</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">&nbsp; UNIX Application 
Services R10A</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">&nbsp; The MITRE 
Corporation</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">&nbsp; </span></font>202 
Burlington Road - KS101</pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">&nbsp; 
</span></font>Bedford, MA 01730</pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">&nbsp; tel: (781) 
271-7702</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">&nbsp; fax: (781) 
271-2600</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">&nbsp; mobile: (617) 
893-9635</span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;">&nbsp; email: <a
 href="mailto:ssesar AT mitre DOT org">ssesar AT mitre DOT 
org</a></span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 10pt;"> </span></font></pre>
  <pre style="margin-left: 0.5in;"><font face="Courier New"
 color="black" size="2"><span style="font-size: 
10pt;">===================================</span></font></pre>
  </div>
</blockquote>
<br>
<br>
<pre cols="72" class="moz-signature">-- 
===================================

  Steven L. Sesar
  Senior Operating Systems Programmer/Analyst
  UNIX Application Services R10A
  The MITRE Corporation
  202 Burlington Road - KS101
  Bedford, MA 01730
  tel: (781) 271-7702
  fax: (781) 271-2600
  mobile: (617) 893-9635
  email: <a class="moz-txt-link-abbreviated" href="mailto:ssesar AT mitre DOT 
org">ssesar AT mitre DOT org</a>
 
===================================</pre>
</body>
</html>

--------------090702060504040600050807--

--------------ms090507020708050808030309
Content-Type: application/x-pkcs7-signature; name="smime.p7s"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="smime.p7s"
Content-Description: S/MIME Cryptographic Signature

MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIHgTCC
AkwwggG1oAMCAQICAhk0MA0GCSqGSIb3DQEBBAUAMEsxEjAQBgNVBAoTCW1pdHJlLm9yZzEe
MBwGA1UECxMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5MRUwEwYDVQQDEwxjYS5taXRyZS5vcmcw
HhcNMDMwMzI3MTI1MTQ3WhcNMDQwOTE3MTI1MTQ3WjB4MRIwEAYDVQQKEwltaXRyZS5vcmcx
DzANBgNVBAsTBnBlb3BsZTEWMBQGCgmSJomT8ixkAQETBnNzZXNhcjEYMBYGA1UEAxMPU2Vz
YXIsU3RldmVuIEwuMR8wHQYJKoZIhvcNAQkBFhBzc2VzYXJAbWl0cmUub3JnMIGfMA0GCSqG
SIb3DQEBAQUAA4GNADCBiQKBgQCsMFG7P8BkusNRNWmoqH0y67h3ZrYit9OIJzHDuJHdQPCE
wMYZ9ij4QERUL4RJGwuBt+pj9tkswVi3R7qLKqodNMsiXhIBk25n9F9yO3KHyTlBR4PTW3dt
WARent/Gr5nWR9fnQVwbVEYeqbRSQkLrfRw9mOKfbR86TiV2CJX4dwIDAQABoxIwEDAOBgNV
HQ8BAf8EBAMCBeAwDQYJKoZIhvcNAQEEBQADgYEAR6PVaJjQRwG9Wrb/eEWlG1Ks9UJNv9UE
YYhEO4XXwgf41xe7SIZUQbb40ulX6nklZ9u9dTENFfGPamO9sN2C8Ys0dionUq7P7toCohXS
txBIbwgE7kg7UIzAmKbuG8pV7iUY5g64nXcgb4IvjJDU73TC9RnP8hN5LjnsP40fHJ0wggJM
MIIBtaADAgECAgIZNDANBgkqhkiG9w0BAQQFADBLMRIwEAYDVQQKEwltaXRyZS5vcmcxHjAc
BgNVBAsTFUNlcnRpZmljYXRlIEF1dGhvcml0eTEVMBMGA1UEAxMMY2EubWl0cmUub3JnMB4X
DTAzMDMyNzEyNTE0N1oXDTA0MDkxNzEyNTE0N1oweDESMBAGA1UEChMJbWl0cmUub3JnMQ8w
DQYDVQQLEwZwZW9wbGUxFjAUBgoJkiaJk/IsZAEBEwZzc2VzYXIxGDAWBgNVBAMTD1Nlc2Fy
LFN0ZXZlbiBMLjEfMB0GCSqGSIb3DQEJARYQc3Nlc2FyQG1pdHJlLm9yZzCBnzANBgkqhkiG
9w0BAQEFAAOBjQAwgYkCgYEArDBRuz/AZLrDUTVpqKh9Muu4d2a2IrfTiCcxw7iR3UDwhMDG
GfYo+EBEVC+ESRsLgbfqY/bZLMFYt0e6iyqqHTTLIl4SAZNuZ/Rfcjtyh8k5QUeD01t3bVgE
Xp7fxq+Z1kfX50FcG1RGHqm0UkJC630cPZjin20fOk4ldgiV+HcCAwEAAaMSMBAwDgYDVR0P
AQH/BAQDAgXgMA0GCSqGSIb3DQEBBAUAA4GBAEej1WiY0EcBvVq2/3hFpRtSrPVCTb/VBGGI
RDuF18IH+NcXu0iGVEG2+NLpV+p5JWfbvXUxDRXxj2pjvbDdgvGLNHYqJ1Kuz+7aAqIV0rcQ
SG8IBO5IO1CMwJim7hvKVe4lGOYOuJ13IG+CL4yQ1O90wvUZz/ITeS457D+NHxydMIIC3TCC
AkagAwIBAgIBGTANBgkqhkiG9w0BAQUFADBPMRIwEAYDVQQKEwltaXRyZS5vcmcxHjAcBgNV
BAsTFUNlcnRpZmljYXRlIEF1dGhvcml0eTEZMBcGA1UEAxMQcm9vdGNhLm1pdHJlLm9yZzAe
Fw0wMTA2MTIxNzMzNTVaFw0wNTAzMjcwNTAwMDBaMEsxEjAQBgNVBAoTCW1pdHJlLm9yZzEe
MBwGA1UECxMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5MRUwEwYDVQQDEwxjYS5taXRyZS5vcmcw
gZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM6K1dCL4VTShZUcn1sDzOvDo0hTp025906W
mOnGhLx/2QEUmb7pZS77+T1/nqmthxtoZXwjBYWPTFCnoD/1xXks28NdGVZRvRDOtEbpDvTw
adtbzfXQp/fwFNPcnL8+UgyM7G2ZnakPNDTAf0ZcY4Z4P+g6177smfPplwYPWdZHAgMBAAGj
gcwwgckwEQYJYIZIAYb4QgEBBAQDAgCHMA4GA1UdDwEB/wQEAwIBxjAdBgNVHQ4EFgQUqTMT
u3doqXs3nKOJAaaKMXIkFmkwHwYDVR0jBBgwFoAUmlNmx6uDJWPk4VsmGXW8aow0P10wEgYD
VR0TAQH/BAgwBgEB/wIBATBQBgNVHR8ESTBHMEWgQ6BBhj9odHRwOi8vZW1wbG95ZWVzaGFy
ZS5taXRyZS5vcmcvbC9sbW9zY2EvdHJhbnNmZXIvcm9vdGNhLWRldi5jcmwwDQYJKoZIhvcN
AQEFBQADgYEAjmInqADGLuA0ykaWRKw8uPzdLnQtSy9Cs2WesgNg1Cg4jpBALIbcfD1D6isN
BgrQOIB85sFgnDZh17E8fdaEohf/upoWac0JrNt9tXJh+J60LZplTSaemFpseFEopWJm5uun
oKOhvVAO/e2QtZpvmc2EzINLNRIwDVd1UII5qpgxggJyMIICbgIBATBRMEsxEjAQBgNVBAoT
CW1pdHJlLm9yZzEeMBwGA1UECxMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5MRUwEwYDVQQDEwxj
YS5taXRyZS5vcmcCAhk0MAkGBSsOAwIaBQCgggF3MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0B
BwEwHAYJKoZIhvcNAQkFMQ8XDTAzMTAwOTE1NTAzMFowIwYJKoZIhvcNAQkEMRYEFEBi71Fp
zUom7U9YWHdxKFQ4dHf8MFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcN
AwICAgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMGAGCSsGAQQB
gjcQBDFTMFEwSzESMBAGA1UEChMJbWl0cmUub3JnMR4wHAYDVQQLExVDZXJ0aWZpY2F0ZSBB
dXRob3JpdHkxFTATBgNVBAMTDGNhLm1pdHJlLm9yZwICGTQwYgYLKoZIhvcNAQkQAgsxU6BR
MEsxEjAQBgNVBAoTCW1pdHJlLm9yZzEeMBwGA1UECxMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5
MRUwEwYDVQQDEwxjYS5taXRyZS5vcmcCAhk0MA0GCSqGSIb3DQEBAQUABIGAclmmSPbFpTy9
Q5Cv5NkIufLqHPjTdLsSjSXiz/im8V7geVzZC7AFBzlq7WoX7DFQTk/KsajTh7yWk6QrJEYi
zh0+hp2vll32j2nB1Jjsu8flmieezpL2nfbf7AHo+fbSLTiHeDQHWCYZJhbJ/9R2zxJoNJQL
he4DeK3JjiEawH4AAAAAAAA=
--------------ms090507020708050808030309--



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