79 lines
5.0 KiB
HTML
79 lines
5.0 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="Required: Allocating additional space for Licensed Internal Code" />
|
|
<meta name="abstract" content="The V5R4 Licensed Internal Code requires more storage space than in previous releases." />
|
|
<meta name="description" content="The V5R4 Licensed Internal Code requires more storage space than in previous releases." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahcrequiredtasks.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="allocatespacelic" />
|
|
<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>Required: Allocating additional space for Licensed Internal Code</title>
|
|
</head>
|
|
<body id="allocatespacelic"><a name="allocatespacelic"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Required: Allocating additional space for Licensed Internal Code</h1>
|
|
<div><p><span>The V5R4 Licensed Internal Code requires more storage
|
|
space than in previous releases</span>. </p>
|
|
<div class="section"> <div class="note"><span class="notetitle">Note:</span> If your system has V5R3M5 Licensed Internal Code
|
|
currently installed, you have enough storage space and can skip this topic. </div>
|
|
<p>The exact amount
|
|
of this additional storage depends on which release is currently installed
|
|
and which release is to be installed. If your server or logical partition
|
|
does not have the additional space, the upgrade will stop during the installation
|
|
of the Licensed Internal Code.</p>
|
|
<p>Use the Allocate Licensed
|
|
Internal Code Space API (QLPALCSP) to find out if enough reserved storage
|
|
is available, to allocate the additional space when necessary, and to correct
|
|
any other possible errors. Enter the following text (where <samp class="codeph">VxRxMx</samp> refers
|
|
to the version, release, and modification of the Licensed Internal Code to
|
|
which you are planning to upgrade). </p>
|
|
<pre>CALL PGM(QLPALCSP) PARM('VxRxMx' <em>'s'</em>)</pre>
|
|
<div class="p">The
|
|
valid values for <em>s</em> are 0 or 1: <ul><li>For the value 0, an indicator is set for the Licensed Internal Code to
|
|
allocate all of the additional space required for the specified release during
|
|
the next IPL. This value also causes the Licensed Internal Code to stop any
|
|
space allocation requests due to a previous call to QLPALCSP with the Start
|
|
space allocation parameter set to 1. You do not need to perform the IPL at
|
|
this time, but you must do this before you begin to upgrade. </li>
|
|
<li>For the value 1, preparation for the allocation is done immediately
|
|
by moving data off the load-source disk unit to ensure that the space can
|
|
be allocated more quickly during the next IPL. This option is recommended
|
|
to minimize the length of time that the next IPL will take to complete the
|
|
operation.</li>
|
|
</ul>
|
|
</div>
|
|
<div class="p">If you do not use the IPL required parameter of this
|
|
API, review the joblog after the API is called. If you see the following information
|
|
message, you do not need to perform an IPL. You have the required space necessary.<pre>CPI3DBF - Allocating additional space is not necessary</pre>
|
|
</div>
|
|
<p>If you receive message CPF3DF7, you are directed to <a href="../rzaly/rzalyloadsource.htm">Checklist
|
|
11: Upgrade load-source disk unit with device parity protection</a> . Otherwise contact your authorized service provider for
|
|
assistance.</p>
|
|
<p>For more information on the QLPALCSP API, refer
|
|
to the <a href="../apis/qlpalcsp.htm">Allocate
|
|
Licensed Internal Code space (QLPALCSP) API</a> topic .</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahcrequiredtasks.htm" title="Complete these initial installation tasks, which include saving the server. Several of these initial tasks are required for a successful software upgrade.">Performing initial upgrade or replacement tasks</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |