87 lines
5.2 KiB
HTML
87 lines
5.2 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 xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="dc.language" scheme="rfc1766" 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. -->
|
||
|
<meta name="dc.date" scheme="iso8601" content="2005-09-06" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<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))' />
|
||
|
<title>Configure iSeries server for NetServer</title>
|
||
|
<link rel="stylesheet" type="text/css" href="ibmidwb.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="ic.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<a id="Top_Of_Page" name="Top_Of_Page"></a><!-- Java sync-link -->
|
||
|
<script language = "Javascript" src = "../rzahg/synch.js" type="text/javascript"></script>
|
||
|
|
||
|
|
||
|
<a name="quickstart"></a>
|
||
|
<h2 id="quickstart">Configure iSeries server for NetServer</h2>
|
||
|
<p>You must have <tt class="xph">*IOSYSCFG</tt> special authority to change
|
||
|
any part of iSeries NetServer™ configuration. In addition, you must have <tt class="xph">*SECADM</tt> special authority to change the iSeries NetServer guest user profile. These changes
|
||
|
will take effect the next time iSeries NetServer is started.</p>
|
||
|
<ol type="1">
|
||
|
<li>Verify that TCP/IP support is configured on your iSeries. You must have at
|
||
|
least one external TCP/IP interface configured and active to use iSeries NetServer.
|
||
|
<ul>
|
||
|
<li>Use the Configure TCP/IP (CFGTCP) command to check or change interfaces,
|
||
|
routes, setup host table, and domain name services. Once the configuration
|
||
|
is complete, use the Start TCP/IP (STRTCP) command to activate the support.</li></ul></li>
|
||
|
<li>Use the Work with Subsystems (WRKSBS) command to confirm that the QSERVER
|
||
|
subsystem has started.</li>
|
||
|
<li>Verify that the iSeries NetServer server name is unique on the network.
|
||
|
To change the iSeries NetServer default server and domain name, use the following command:
|
||
|
<pre class="xmp">CALL QZLSCHSN PARM (server-name domain-name
|
||
|
'text description or comment' X'00000000')</pre>Once you change the iSeries NetServer server
|
||
|
name, you should add it to the Domain Name System (DNS) or your PC client's
|
||
|
LMHOST file.</li>
|
||
|
<li>Users who require the file and print-sharing capabilities of iSeries NetServer, but
|
||
|
do not have an iSeries user profile need a guest user profile. iSeries NetServer does not
|
||
|
automatically configure guest support; users without iSeries user profiles will
|
||
|
not be able to access iSeries NetServer.
|
||
|
<a name="wq11"></a>
|
||
|
<div class="notetitle" id="wq11">Note:</div>
|
||
|
<div class="notebody">For iSeries NetServer print support, the
|
||
|
Guest User Profile must have a password.</div>To change iSeries NetServer guest
|
||
|
support, use the following command:
|
||
|
<pre class="xmp">CALL QZLSCHSG (guest-user-profile X'00000000')</pre></li>
|
||
|
<li>To stop and start iSeries NetServer, use the following commands:
|
||
|
<pre class="xmp">STRTCPSVR *NETSVR</pre>
|
||
|
<pre class="xmp">ENDTCPSVR *NETSVR</pre>All configuration changes made to iSeries NetServer,
|
||
|
with the exception of share and session administration, do not take effect
|
||
|
until you stop and restart the iSeries server. For more information regarding
|
||
|
starting and stopping iSeries NetServer, see <a href="rzahlendnet.htm#endnet">Start and Stop iSeries NetServer.</a></li>
|
||
|
<li>Use the Work with Active Job (WRKACTJOB) command to verify that there
|
||
|
is a QZLSSERVER job running under the QSERVER subsystem. If the QZLSSERVER
|
||
|
job is not active, you must restart iSeries NetServer.</li>
|
||
|
<li>Use the Work with TCP/IP Network Status (NETSTAT *CNN) command to verify
|
||
|
that the following entries appear in the NETSTAT output file. If you cannot
|
||
|
find these entries, then you must restart iSeries NetServer.
|
||
|
<pre class="xmp">** netbios>001:27:44 Listen</pre>
|
||
|
<pre class="xmp">** netbios>000:00:01 *UDP</pre>
|
||
|
<pre class="xmp">** netbios>000:00:00 *UDP</pre>
|
||
|
<pre class="xmp">** netbios>000:30:57 Listen
|
||
|
</pre>
|
||
|
<pre class="xmp">** cifs>427:49:42 Listen
|
||
|
</pre>
|
||
|
<a name="wq12"></a>
|
||
|
<div class="notetitle" id="wq12">Note:</div>
|
||
|
<div class="notebody">The <tt class="xph">NETSTAT</tt> command output may be many pages
|
||
|
long.</div></li>
|
||
|
<li>Use the Work with Active Job (WRKACTJOB) command to ensure that there
|
||
|
is a QNPSERVD job active in the QSYSWRK subsystem. If there is no QNPSERVD
|
||
|
job, then you must use the Start Host Server (STRHOSTSVR *NETPRT) command
|
||
|
to start the Network Print Server (NPS). Starting the NPS ensures that iSeries NetServer print
|
||
|
shares function properly.</li></ol>
|
||
|
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
|
||
|
</body>
|
||
|
</html>
|