ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzau3_5.4.0.1/rzau3xtune.htm

80 lines
4.3 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?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-10-17" />
<meta name="copyright" content="(C) Copyright IBM Corporation 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>OptiConnect performance factors</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="xtune"></a>
<h3 id="xtune">OptiConnect performance factors</h3>
<p>Several factors can affect the performance of OptiConnect: </p>
<ul>
<li>Storage Pool
<p>OptiConnect is initially installed to use the *BASE storage
pool. You should determine if this storage pool, and the amount of storage
that is allocated in the pool, is appropriate for each system in the cluster.
Specify at least 16 MB per application system on the database system for OptiConnect.</p></li>
<li>Job Class and Priority
<p>The OptiConnect agents run under the QYYCAGNT
class in the QSOC library. The agent job class is shipped to run at priority
20; however, the job will automatically run at the same priority as its corresponding
source job.</p></li>
<li>SOCMGR Job Description, QYYCMGR
<p>As part of the job description for
the SOCMGR, the request data calls the QYYCMGR program in the QSOC library.
The parameters that are passed to the program are: </p>
<ul>
<li>The first number is the initial number of agent jobs that are started
in the agent job pool. This number includes both active and available agent
jobs. Active agents connect to a source DDM user job. Available agents are
those that are not currently connected to a user job, but are waiting to be
used. As active jobs end, the connection manager submits jobs to maintain
the number of jobs in the agent job pool. This parameter is similar to the
prestart jobs parameter that is used when starting a subsystem. When the subsystem
starts, jobs are available.</li>
<li>The second is the minimum number of available agents that are maintained
in the agent job pool. As available agents become active agents, the Connection
Manager submits jobs to maintain the number of available agent jobs. This
number should always be less than 50.</li>
<li>The third parameter value is ignored. Enter 0.</li></ul>
<p>The default parameters are (0 0 0).</p>
<p>You can adjust these
values to prestart a predetermined number of agent jobs. When a work request
comes in, it gets sent directly to an agent job that is already running or
prestarted. The number of agents should be adjusted according to the requirements
of individual installations.</p>
<p>To prestart agent jobs, change the defaults
for QYYCMGR job description. To change these values, </p>
<ol type="1">
<li>Enter:
<pre class="xmp">CHGJOBD QSOC/QYYCMGR</pre></li>
<li>Press F4, then press F10</li></ol>
<p>For the request data, change the default PARM value (0 0 0) to
the desired values.</p>
<a name="wq23"></a>
<div class="notetitle" id="wq23">Note:</div>
<div class="notebody">Prestart agent jobs can only be used
by applications whose DDM files have QYCTSOC as the device. If the *OPC controller
method is used, DDM prestart jobs must be configured.</div></li></ul>
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
</body>
</html>