73 lines
5.2 KiB
HTML
73 lines
5.2 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="Change the IPL startup program" />
|
|
<meta name="abstract" content="Create a startup program that will change the system resources, and the resources and attributes assigned to them, that are started during an initial program load (IPL). Typically, subsystems, writers, and the Operational Assistant are launched by this program." />
|
|
<meta name="description" content="Create a startup program that will change the system resources, and the resources and attributes assigned to them, that are started during an initial program load (IPL). Typically, subsystems, writers, and the Operational Assistant are launched by this program." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal2ipl.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal2sourceclstartupprog.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal2startupprogsetupsysvalue.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzakz/rzakzqstruppgm.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="rzal2chgiplstartup" />
|
|
<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>Change the IPL startup program</title>
|
|
</head>
|
|
<body id="rzal2chgiplstartup"><a name="rzal2chgiplstartup"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Change the IPL startup program</h1>
|
|
<div><p>Create a startup program that will change the system resources,
|
|
and the resources and attributes assigned to them, that are started during
|
|
an initial program load (IPL). Typically, subsystems, writers, and the Operational
|
|
Assistant are launched by this program.</p>
|
|
<div class="section"><p>The autostart job in the controlling subsystem transfers control
|
|
to the program that is specified in the startup program to set up system (QSTRUPPGM)
|
|
system value. You can tailor this program.</p>
|
|
<p>You can create your own program
|
|
and change the Startup program to set up system (QSTRUPPGM) system value to
|
|
that program name. Or, you can use the shipped program QSTRUP in the QSYS
|
|
library as a base to create your own program. To do this:</p>
|
|
</div>
|
|
<ol><li><span>Retrieve the source of the shipped program by using the Retrieve
|
|
CL Source (RTVCLSRC) command (for example, RTVCLSRC PGM(QSYS/QSTRUP) SRCFILE(YOURLIB/YOURFILE)).</span></li>
|
|
<li><span>Change the program.</span></li>
|
|
<li><span>Create the program by using the Create Control Language Program
|
|
(CRTCLPGM) command, and then put it into your own library.</span></li>
|
|
<li><span>Test the program to ensure that it works.</span></li>
|
|
<li><span>Change the Startup program to set up system (QSTRUPPGM)
|
|
system value to the program name and library you specified on the CRTCLPGM
|
|
command.</span></li>
|
|
</ol>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzal2sourceclstartupprog.htm">Source for CL startup program</a></strong><br />
|
|
Here you can check the detailed source information for the CL Startup program.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal2startupprogsetupsysvalue.htm">Startup program to set up system (QSTRUPPGM) system value</a></strong><br />
|
|
The startup program to set up system (QSTRUPPGM) system value is the startup program. The system value of QSTRUPPGM specifies the name of the program that is called from an autostart job when the controlling subsystem is started. This program performs setup functions, such as starting subsystems and printers. This system value can only be changed by the security officer or by someone with security officer authority. A change to this system value takes effect the next time an initial program load (IPL) is performed. QSTRUPPGM can have the values:</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzal2ipl.htm" title="Use this topic to select a method for starting your server and handling problems with IPL.">Start the server</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="../rzakz/rzakzqstruppgm.htm">Start-up program to set up system (QSTRUPPGM)</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |