86 lines
4.7 KiB
HTML
86 lines
4.7 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="Installing older versions of iSeries Tools for Developers" />
|
|
<meta name="DC.Relation" scheme="URI" content="nawtprpqinstall.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="oldvncnawt" />
|
|
<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>Installing older versions of iSeries Tools for Developers</title>
|
|
</head>
|
|
<body id="oldvncnawt"><a name="oldvncnawt"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Installing older versions of iSeries Tools for Developers</h1>
|
|
<div><div class="section"><p>Versions of iSeries™ Tools for Developers PRPQ (5799PTL) ordered
|
|
before 14 June 2002, PRPQ do not include a pre-compiled <span class="keyword">i5/OS™</span> PASE-enabled
|
|
version of Virtual Network Computing (VNC).</p>
|
|
<p>Use the following instructions
|
|
to determine if you have the enhanced PRPQ and to install VNC if you have
|
|
an older version of the PRPQ.</p>
|
|
<p><strong>Determine whether you have the enhanced
|
|
PRPQ</strong> </p>
|
|
<p>If you own PRPQ 5799-PTL but are not sure whether you have
|
|
the enhanced version that contains VNC, check for the existence of the
|
|
following file:</p>
|
|
<pre> /QOpenSys/QIBM/ProdData/DeveloperTools/vnc/vncserver_java</pre>
|
|
<p>The
|
|
enhanced version of the PRPQ includes the vncserver_java file, but older
|
|
versions do not. If vncserver_java is not present on your iSeries server,
|
|
you can either order and install the latest version of the PRPQ or use
|
|
the following instructions to complete the VNC installation.</p>
|
|
<p><strong>Install
|
|
VNC</strong></p>
|
|
<p>To install VNC on an older version of iSeries Tools for Developers PRPQ, complete
|
|
the following steps.</p>
|
|
</div>
|
|
<ol><li class="stepexpand"><span>Create the save files on your iSeries server by running the following
|
|
commands: </span> <pre> crtlib vncsavf
|
|
crtsavf vncsavf/vncpasswd
|
|
crtsavf vncsavf/vnc
|
|
crtsavf vncsavf/fonts
|
|
crtsavf vncsavf/icewm</pre>
|
|
</li>
|
|
<li class="stepexpand"><span>Download the save files to your workstation from the <a href="http://www-03.ibm.com/servers/enable/site/porting/tools/" target="_blank">iSeries Virtual
|
|
Innovation Center</a> Web site.</span> </li>
|
|
<li class="stepexpand"><span>Use FTP to transfer the save files from your workstation to the iSeries
|
|
server by running the following commands on your workstation: </span> <pre> ftp youriseriesserver
|
|
bin
|
|
cd /qsys.lib/vncsavf.lib
|
|
put vnc.savf
|
|
put vncpasswd.savf
|
|
put fonts.savf
|
|
put icewm.savf
|
|
quit</pre>
|
|
</li>
|
|
<li class="stepexpand"><span>Restore the save files by running the following commands on your iSeries
|
|
server: </span> <pre> RSTOBJ OBJ(*ALL) SAVLIB(VNCSAVF) DEV(*SAVF) SAVF(VNCSAVF/VNCPASSWD)
|
|
RST DEV('/Qsys.lib/vncsavf.lib/vnc.file') OBJ(('/QOpenSys/QIBM/ProdData/DeveloperTools/vnc*'))
|
|
RST DEV('/Qsys.lib/vncsavf.lib/fonts.file') OBJ(('/QOpenSys/QIBM/ProdData/DeveloperTools/fonts*'))
|
|
RST DEV('/Qsys.lib/vncsavf.lib/icewm.file') OBJ(('/QOpenSys/QIBM/ProdData/DeveloperTools/icewm*'))</pre>
|
|
|
|
</li>
|
|
<li class="stepexpand"><span><a href="nawtusing.htm">Continue installing NAWT</a>.</span></li>
|
|
</ol>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="nawtprpqinstall.htm" title="To run Native Abstract Windowing Toolkit (NAWT), you need to install the iSeries Tools for Developers PRPQ (5799PTL). If you do not have the PRPQ, you must order it.">Installing iSeries Tools for Developers PRPQ</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |