65 lines
4.5 KiB
HTML
65 lines
4.5 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="task" />
|
|
<meta name="DC.Title" content="Reconfigure the job log server" />
|
|
<meta name="abstract" content="As shipped, the job log server runs in QSYSWRK. QSYSWRK is continuously active. To enhance performance, you might want to reconfigure your job log server to run in a different subsystem." />
|
|
<meta name="description" content="As shipped, the job log server runs in QSYSWRK. QSYSWRK is continuously active. To enhance performance, you might want to reconfigure your job log server to run in a different subsystem." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksmanagejoblogserver.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksjoblogserverabout.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="rzakschangeautostart" />
|
|
<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>Reconfigure the job log server</title>
|
|
</head>
|
|
<body id="rzakschangeautostart"><a name="rzakschangeautostart"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Reconfigure the job log server</h1>
|
|
<div><p>As shipped, the job log server runs in QSYSWRK. QSYSWRK is continuously
|
|
active. To enhance performance, you might want to reconfigure your job log
|
|
server to run in a different subsystem.</p>
|
|
<div class="section">To reconfigure the job log server to run in a different subsystem,
|
|
use the character-based interface and follow these steps.</div>
|
|
<ol><li class="stepexpand"><span>Add a routing entry identical to the one from QSYSWRK to your subsystem
|
|
description.</span> This is the routing entry Seq Nbr 500, Program QWCJLSVR,
|
|
Library QSYS, Compare Value 'QJOBLOGSVR', Start Pos 1.</li>
|
|
<li class="stepexpand"><span>Change the job queue specified in the QJOBLOGSVR job description
|
|
to a job queue that is present on your subsystem.</span></li>
|
|
<li class="stepexpand"><span>Add the QJOBLOGAJ autostart job entry (along with a routing entry,
|
|
if needed) to your subsystem. This will cause the job log server to automatically
|
|
start when your subsystem starts.</span><ul><li>Or if you prefer, you can replace the autostart job entry with a call
|
|
to the <span class="cmdname">STRLOGSVR</span> command in the startup program.</li>
|
|
</ul>
|
|
</li>
|
|
<li class="stepexpand"><span>Remove the QJOBLOGAJ autostart job entry from QSYSWRK. </span></li>
|
|
</ol>
|
|
<div class="section">As another example of reconfiguring the job log server, you can use
|
|
the Change Class (<span class="cmdname">CHGCLS</span>) command to change the Run priority
|
|
(RUNPTY) specified in the QJOBLOGSVR class (in library QSYS).<blockquote><pre>CHGCLS CLS(QSYS/QJOBLOGSVR) RUNPTY(50)</pre>
|
|
</blockquote>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksmanagejoblogserver.htm" title="The QSYSWRK subsystem controls the job log server. However, there are some tasks that you can perform to customize or manage the job log server.">Manage the job log server</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzaksjoblogserverabout.htm" title="Typically the job log server writes a job's job log to a spooled file. You can route the job log to a printer or to an outfile, (if specified to do so by using the QMHCTLJL, Control job log API), however this is not the recommended method for producing job logs.">Job log server</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |