65 lines
3.8 KiB
HTML
65 lines
3.8 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="Use of autostart jobs" />
|
||
|
<meta name="abstract" content="Learn about the autostart jobs associated with the use of the host servers." />
|
||
|
<meta name="description" content="Learn about the autostart jobs associated with the use of the host servers." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiimst29.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="rzaiimstautojob" />
|
||
|
<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>Use of autostart jobs</title>
|
||
|
</head>
|
||
|
<body id="rzaiimstautojob"><a name="rzaiimstautojob"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Use of autostart jobs</h1>
|
||
|
<div><p>Learn about the autostart jobs associated with the use of the host
|
||
|
servers.</p>
|
||
|
<div class="section"><p>The QSERVER subsystem has an autostart job defined for the file
|
||
|
server and database server jobs. If this job is not running, the servers cannot
|
||
|
start. The subsystem will not end when the job disappears. If a problem occurs
|
||
|
with this job, you may want to end and restart the QSERVER subsystem.</p>
|
||
|
<p>The
|
||
|
QSYSWRK subsystem has an autostart job defined for all of the optimized servers.
|
||
|
This job monitors for events sent when a <span class="cmdname">STRTCP</span> command
|
||
|
has been issued. This way, the server daemon jobs can dynamically determine
|
||
|
when TCP/IP has become active. The daemon jobs then begin to listen on the
|
||
|
appropriate ports. If the autostart job is not active, and TCP/IP is started
|
||
|
while the host servers are active, the following sequence of commands must
|
||
|
be issued in order to start using TCP/IP:</p>
|
||
|
</div>
|
||
|
<ol><li><span>ENDHOSTSVR *ALL</span></li>
|
||
|
<li><span>STRHOSTSVR *ALL</span></li>
|
||
|
</ol>
|
||
|
<div class="section"><p>The autostart job is named QZBSEVTM. If the job is not active,
|
||
|
it can be started by issuing the following command:</p>
|
||
|
<pre>QSYS/SBMJOB CMD(QSYS/CALL PGM(QSYS/QZBSEVTM)) JOB(QZBSEVTM) JOBD(QSYS/QZBSEJBD)
|
||
|
PRTDEV(*USRPRF) OUTQ(*USRPRF) USER(QUSER) PRTTXT(*SYSVAL) SYSLIBL(*SYSVAL)
|
||
|
CURLIB(*CRTDFT) INLLIBL(*JOBD) SRTSEQ (*SYSVAL) LANGID(*SYSVAL) CNTRYID(*SYSVAL)
|
||
|
CCSID(*SYSVAL)</pre>
|
||
|
<div class="note"><span class="notetitle">Note:</span> Only one instance of program QZBSEVTM can
|
||
|
be running at any one time.</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiimst29.htm" title="Describes which system-supplied subsystems are used for each of the server functions. These topics also detail how the subsystem descriptions relate to the server jobs. Learn about i5/OS subsystems and how to autostart and prestart jobs.">Subsystems on the iSeries server</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|