ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahl_5.4.0.1/rzahlsbsysjbs.htm

72 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 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>Specify subsystems for iSeries 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="sbsysjbs"></a>
<h2 id="sbsysjbs">Specify subsystems for iSeries NetServer</h2>
<p>You can control the subsystems in which user jobs are run. For example,
you can create separate subsystems for users or groups of users.</p>
<p>The QSERVER subsystem is still shipped with the same default pre-start
job entries. If a client attempts to use a subsystem that does not have pre-start
job entries defined, the server then runs in the QSERVER subsystem using batch-immediate
jobs. If this occurs, the jobs maintain the same name, but may have a job
type of BCI (batch-immediate) instead of PJ (pre-start) when viewed on the
Work With Active Jobs (WRKACTJOB) display.</p>
<p><span class="bold">System performance</span></p>
<p>The ENDTCPSVR command and the QZLSENDS API also take longer to complete
when ending iSeries NetServer&trade;. These commands take more time to process because all of
the jobs associated with the server must be ended when the daemon job is ended.</p>
<p>The connect time may also be slightly longer when batch-immediate jobs
are used.</p>
<p><span class="bold">Add prestart jobs to a subsystem description</span></p>
<p><img src="delta.gif" alt="Start of change" />When you configure clients to run jobs in a different subsystem
than QSERVER, you must also add the necessary pre-start jobs to the subsystem
description. For example, to add pre-start jobs for QZLSFILE in another subsystem,
you would use the following command string (inserting your own subsystem name): <tt class="xph">ADDPJE SBSD(<span class="italic">SubsystemName</span>) PGM(QSYS/QZLSFILE) USER(QUSER)
STRJOBS(*YES) INLJOBS(1) THRESHOLD(1) ADLJOBS(5) JOB(*PGM) JOBD(QSYS/QZLSPJ)
MAXUSE(200) WAIT(*YES) POOLID(1) CLS(QSYS/QPWFSERVER *CALC *NONE *CALC)</tt>.
Adding pre-start jobs for QZLSFILET is very similar. Substitute <tt class="xph">QZLSFILE</tt> with <tt class="xph">QZLSFILET</tt> in the above command string and change the
following parameters: <tt class="xph">ADLJOBS(0)</tt>, <tt class="xph">JOBD(QSYS/QZLSPJ)</tt>,
and <tt class="xph">MAXUSE(1)</tt>.<img src="deltaend.gif" alt="End of change" /></p>
<p>This command starts 1 prestart job in the subsystem that you configured.
This job is used when a new connection is established to iSeries NetServer. For QZLSFILE,
when the number of pre-start jobs drops below 1, five more pre-start jobs
are started in order to be used by future connections. For QZLSFILET, there
is only one job running in a subsystem.</p>
<p><span class="bold">Specify subsystems</span></p>
<p>To specify the subsystems that iSeries NetServer server jobs run in, follow these
steps:</p>
<ol type="1">
<li>In iSeries Navigator, expand <span class="bold">Network</span>> <span class="bold">Servers</span>.</li>
<li>Click <span class="bold">TCP/IP</span>.</li>
<li>Right-click <span class="bold">iSeries NetServer</span> and select <span class="bold">Properties</span>.</li>
<li>Click the <span class="bold">Subsystems</span> tab.</li>
<li>Specify the subsystem settings that you want to use.</li>
<li>Use the <span class="bold">Help</span> button to find information on individual
fields.</li>
<li>Click <span class="bold">OK</span> when you are finished.</li></ol>
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
</body>
</html>