|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: system PRIVILEGED account (root
stage1.cxo.cpqcorp.net)Date: Tue Nov 06 2001 - 16:44:37 CST
<HTML>
<HEAD>
<!--Please be sure to customize the meta data below for the page-->
<meta name="description" content="support, support home">
<meta name="keywords" content="support, support home">
<meta name="author" content="">
<meta name="rev_author" content="">
<meta name="new" content="24-04-2000">
<meta name="updated" content="04-10-2000">
<meta name="expires" content="31-12-2000">
<meta name="audience" content="EXT_ALL">
<meta name="format" content="html">
<meta http-equiv="pragma" content="NO-CACHE">
<meta http-equiv="expires" content=-1>
<meta name="alternate_title" content="Welcome to Compaq Support">
<!--Please be sure to customize the title below appropriately for the page-->
<TITLE>Compaq: Compaq Services Software Patches - adartlae02072</TITLE>
<!--The include file below contains scripts and meta information that is common to all support pages-->
<SCRIPT LANGUAGE="JavaScript">
<!--
// rev03.29.1999 -- DO NOT MODIFY! -- Begin date display function with y2k compatibility
function OpenNewWin(url_name)
{
popup_height = 465; // height of popup window
popup_width = 300; // width of popup window
window.name = "MainWin";
left_pos = screen.width - (popup_width+10);
attr =
"scrollbars=0,resizable=1,toolbar=0,location=0,directories=0,status=1,menubar=0,height="
+ popup_height + ",width=" + popup_width + ",top=0,left=" + left_pos;
popup_win = window.open(url_name, "popup", attr);
popup_win.focus();
}
var pong;
function makeArray(n){
this.length = n;
for (i=1;i<=n;i++){
this[i]=0;
}
return this;
}
function displayDate() {
var this_month = new makeArray(12);
this_month[0] = "January";
this_month[1] = "February";
this_month[2] = "March";
this_month[3] = "April";
this_month[4] = "May";
this_month[5] = "June";
this_month[6] = "July";
this_month[7] = "August";
this_month[8] = "September";
this_month[9] = "October";
this_month[10] = "November";
this_month[11] = "December";
var today = new Date();
var day = today.getDate();
var month = today.getMonth();
var year = today.getYear();
if (year< 1900) {
year += 1900;
}
return(this_month[month]+" "+day+", "+year);
}
// rev03.29.1999 -- DO NOT MODIFY! -- End date display function with y2k compatibility
// -->
</SCRIPT>
<STYLE TYPE="text/css">
<!--
.noul { color:#000033; text-decoration:none; }
.news { color:#660066; text-decoration:none; }
a:hover { color:#FF0000; }
-->
</STYLE>
<!--Begin legacy css stylesheet-->
<STYLE type="text/css">
<!--
a.linkage:hover {
color: #FF0000;
font-size: 10px;
font-family: verdana,sans-serif;
font-weight: normal;
text-decoration: underline;
}
a.linkage {
color: #660066;
font-size: 10px;
font-family: verdana,sans-serif;
font-weight: normal;
text-decoration:underline;
cursor:hand;
}
a.linkagesub:hover {
color: #FF0000;
font-size: 10px;
font-family: verdana,sans-serif;
font-weight: normal;
text-decoration: underline;
}
a.linkagesub {
color: #660066;
font-size: 10px;
font-family: verdana,sans-serif;
font-weight: normal;
text-decoration:underline;
cursor:hand;
}
a.footage:hover {
color: #FF0000;
font-size: 10px;
font-family: verdana,sans-serif;
font-weight: normal;
text-decoration: underline;
}
a.footage {
color: #660066;
font-size: 10px;
font-family: verdana,sans-serif;
font-weight: normal;
text-decoration:underline;
cursor:hand;
}
a.current:hover {
color: #FF0000;
font-size: 11px;
font-family: verdana,sans-serif;
font-weight: normal;
text-decoration: none;
}
a.current {
font-family: verdana,sans-serif;
font-weight: normal;
font-size: 11px;
color: #660066;
text-decoration:none;
cursor:hand;
}
a.spotage:hover {
color: #FF0000;
font-size: 10px;
font-family: verdana,sans-serif;
font-weight: normal;
text-decoration: underline;
}
a.spotage {
color: #660066;
font-size: 10px;
font-family: verdana,sans-serif;
font-weight: normal;
text-decoration:underline;
cursor:hand;
}
.spot {
color: #000000;
font-size: 10px;
font-family: verdana,sans-serif;
font-weight: normal;
text-decoration: none;
}
a.body:hover {
font-family: verdana,sans-serif;
font-weight: normal;
font-size: 10px;
color: #0000ff;
text-decoration: underline;
cursor:hand;
}
a.body {
color: #0000ff;
font-family: verdana,sans-serif;
font-size: 10px;
font-weight: normal;
text-decoration: underline;
}
a.on {
color: #660066;
font-family: verdana,sans-serif;
font-size: 10px;
font-weight: normal;
text-decoration: underline;
}
a.on:hover {
color: #FF0000;
font-size: 10px;
font-family: verdana,sans-serif;
font-weight: normal;
text-decoration: underline;
cursor:hand;
}
a.onsub {
color: #660066;
font-size: 10px;
font-family: verdana,sans-serif;
font-weight: normal;
text-decoration: underline;
}
a.onsub:hover {
color: #FF0000;
font-family: verdana,sans-serif;
font-size: 10px;
font-weight: normal;
text-decoration: underline;
cursor:hand;
}
.reg {
color: #000033;
font-family: verdana,sans-serif;
font-size: 10px;
font-weight: normal;
text-decoration: none;
}
#APD {
POSITION: relative; VISIBILITY: hidden;
-->
</STYLE>
<!--End legacy css stylesheet-->
<!--end head_universal include-->
</HEAD>
<BODY MARGINHEIGHT="0" TOPMARGIN=0 BGCOLOR="#ffffff" TEXT="#333333" LINK="#660066" VLINK="#000033" ALINK="#003399" onLoad="if (self != top) top.location = self.document.location;">
<!--The include file below contains top navigation that is common to all support pages-->
<!--Begin topnav universal include-->
<!-- rev03.29.1999 -- DO NOT MODIFY! -- Begin universal nav map -->
<MAP Name="nav">
<AREA Shape="RECT" coords="373,11,413,21"
HREF="http://www.compaq.com/search.html" ALT="SEARCH" TITLE="SEARCH">
<AREA Shape="RECT" coords="295,11,357,21" HREF="http://www.compaq.com/comments.html" ALT="CONTACT US" TITLE="CONTACT US">
<AREA Shape="RECT" coords="230,11,278,21" HREF="http://www.compaq.com/support/" ALT="SUPPORT" TITLE="SUPPORT">
<AREA Shape="RECT" coords="167,11,213,21"
HREF="http://www.compaq.com/compaqservices/" ALT="SERVICES" TITLE="SERVICES">
<AREA Shape="RECT" coords="97,11,151,21" HREF="http://www.compaq.com/showroom/" ALT="PRODUCTS" TITLE="PRODUCTS">
<AREA Shape="RECT" coords="48,11,80,21" HREF="http://www.compaq.com/buynow/online.html" ALT="STORE" TITLE="STORE">
</MAP>
<!-- rev03.29.1999 -- DO NOT MODIFY! -- End universal nav map -->
<!-- rev03.29.1999 -- DO NOT MODIFY! -- Begin datestamp table -->
<TABLE BORDER="0" cellpadding="0" cellspacing="0" width="760">
<TR valign="top" align="right">
<TD ALIGN="right" width="760"><FONT FACE="Verdana, Arial, Helvetica" SIZE="2" COLOR="#333333">
United States
<script language="JavaScript"><!--
document.write (displayDate());
//--></script></FONT></TD>
</TR>
</TABLE>
<!-- rev03.29.1999 -- DO NOT MODIFY! -- End datestamp table -->
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="760">
<!-- rev03.29.1999 -- DO NOT MODIFY! -- Begin universal nav -->
<TR>
<TD WIDTH="174"><A href="/"><IMG alt=COMPAQ border=0 height=30 src="/images/compaq.gif" width=174></A></TD>
<TD width="586" BGCOLOR="#000033" ALIGN="right"><IMG alt="STORE | PRODUCTS | SERVICES | SUPPORT | CONTACT US | SEARCH" border=0 height=30 ismap src ="/images/top_nav.gif" useMap="#nav" width=420></TD>
</TR>
<!-- rev03.29.1999 -- DO NOT MODIFY! -- End universal nav -->
</TABLE>
<!--End topnav universal include-->
<!--Begin masthead table-->
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="760">
<TR>
<TD VALIGN="top" ALIGN="right">
<!--Begin headline images-->
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top"><img border="0" src="/images/h_sw_patches.gif" alt="" width="510" height="72"></td>
<td><img border="0" src="/images/h_photo_softwarendrivers.gif" alt="gears" width="178" height="68"><br>
<img border="0" src="/images/accent.gif" width="178" height="9" alt=""></td>
</tr>
</table>
<!--End headline images-->
</TD>
</TR>
</TABLE>
<!--End masthead table-->
<img src="/images/spacer.gif" width="1" height="15" alt="">
<!-- Begin body table -->
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" width="760">
<TR>
<!-- Begin left column -->
<TD BGCOLOR="#999999" width="180" ALIGN="left" VALIGN="top">
<!--The include file embedded below contains an extensible set of left navigation items common to all support pages -->
<!-- Add your items below the include statement for extensibility-->
<!-- start local nav //-->
<table cellSpacing="0" cellPadding="0" border="0" width="180" bgcolor="#999999" valign="top">
<!-- top blue row -->
<TR><TD BGCOLOR="#000033"><IMG SRC="/images/spacer.gif" WIDTH="1" HEIGHT="10" BORDER="0" alt=""></TD></TR>
<tr><td bgcolor="#888888"><img src="/images/pix.gif" height="1" width="180" border="0" alt=""></td></tr>
<!-- end blue row -->
<tr bgcolor="#999999">
<td width="180" align="left" valign="top">
<table cellPadding="0" cellSpacing="0" border="0" align="left" valign="top" width="180">
<tr>
<td bgcolor="#999999" width="5" align="left" valign="top"><img src="/images/pix.gif" width="5" height="1" border="0" alt=""></td>
<td bgcolor="#999999" width="175" align="left" valign="top">
<table width="175" align="left" cellPadding="0" cellSpacing="0" border="0">
<tr>
<td align="left" valign="top" width="10"><img src="/images/pix.gif" width="10" height="15" border="0" alt=""></td>
<td align="left" valign="top" width="165"><img src="/images/pix.gif" width="1" height="10" border="0" alt=""></td>
</tr>
<!-- banner-->
<tr>
<TD colspan="2" VALIGN="TOP"><img src="/images/leftnav.gif" width=150 height=18 border=0 ALT="compaq support options" TITLE="compaq support options"></TD>
</TR>
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<!-- banner -->
<tr>
<TD VALIGN="TOP" WIDTH="4"><IMG SRC="/images/arrow_blue.gif" WIDTH="4" HEIGHT="6" BORDER="0" VSPACE="3"></TD>
<!-- first line local nav //--> <td align="left" valign="top"><font size="1" face="verdana,Arial,Helvetica"><a class="on" href="http://www.compaq.com/support/">support home</a></td>
</tr>
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<tr>
<TD VALIGN="TOP" WIDTH="4"><IMG SRC="/images/arrow_blue.gif" WIDTH="4" HEIGHT="6" BORDER="0" VSPACE="3"></TD>
<!-- second line local nav //--> <td align="left" valign="top"><font size="1" face="verdana,Arial,Helvetica"><a class="linkage" href="http://www.compaq.com/support/files/">software & drivers</a></font></td>
</tr>
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<tr>
<TD VALIGN="TOP" WIDTH="4"><IMG SRC="/images/arrow_blue.gif" WIDTH="4" HEIGHT="6" BORDER="0" VSPACE="3"></TD>
<!-- third line local nav //--> <td align="left" valign="top"><font size="1" face="verdana,Arial,Helvetica"><a class="linkage" href="http://www.compaq.com/support/ask/">ask Compaq</a></font></td>
</tr>
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<tr>
<TD VALIGN="TOP" WIDTH="4"><IMG SRC="/images/arrow_blue.gif" WIDTH="4" HEIGHT="6" BORDER="0" VSPACE="3"></TD>
<!-- fourth line local nav //--> <td align="left" valign="top"><font size="1" face="verdana,Arial,Helvetica"><a class="linkage" href="http://www.compaq.com/support/reference/">reference library</a></font></td>
</tr>
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<tr>
<TD VALIGN="TOP" WIDTH="4"><IMG SRC="/images/arrow_blue.gif" WIDTH="4" HEIGHT="6" BORDER="0" VSPACE="3"></TD>
<!-- fifth line local nav //--> <td align="left" valign="top"><font size="1" face="verdana,Arial,Helvetica"><a class="linkage" href="http://forum.compaq.com">support forum</a></font></td>
</tr>
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<tr>
<TD VALIGN="TOP" WIDTH="4"><IMG SRC="/images/arrow_blue.gif" WIDTH="4" HEIGHT="6" BORDER="0" VSPACE="3"></TD>
<!-- sixth line local nav //--> <td align="left" valign="top"><font size="1" face="verdana,Arial,Helvetica"><a class="linkage" href="http://web14.compaq.com/falco/">frequently asked questions</a></font></td>
</tr>
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<tr>
<TD VALIGN="TOP" WIDTH="4"><IMG SRC="/images/arrow_blue.gif" WIDTH="4" HEIGHT="6" BORDER="0" VSPACE="3"></TD>
<!-- seventh line local nav //--> <td align="left" valign="top"><font size="1" face="verdana,Arial,Helvetica"><a class="linkage" href="http://www.compaq.com/support/tools/">support tools</a></font></TD>
</tr>
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<tr>
<TD VALIGN="TOP" WIDTH="4"><IMG SRC="/images/arrow_blue.gif" WIDTH="4" HEIGHT="6" BORDER="0" VSPACE="3"></TD>
<!-- eighth line local nav //--> <td align="left" valign="top"><font size="1" face="verdana,Arial,Helvetica"><a class="linkage" href="http://www.compaq.com/support/warranty_upgrades/">warranty information</a></font></td>
</tr>
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<tr>
<TD VALIGN="TOP" WIDTH="4"><IMG SRC="/images/arrow_blue.gif" WIDTH="4" HEIGHT="6" BORDER="0" VSPACE="3"></TD>
<!-- ninth line local nav //--> <td align="left" valign="top"><font size="1" face="verdana,Arial,Helvetica"><a class="linkage" href="http://compaq.infonow.net/bin/findNow?CLIENT_ID=COMPAQ_BUS_USA&MARKET=SERVICE">service centers</a></font></td>
</tr>
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<tr>
<TD VALIGN="TOP" WIDTH="4"><IMG SRC="/images/arrow_blue.gif" WIDTH="4" HEIGHT="6" BORDER="0" VSPACE="3"></TD>
<!-- tenth line local nav //--> <td align="left" valign="top"><font size="1" face="verdana,Arial,Helvetica"><a class="linkage" href="http://www.compaq.com/support/contact_compaq/">contact support</a></font></td>
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<tr>
<TD VALIGN="TOP" WIDTH="4"><IMG SRC="/images/arrow_blue.gif" WIDTH="4" HEIGHT="6" BORDER="0" VSPACE="3"></TD>
<!-- eleventh line local nav //--> <td align="left" valign="top"><font size="1" face="verdana,Arial,Helvetica"><a class="linkage" href="http://www.compaq.com/support/default.asp">product resources</a></font></td>
</tr>
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<tr>
<TD VALIGN="TOP" WIDTH="4"><IMG SRC="/images/arrow_blue.gif" WIDTH="4" HEIGHT="6" BORDER="0" VSPACE="3"></TD>
<!-- twelfth line local nav //--> <td align="left" valign="top"><font size="1" face="verdana,Arial,Helvetica"><a class="linkage" href="http://www.compaq.com/support/parts/">parts for your system</a></font></TD>
</tr>
<!-- thirteenth line local nav //-->
<!--
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<tr>
<TD VALIGN="TOP" WIDTH="4"><IMG SRC="/images/arrow_blue.gif" WIDTH="4" HEIGHT="6" BORDER="0" VSPACE="3"></TD>
<td align="left" valign="top"><font size="1" face="verdana,Arial,Helvetica"><a class="linkage" href="http://www.compaq.com/csa/">development support</a></font></td>
</tr>
-->
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<tr>
<TD VALIGN="TOP" WIDTH="4"><IMG SRC="/images/arrow_blue.gif" WIDTH="4" HEIGHT="6" BORDER="0" VSPACE="3"></TD>
<!-- fourteenth line local nav //--> <td align="left" valign="top"><font size="1" face="verdana,Arial,Helvetica"><a class="linkage" href="javascript: OpenNewWin('http://www3itg.compaq.com/support/feedback/givefeedback.asp?page_referer=<%= Request.ServerVariables(url)%>')">give us feedback</a></font></td>
</tr>
<!-- begin country-specific links
Use these lines to structure your own links //-->
<!--
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<tr>
<TD VALIGN="TOP" WIDTH="4"><IMG SRC="/images/arrow_blue.gif" WIDTH="4" HEIGHT="6" BORDER="0" VSPACE="3"></TD>
<td align="left" valign="top"><font size="1" face="verdana,Arial,Helvetica"><a class="linkage" href="">Country link #1</a></font></td>
</tr>
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<tr>
<TD VALIGN="TOP" WIDTH="4"><IMG SRC="/images/arrow_blue.gif" WIDTH="4" HEIGHT="6" BORDER="0" VSPACE="3"></TD>
<td align="left" valign="top"><font size="1" face="verdana,Arial,Helvetica"><a class="linkage" href="">Country link #1</a></font></td>
</tr>
-->
<!-- end country-specific links //-->
<!-- spacer rows -->
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<tr><td><img src="/images/pix.gif" width="1" height="10" border="0"></td><td></td></tr>
<TR>
<TD COLSPAN="2" ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="2"><IMG SRC="/images/associated_links.gif" ALT="associated links"></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="5"></TD></TR>
<TR>
<TD VALIGN="TOP" BGCOLOR="#999999"><IMG SRC="/images/arrow.gif" ALT="}" WIDTH="16" HEIGHT="10"></TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="1"><A HREF="http://www.support.compaq.com/patches/whats-new.shtml">what's new</A></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="5"></TD></TR>
<TR>
<TD VALIGN="TOP" BGCOLOR="#999999"><IMG SRC="/images/arrow.gif" ALT="}" WIDTH="16" HEIGHT="10"></TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="1"><A HREF="http://www.support.compaq.com/patches/contract.shtml">contract access</A></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="5"></TD></TR>
<TR>
<TD VALIGN="TOP" BGCOLOR="#999999"><IMG SRC="/images/arrow.gif" ALT="}" WIDTH="16" HEIGHT="10"></TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="1"><A HREF="http://www.support.compaq.com/pub-ftp-tree">browse patch tree</A></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="5"></TD></TR>
<TR>
<TD VALIGN="TOP" BGCOLOR="#999999"><IMG SRC="/images/arrow.gif" ALT="}" WIDTH="16" HEIGHT="10"></TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="1"><A HREF="http://www.support.compaq.com/patch-search">search patches</A></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="5"></TD></TR>
<TR>
<TD VALIGN="TOP" BGCOLOR="#999999"><IMG SRC="/images/arrow.gif" ALT="}" WIDTH="16" HEIGHT="10"></TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="1"><A HREF="http://www.support.compaq.com/patches/mailing-list.shtml">join mailing list</A></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="5"></TD></TR>
<TR>
<TD VALIGN="TOP" BGCOLOR="#999999"><IMG SRC="/images/arrow.gif" ALT="}" WIDTH="16" HEIGHT="10"></TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="1"><A HREF="http://www.support.compaq.com/feedback.shtml">feedback</A></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="15"></TD></TR>
<TR>
<TD COLSPAN="2" ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="2"><IMG SRC="/images/patches_by_topic.gif" ALT="patches by topic"></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="5"></TD></TR>
<TR>
<TD VALIGN="TOP" BGCOLOR="#999999"><IMG SRC="/images/arrow.gif" ALT="}" WIDTH="16" HEIGHT="10"></TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="1"><A HREF="http://ftp.support.compaq.com/patches/.new/dos.shtml">DOS</A></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="5"></TD></TR>
<TR>
<TD VALIGN="TOP" BGCOLOR="#999999"><IMG SRC="/images/arrow.gif" ALT="}" WIDTH="16" HEIGHT="10"></TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="1"><A HREF="http://ftp.support.compaq.com/patches/.new/openvms.shtml">OpenVMS</A></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="5"></TD></TR>
<TR>
<TD VALIGN="TOP" BGCOLOR="#999999"><IMG SRC="/images/arrow.gif" ALT="}" WIDTH="16" HEIGHT="10"></TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="1"><A HREF="http://ftp.support.compaq.com/patches/.new/security.shtml">Security</A></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="5"></TD></TR>
<TR>
<TD VALIGN="TOP" BGCOLOR="#999999"><IMG SRC="/images/arrow.gif" ALT="}" WIDTH="16" HEIGHT="10"></TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="1"><A HREF="http://ftp.support.compaq.com/patches/.new/unix.shtml">Tru64 Unix</A></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="5"></TD></TR>
<TR>
<TD VALIGN="TOP" BGCOLOR="#999999"><IMG SRC="/images/arrow.gif" ALT="}" WIDTH="16" HEIGHT="10"></TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="1"><A HREF="http://ftp.support.compaq.com/patches/.new/ultrix.shtml">Ultrix 32</A></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="5"></TD></TR>
<TR>
<TD VALIGN="TOP" BGCOLOR="#999999"><IMG SRC="/images/arrow.gif" ALT="}" WIDTH="16" HEIGHT="10"></TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="1"><A HREF="http://ftp.support.compaq.com/patches/.new/windows.shtml">Windows</A></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="5"></TD></TR>
<TR>
<TD VALIGN="TOP" BGCOLOR="#999999"><IMG SRC="/images/arrow.gif" ALT="}" WIDTH="16" HEIGHT="10"></TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="1"><A HREF="http://ftp.support.compaq.com/patches/.new/WindowsNT.shtml">Windows NT</A></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="15"></TD></TR>
<TR>
<TD COLSPAN="2" ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="2"><IMG SRC="/images/connection_tools.gif" ALT="connection tools"></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="5"></TD></TR>
<TR>
<TD VALIGN="TOP" BGCOLOR="#999999"><IMG SRC="/images/arrow.gif" ALT="}" WIDTH="16" HEIGHT="10"></TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="1"><A HREF="http://www1.support.compaq.com/cgi-bin/lookup-them.cgi">nameserver lookup</A></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="5"></TD></TR>
<TR>
<TD VALIGN="TOP" BGCOLOR="#999999"><IMG SRC="/images/arrow.gif" ALT="}" WIDTH="16" HEIGHT="10"></TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="1"><A HREF="http://www1.support.compaq.com/cgi-bin/trace-them.cgi">traceroute</A></FONT></TD>
</TR>
<TR><TD COLSPAN="2" BGCOLOR="#999999"><IMG SRC="/images/dot.gif" ALT="." WIDTH="1" HEIGHT="5"></TD></TR>
<TR>
<TD VALIGN="TOP" BGCOLOR="#999999"><IMG SRC="/images/arrow.gif" ALT="}" WIDTH="16" HEIGHT="10"></TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#999999"><FONT FACE="arial, helvetica" SIZE="1"><A HREF="http://www1.support.compaq.com/cgi-bin/ping-them.cgi">ping</A></FONT></TD>
</TR>
</TABLE></TD></TR>
</TABLE></TD></TR>
</TABLE>
<!-- end local nav //-->
<!--The include file below contains a left navigation column common to all support pages-->
</td>
<!-- End left column -->
<!-- Begin spacer column -->
<td valign="top" width="10">
<img src="/images/spacer.gif" width="10" height="1" border="0" alt="">
</td>
<!-- End spacer column -->
<!--Begin main body content area-->
<!-- Begin content column -->
<td valign="top" width="570">
<div align="left">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top">
<!-- INSERT YOUR CONTENT BELOW THIS POINT-->
<pre>
<center><b><font color=660066>
ADA ADARTLAE02072 Ada V3.5 for OpenVMS Alpha ECO Summary
</font></b></center><p>
TITLE: ADA ADARTLAE02072 Ada V3.5 for OpenVMS Alpha ECO Summary
New Kit Date : 08-OCT-2001
Modification Date: Not Applicable
Modification Type: Updated Kit Supersedes ADARTLAE01072
NOTE: An OpenVMS saveset or PCSI installation file is stored
on the Internet in a self-expanding compressed file.
For OpenVMS savesets, the name of the compressed saveset
file will be kit_name.a-dcx_vaxexe for OpenVMS VAX or
kit_name.a-dcx_axpexe for OpenVMS Alpha. Once the OpenVMS
saveset is copied to your system, expand the compressed
saveset by typing RUN kitname.dcx_vaxexe or kitname.dcx_alpexe.
For PCSI files, once the PCSI file is copied to your system,
rename the PCSI file to kitname-dcx_axpexe.pcsi, then it can
be expanded by typing RUN kitname-dcx_axpexe.pcsi. The resultant
file will be the PCSI installation file which can be used to install
the ECO.
Copyright (c) Compaq Computer Corporation 1999, 2001. All rights reserved.
PRODUCT: Compaq Ada V3.5 for OpenVMS Alpha
COMPONENTS: ADARTL.EXE, ADAMSG.EXE
OP/SYS: OpenVMS Alpha
SOURCE: Compaq Computer Corporation
ECO INFORMATION:
ECO Kit Name: ADARTLAE02072
ECO Kits Superseded by This ECO Kit: ADARTLAE01072
ECO Kit Approximate Size: 738 Blocks
Kit Applies To: Compaq Ada V3.5
OpenVMS Alpha V6.2, V6.2-1H1, V6.2-1H2, V6.2-1H3,
V7.0, V7.1, V7.1-1H1, V7.1-1H2, V7.2,
V7.2-1, V7.2-1H1
System/Cluster Reboot Necessary: No
Rolling Re-boot Supported: Information Not Available
Installation Rating: INSTALL_UNKNOWN
Kit Dependencies:
The following remedial kit(s) must be installed BEFORE
installation of this kit:
None
In order to receive all the corrections listed in this
kit, the following remedial kits should also be installed:
None
ECO KIT SUMMARY:
An ECO kit exists for Ada V3.5 on OpenVMS Alpha V6.2 through V7.2-1H1. This
kit addresses the following problems:
Problems Addressed in ADARTLAE02072:
This is a Compaq Ada runtime only kit, V7.2-17. No compiler is on this kit.
It supersedes the runtime given on the ADARTLAE01072, and the
Compaq Ada V3.5-A compiler kit.
The ADARTLAE02072 Release Notes contain a complete explanation of this release.
Problems Addressed in ADARTLAE01072:
This is a Compaq Ada runtime only kit, V7.2-13. No compiler is on this
kit. It supersedes the runtime given on the ADAAE02035 compiler kit.
The ADARTLAE01072 Release Notes contain a complete explanation of this
release. Below is a brief description.
o integer'value("-") doesn't raise contraint error.
o Non-Ada threads could be created with unexpected scheduling
policies when the main program was not written in Ada.
o A bug that caused some simple programs using Text_IO to hang.
This problem previously required a DECthreads patch to fix.
INSTALLATION NOTES:
Compaq Ada V3.5 for OpenVMS Alpha must be installed before installing this
this kit.
This kit only replaces changed files.
To install:
$
SYS$UPDATE:VMSINSTAL ADARTLAE02072 <kit-location>
(OPTIONS N will give release notes before installation, as in regular
Compaq Ada installations.)
All trademarks are the property of their respective owners.
</pre>
<hr><br>
<font color=660066 size=+1>This patch can be found at any of these sites:</font><p>
<a name=colorado>
<a href=http://ftp1.support.compaq.com/patches/public/vms/axp/v6.2/ada/3.5/adartlae02072.README>Colorado Site</a><br>
<a name=georgia>
<a href=http://ftp11.support.compaq.com/patches/public/vms/axp/v6.2/ada/3.5/adartlae02072.README>Georgia Site</a><br>
<hr><br>
<font color=660066 size=+1>Files on this server are as follows:</font><p>
<pre>
<a href=/patches/public/vms/axp/v7.2-1h1/ada/3.5/adartlae02072.README>adartlae02072.README</a>
<a href=/patches/public/vms/axp/v7.2-1h1/ada/3.5/adartlae02072.CHKSUM>adartlae02072.CHKSUM</a>
<a href=/patches/public/vms/axp/v7.2-1h1/ada/3.5/adartlae02072.CVRLET_TXT>adartlae02072.CVRLET_TXT</a>
<a href=/patches/public/vms/axp/v7.2-1h1/ada/3.5/adartlae02072.a-dcx_axpexe>adartlae02072.a-dcx_axpexe</a>
<a href=/patches/public/vms/axp/v7.2-1h1/ada/3.5/adartlae02072.CVRLET_TXT>adartlae02072.CVRLET_TXT</a>
</pre>
<!-- INSERT YOUR CONTENT ABOVE THIS POINT-->
</td>
</tr>
<tr><td><br></td></tr>
</table>
</div>
</td>
<!-- End content column -->
<!--End main body content area-->
</TR>
</TABLE>
<!-- End body table -->
<!--The include file below contains footer information that is common to all support pages-->
<!-- begin footer universal include -->
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="388">
<TR>
<TD BGCOLOR="#000033"><IMG align=bottom border=0 height=30 src="/images/spacer.gif" width=388></TD>
</TR>
</TABLE>
<FONT FACE="verdana, arial, helvetica" SIZE="1"><A href="http://www.compaq.com/copyright.html">privacy and legal statement</A></FONT>
<!-- rev03.29.1999 -- DO NOT MODIFY! -- End universal footer -->
<BR CLEAR="all">
<IMG border=0 height=20 src="/images/spacer.gif" width=1>
<!-- end footer universal include -->
---<BR>
</BODY>
</HTML>
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]