ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzair_5.4.0.1/rzairpsrt.htm

117 lines
6.1 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="concept" />
<meta name="DC.Title" content="Manage Simple Mail Transfer Protocol server performance" />
<meta name="abstract" content="These are tips for managing a busy Simple Mail Transfer Protocol (SMTP) server that uses multiprocessing." />
<meta name="description" content="These are tips for managing a busy Simple Mail Transfer Protocol (SMTP) server that uses multiprocessing." />
<meta name="DC.Relation" scheme="URI" content="rzairadmnmail.htm" />
<meta name="DC.Relation" scheme="URI" content="rzairchangevalues.htm" />
<meta name="DC.Relation" scheme="URI" content="rzairchangeclient.htm" />
<meta name="DC.Relation" scheme="URI" content="selectnewsubsystem.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzairpsrt" />
<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>Manage Simple Mail Transfer Protocol server performance</title>
</head>
<body id="rzairpsrt"><a name="rzairpsrt"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Manage Simple Mail Transfer Protocol server performance</h1>
<div><p>These are tips for managing a busy Simple Mail Transfer Protocol
(SMTP) server that uses multiprocessing.</p>
<p>Your SMTP server might be busy because it uses all its
capacity for adding and ending prestart jobs for each e-mail request.</p>
<p>If you find that the number of prestart jobs is affecting iSeries™ performance,
you can set the threshold lower. If you want more jobs, you can set the number
of prestart jobs higher.</p>
<p>With prestart jobs, every e-mail request runs as its own job. This method
allows each job to focus solely on its client or server program's needs and
requests. Each job can make longer time-out calls to enable the posting of
host names for the purpose of not receiving unsolicited bulk e-mail.</p>
<p>To manage a busy SMTP server, you can change the following values:</p>
<ul><li>The number of jobs to start on initialization</li>
<li>A threshold number for jobs</li>
<li>The number of jobs to add when the server reaches the threshold</li>
<li>A maximum for the number of running jobs to allow</li>
<li>Selecting a subsystem for jobs</li>
</ul>
<p>To manage a busy server, you need to change values on the SMTP server and
the SMTP client.</p>
<p>The SMTP server works with the daemon and prestart jobs: QTSMTPSRVD and
QTMSMTPSRVP. The SMTP client works with the daemon and prestart jobs: QTSMTPCLTD
and QTSMTPCLTP.</p>
<p>To change the values on the SMTP server, follow these steps:</p>
<ol><li>In the iSeries character-based
interface, type <kbd class="userinput">CHGPJE </kbd>(the Change Job Entries command).
The Change Job Entries display appears.</li>
<li>Enter the following values at the prompt and press Enter:</li>
</ol>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr valign="bottom"><th valign="bottom" id="d0e60">Prompt</th>
<th valign="bottom" id="d0e62">Value</th>
</tr>
</thead>
<tbody><tr><td valign="top" headers="d0e60 ">Subsystem</td>
<td valign="top" headers="d0e62 ">QSYSWRK</td>
</tr>
<tr><td valign="top" headers="d0e60 ">Library</td>
<td valign="top" headers="d0e62 ">QSYS</td>
</tr>
<tr><td valign="top" headers="d0e60 ">Program</td>
<td valign="top" headers="d0e62 ">QTMSSRCP</td>
</tr>
<tr><td valign="top" headers="d0e60 ">Library</td>
<td valign="top" headers="d0e62 ">QTCP</td>
</tr>
<tr><td valign="top" headers="d0e60 ">Start jobs</td>
<td valign="top" headers="d0e62 ">*SAME</td>
</tr>
<tr><td valign="top" headers="d0e60 ">Initial number of jobs</td>
<td valign="top" headers="d0e62 ">4</td>
</tr>
<tr><td valign="top" headers="d0e60 ">Threshold</td>
<td valign="top" headers="d0e62 ">2</td>
</tr>
<tr><td valign="top" headers="d0e60 ">Additional number of jobs</td>
<td valign="top" headers="d0e62 ">2</td>
</tr>
<tr><td valign="top" headers="d0e60 ">Maximum number of jobs</td>
<td valign="top" headers="d0e62 ">20</td>
</tr>
</tbody>
</table>
</div>
<p>These values guarantee that the server will start four prestart jobs, start
two additional jobs when the available jobs fall below two, and allow a maximum
of twenty prestart jobs.</p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rzairchangevalues.htm">Change values for the Simple Mail Transfer Protocol server</a></strong><br />
</li>
<li class="ulchildlink"><strong><a href="rzairchangeclient.htm">Change values for the Simple Mail Transfer Protocol client</a></strong><br />
</li>
<li class="ulchildlink"><strong><a href="selectnewsubsystem.htm">Select new subsystem for Simple Mail Transfer Protocol server jobs</a></strong><br />
</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzairadmnmail.htm" title="As an experienced user or administrator, you can manage e-mail servers, users, and messages to ensure distribution of e-mail in your network.">Manage e-mail</a></div>
</div>
</div>
</body>
</html>