70 lines
4.5 KiB
HTML
70 lines
4.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="Creating a VNC password file" />
|
|
<meta name="abstract" content="To install and run Native Abstract Windowing Toolkit (NAWT), you need to create a Virtual Network Computing (VNC) server password file. The VNC server default setting requires a password file that it uses to protect the VNC display against unauthorized user access. You must create the VNC password file under the profile that starts the VNC server." />
|
|
<meta name="description" content="To install and run Native Abstract Windowing Toolkit (NAWT), you need to create a Virtual Network Computing (VNC) server password file. The VNC server default setting requires a password file that it uses to protect the VNC display against unauthorized user access. You must create the VNC password file under the profile that starts the VNC server." />
|
|
<meta name="DC.Relation" scheme="URI" content="vnc.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="nawtcreatevncpassword" />
|
|
<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>Creating a VNC password file</title>
|
|
</head>
|
|
<body id="nawtcreatevncpassword"><a name="nawtcreatevncpassword"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Creating a VNC password file</h1>
|
|
<div><p>To install and run Native Abstract Windowing Toolkit (NAWT), you
|
|
need to create a Virtual Network Computing (VNC) server password file. The
|
|
VNC server default setting requires a password file that it uses to protect
|
|
the VNC display against unauthorized user access. You must create the VNC
|
|
password file under the profile that starts the VNC server. </p>
|
|
<div class="section"><p>How you create an encrypted password depends on which version
|
|
of the PRPQ you are using:</p>
|
|
<ul><li>For versions of the PRPQ ordered on or after 14 June 2002, use the following
|
|
commands at the iSeries™ command
|
|
prompt: <pre> MKDIR DIR('/home/<em>VNCprofile</em>/.vnc')
|
|
QAPTL/VNCPASSWD USEHOME(*NO) PWDFILE('/home/<em>VNCprofile</em>/.vnc/passwd')</pre>
|
|
|
|
where <em>VNCprofile</em> is the profile that started the VNC server.</li>
|
|
<li>For versions of the PRPQ ordered before 14 June 2002, use the following
|
|
commands at the iSeries command
|
|
prompt: <pre> MKDIR DIR('/home/<em>VNCprofile</em>/.vnc')
|
|
VNCSAVF/VNCPASSWD USEHOME(*NO) PWDFILE('/home/<em>VNCprofile</em>/.vnc/passwd')</pre>
|
|
|
|
where <em>VNCprofile</em> is the profile that started the VNC server.</li>
|
|
</ul>
|
|
<p><strong>Notes:</strong> </p>
|
|
<p><strong>When
|
|
using NAWT with any version of J2SDK</strong></p>
|
|
<ul><li>Only the profile that starts the VNC server needs to have a VNC password
|
|
file.</li>
|
|
<li>To successfully start the VNC server, you must have a password file.</li>
|
|
</ul>
|
|
<p><strong>When using NAWT with J2SDK, version 1.4 or a subsequent version</strong></p>
|
|
<ul><li>To gain interactive access to VNC server by using a VNCviewer or Web browser,
|
|
users must use the password that you specify in this step. </li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="vnc.htm" title="Use i5/OS control language (CL) commands to start and stop a Virtual Network Computing (VNC) server, and to display information about the currently running VNC servers.">Tips on using VNC</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |