80 lines
5.3 KiB
HTML
80 lines
5.3 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="Subsystems, job queues, and memory pools" />
|
|
<meta name="abstract" content="You can control work on the servers by working with the resources used to process jobs." />
|
|
<meta name="description" content="You can control work on the servers by working with the resources used to process jobs." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal2reference.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal2stop.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzaks/rzakssystemstructure.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzaks/rzaksjoblife.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzaks/rzaksaboutsbs.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzaks/rzaksaboutmempools.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzaks/rzaksmanagesbs1.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzaks/rzaksmanagemp1.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzal2subsys" />
|
|
<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>Subsystems, job queues, and memory pools</title>
|
|
</head>
|
|
<body id="rzal2subsys"><a name="rzal2subsys"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Subsystems, job queues, and memory pools</h1>
|
|
<div><p>You can control work on the servers by working with the resources
|
|
used to process jobs.</p>
|
|
<p>Subsystems, job queues, and memory pools are the basic parts of work management.
|
|
You can work with subsystems and job queues to manage specific jobs or to
|
|
adjust the system's work flow.</p>
|
|
<p>To efficiently use system resources, different types of jobs require different
|
|
processing instructions and system resources. To meet this need, the operating
|
|
system creates unique operating environments called <em>subsystems</em>. Each
|
|
subsystem has a set of system resources, especially a memory pool, that determines
|
|
how quickly it can process jobs. Subsystems also have unique processing instructions
|
|
and, in many cases, at least one associated job queue. The job queues hold
|
|
incoming jobs from the users or applications until an associated subsystem
|
|
has available resources. The job then moves from its queue into the subsystem
|
|
where it is processed based on the instructions and resources available to
|
|
that subsystem. Finally, any output that results from job processing gets
|
|
handled and routed by the instructions in the job description.</p>
|
|
<p>During this process, you may want to monitor a job's progress or adjust
|
|
its priority. Also, if the iSeries™ server is having trouble processing certain
|
|
types of jobs, you may need to adjust the subsystems resources.</p>
|
|
<div class="section"><h4 class="sectiontitle">Work with subsystems, job queues and memory pools</h4><p>iSeries Navigator
|
|
allows you to view subsystem properties, view job queues that are in use by
|
|
an active subsystem, start and stop a subsystem, and adjust memory pools.
|
|
These functions are available under <span class="uicontrol">Work Management</span> in iSeries Navigator.
|
|
However, some subsystem commands are only available from the character-based
|
|
interface.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzal2reference.htm" title="Learn about the essential components of the iSeries server, including the basics of work management, how to interact with the operating system, and system maintenance.">i5/OS concepts</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzal2stop.htm" title="Use this topic to safely shut down the server and to plan for controlled server restart operations.">Stop the server</a></div>
|
|
<div><a href="../rzaks/rzakssystemstructure.htm">Structure of your system</a></div>
|
|
<div><a href="../rzaks/rzaksjoblife.htm">A job's life</a></div>
|
|
<div><a href="../rzaks/rzaksaboutsbs.htm">Subsystems</a></div>
|
|
<div><a href="../rzaks/rzaksaboutmempools.htm">Memory pools</a></div>
|
|
<div><a href="../rzaks/rzaksmanagesbs1.htm">Manage subsystems</a></div>
|
|
<div><a href="../rzaks/rzaksmanagemp1.htm">Manage memory pools</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |