70 lines
5.1 KiB
HTML
70 lines
5.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="System startup jobs" />
|
||
|
<meta name="abstract" content="Startup jobs are system jobs that run at IPL. They handle the tasks that get the operating system environment up and ready for work. The following is a list of the various system startup jobs." />
|
||
|
<meta name="description" content="Startup jobs are system jobs that run at IPL. They handle the tasks that get the operating system environment up and ready for work. The following is a list of the various system startup jobs." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakssystemjobs.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakssystemarbiters.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakssystemcommjob.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaksdatabasejobs.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakssystemotherjob.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="rzakssystemstartupjobs" />
|
||
|
<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>System startup jobs</title>
|
||
|
</head>
|
||
|
<body id="rzakssystemstartupjobs"><a name="rzakssystemstartupjobs"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">System startup jobs</h1>
|
||
|
<div><p><dfn class="term">Startup jobs</dfn> are system jobs that run
|
||
|
at IPL. They handle the tasks that get the operating system environment up
|
||
|
and ready for work. The following is a list of the various system startup
|
||
|
jobs.</p>
|
||
|
<dl><dt class="dlterm">Scpf (start control program function)</dt>
|
||
|
<dd>This is the central job when you start the system. Scpf starts the Qsysarb
|
||
|
series, but Qsysarb3 starts most of the other system jobs (not Qlus) and brings
|
||
|
the system to a usable state. This job remains active after the system starts,
|
||
|
providing an environment for the running of low-priority and possibly long-running
|
||
|
system functions. Scpf also runs during the power down (Pwrdwnsys) processing,
|
||
|
and is the job that ends the machine processing.</dd>
|
||
|
<dt class="dlterm">Qwcbtclnup (job table cleanup)</dt>
|
||
|
<dd>This job is used during the start of the system to ensure that the job
|
||
|
structures are available for use. It typically completes processing before
|
||
|
the end of the system startup, but it can continue running after the system
|
||
|
starts, if there are a lot of job structures to clean up. This system job
|
||
|
ends when it completes processing.</dd>
|
||
|
<dt class="dlterm">Qlpsvr (software agreements acceptance)</dt>
|
||
|
<dd>This job is automatically started during an IPL if online software agreements
|
||
|
need to be accepted. The job ends when all agreements are either accepted
|
||
|
or declined.</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakssystemjobs.htm" title="System jobs are created by the operating system to control system resources and perform system functions. System jobs run when the iSeries server starts or when an independent disk pool is varied on. These jobs perform a variety of tasks from starting the operating system, to starting and ending subsystems, to scheduling jobs.">System jobs</a></div>
|
||
|
</div>
|
||
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
||
|
<div><a href="rzakssystemarbiters.htm" title="The system arbiters (QSYSARB and QSYSARB2 through QSYSARB5), started by an SCPF system job, provide the environment for the running of high-priority functions. They allow subsystems to start and end and keep track of the state of the system (for example, a restricted state).">System arbiters</a></div>
|
||
|
<div><a href="rzakssystemcommjob.htm" title="This topic contains a list of system communication jobs.">System communication jobs</a></div>
|
||
|
<div><a href="rzaksdatabasejobs.htm" title="The following is a list of database jobs.">Database jobs</a></div>
|
||
|
<div><a href="rzakssystemotherjob.htm" title="This article contains is a list of other kinds of system jobs.">Other system jobs</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|