97 lines
6.5 KiB
HTML
97 lines
6.5 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="task" />
|
|
<meta name="DC.Title" content="PTF update instructions" />
|
|
<meta name="abstract" content="Installation of program temporary fixes (PTFs) for the XL C/C++ Enterprise Edition for AIX V7.0 or XL C Enterprise Edition for AIX products is accomplished using the same "non-default installation" script that is used for the initial compiler installation." />
|
|
<meta name="description" content="Installation of program temporary fixes (PTFs) for the XL C/C++ Enterprise Edition for AIX V7.0 or XL C Enterprise Edition for AIX products is accomplished using the same "non-default installation" script that is used for the initial compiler installation." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzalfinstcomp.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="http://www-306.ibm.com/software/awdtools/xlcpp/features/aix/" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2000, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2000, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzalfptfupdate" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>PTF update instructions</title>
|
|
</head>
|
|
<body id="rzalfptfupdate"><a name="rzalfptfupdate"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">PTF update instructions</h1>
|
|
<div><p>Installation of program temporary fixes (PTFs) for the XL C/C++
|
|
Enterprise Edition for AIX<sup>®</sup> V7.0 or XL C Enterprise Edition for AIX products is
|
|
accomplished using the same "non-default installation" script that is used
|
|
for the initial compiler installation.</p>
|
|
<div class="p">Before installing the PTFs, you must have already
|
|
installed the compilers using the previous steps in this topic.</div>
|
|
<div class="section"><img src="./delta.gif" alt="Start of change" />The following steps will install PTFs for the XL
|
|
C/C++ Enterprise Edition for AIX V7.0 or XL C Enterprise Edition for AIX product on iSeries™ <span class="keyword">i5/OS™</span> PASE.<img src="./deltaend.gif" alt="End of change" /></div>
|
|
<img src="./delta.gif" alt="Start of change" /><ol><li class="stepexpand"><span>Obtain the PTF package files to be installed.</span> You can
|
|
download compressed TAR images of the compiler PTF packages from the support
|
|
downloads section of the XL C/C++ Enterprise Edition Web site.</li>
|
|
<li class="stepexpand"><span>Uncompress and then untar the PTF package files.</span> If
|
|
you have downloaded the compressed TAR images to the /QOpenSys/vacptf/ directory,
|
|
you can use these commands from a QP2TERM command line to do this:<pre>cd /QOpenSys/ptf
|
|
uncompress <filename.tar.Z>
|
|
tar -xvf <filename.tar></pre>
|
|
</li>
|
|
<li class="stepexpand"><span>Create a file containing a list of the PTF packages to be installed.</span> Use these commands from a QP2TERM command line to do this:<pre>cd /QOpenSys/ptf
|
|
ls *.bff > ptflist.txt</pre>
|
|
</li>
|
|
<li class="stepexpand"><span>Run the installation script to install the PTFs. Based on the compiler
|
|
you are updating, enter one of the following commands from the QP2TERM command
|
|
line:</span>
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr valign="bottom"><th valign="bottom" width="24.36548223350254%" id="d0e68">Compiler</th>
|
|
<th valign="bottom" width="75.63451776649747%" id="d0e70">Command</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td valign="top" width="24.36548223350254%" headers="d0e68 ">For XL C/C++ Enterprise Edition for AIX:</td>
|
|
<td valign="top" width="75.63451776649747%" headers="d0e70 "><pre>/QIBM/ProdData/DeveloperTools/pase/bin/perl /usr/vacpp/bin/vacppndi -d
|
|
/QOpenSys/ptf -b /QOpenSys/xlc70 -u /QOpenSys/ptf/ptflist.txt</pre>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.36548223350254%" headers="d0e68 ">For XL C Enterprise Edition for AIX:</td>
|
|
<td valign="top" width="75.63451776649747%" headers="d0e70 "><pre>/QIBM/ProdData/DeveloperTools/pase/bin/perl /usr/vac/bin/vacndi -d
|
|
/QOpenSys/ptf -b /QOpenSys/xlc70 -u /QOpenSys/ptf/ptflist.txt</pre>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.36548223350254%" headers="d0e68 ">For XL Fortran Enterprise Edition for AIX:</td>
|
|
<td valign="top" width="75.63451776649747%" headers="d0e70 "><pre>/QIBM/ProdData/DeveloperTools/pase/bin/perl /usr/lpp/xlf/bin/xlfndi -d
|
|
/QOpenSys/ptf -b /QOpenSys/xlf91 -u /QOpenSys/ptf/ptflist.txt</pre>
|
|
</td>
|
|
</tr>
|
|
<tr><td colspan="2" valign="top" headers="d0e68 d0e70 "><div class="note"><span class="notetitle">Note:</span> Enter the commands as one long command.</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
The installation script creates a compressed TAR backup of the compiler
|
|
files that existed before the PTF update. If you use the directories as shown
|
|
in these instructions, this file will be named /QOpenSys/xlc70.backup.tar.Z
|
|
or /QOpenSys/xlf91.backup.tar.Z. If a problem is encountered with the installation
|
|
of the PTF update or the PTF update itself, you can restore from this backup
|
|
to uninstall the PTF update.</li>
|
|
</ol>
|
|
<img src="./deltaend.gif" alt="End of change" /></div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzalfinstcomp.htm" title="You can follow the steps in this topic to install AIX compilers on i5/OS PASE.">Install AIX compilers on i5/OS PASE</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="http://www-306.ibm.com/software/awdtools/xlcpp/features/aix/" target="_blank">XL C/C++ Enterprise Edition for AIX</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |