122 lines
7.0 KiB
HTML
122 lines
7.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="topic" />
|
||
|
<meta name="DC.Title" content="Decide what IPL type to use when running Linux" />
|
||
|
<meta name="abstract" content="The IPL type parameter on the NWSD determines the source from which a logical operating system is loaded." />
|
||
|
<meta name="description" content="The IPL type parameter on the NWSD determines the source from which a logical operating system is loaded." />
|
||
|
<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="rzalmipl" />
|
||
|
<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>Decide what IPL type to use when running Linux</title>
|
||
|
</head>
|
||
|
<body id="rzalmipl"><a name="rzalmipl"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Decide what IPL type to use when running Linux</h1>
|
||
|
<div><p>The IPL type parameter on the NWSD determines the source from which
|
||
|
a logical operating system is loaded.</p>
|
||
|
<p>The first thing to understand is that on an iSeries™ server the initial program load
|
||
|
(IPL) comes from one of four locations managed by the LPAR configuration.
|
||
|
These four locations are called A, B, C, and D. The initial program (which
|
||
|
in the case of Linux is the Linux kernel) can be loaded into these locations
|
||
|
two ways:</p>
|
||
|
<ul><li>From Linux itself</li>
|
||
|
<li>The C location can be loaded by i5/OS<sup>®</sup> using a network server description
|
||
|
(NWSD.)</li>
|
||
|
</ul>
|
||
|
<p>The NWSD itself has a parameter called IPLSRC that specifies from where
|
||
|
the logical partition is to be loaded. This parameter can have the following
|
||
|
values:</p>
|
||
|
|
||
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="10.606060606060606%" id="d0e36">IPLSRC value</th>
|
||
|
<th valign="top" width="89.39393939393939%" id="d0e38">Description</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody><tr><td valign="top" width="10.606060606060606%" headers="d0e36 ">A</td>
|
||
|
<td valign="top" width="89.39393939393939%" headers="d0e38 ">Load the logical partition from location A. Location
|
||
|
A must have been previously loaded with a kernel from Linux. IBM<sup>®</sup> recommends
|
||
|
using the A location to store a stable, known kernel.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="10.606060606060606%" headers="d0e36 ">B</td>
|
||
|
<td valign="top" width="89.39393939393939%" headers="d0e38 ">Load the logical partition from location B. Location
|
||
|
B must have been previously loaded with a kernel from Linux. IBM recommends
|
||
|
using B for testing new kernels</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="10.606060606060606%" headers="d0e36 ">D</td>
|
||
|
<td valign="top" width="89.39393939393939%" headers="d0e38 ">IBM support reserves this type of IPL for future use.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="10.606060606060606%" headers="d0e36 ">*Panel</td>
|
||
|
<td valign="top" width="89.39393939393939%" headers="d0e38 ">The partition is started from the source indicated on
|
||
|
the operator's panel.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="10.606060606060606%" headers="d0e36 ">*NWSSTG (network server storage space)</td>
|
||
|
<td valign="top" width="89.39393939393939%" headers="d0e38 ">This IPL type is used to start a partition from a virtual
|
||
|
disk. i5/OS will
|
||
|
find the kernel in the virtual disk and load it in location C. Then the partition
|
||
|
will be set to IPL from C. i5/OS searches the first virtual disk connected to
|
||
|
the NWSD for a partition marked startable, and of type 0x41 (PReP start.)
|
||
|
The contents of this location are loaded in C. If a partition of this type
|
||
|
does not exist, the partition will fail.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="10.606060606060606%" headers="d0e36 ">*STMF (stream file)</td>
|
||
|
<td valign="top" width="89.39393939393939%" headers="d0e38 ">This IPL type is used to start a partition from a kernel
|
||
|
loaded in the i5/OS Integrated
|
||
|
File System. Note that the Integrated File System includes files on the Optical
|
||
|
(CD) drive on i5/OS. i5/OS will
|
||
|
load the specified file into the C location and the partition will be set
|
||
|
to IPL from C. This is typically how initial Linux installations are performed.</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div class="section"><h4 class="sectiontitle">Booting from the LPAR configuration display</h4><p>The
|
||
|
LPAR configuration display can be used to set a logical partition to IPL from
|
||
|
four locations. These locations are A, B, C, and D. Currently D is reserved
|
||
|
for future use. The IPL type determines which copy of programs your server
|
||
|
uses during the initial program load (IPL). These parameter can have the following
|
||
|
values:</p>
|
||
|
</div>
|
||
|
|
||
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="11.6751269035533%" id="d0e105">IPLSRC values</th>
|
||
|
<th valign="top" width="88.3248730964467%" id="d0e107">Description</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody><tr><td valign="top" width="11.6751269035533%" headers="d0e105 ">A</td>
|
||
|
<td valign="top" width="88.3248730964467%" headers="d0e107 ">Load the logical partition from location A. Location
|
||
|
A must have been previously loaded with a kernel from Linux. IBM recommends
|
||
|
using the A location to store a stable, known kernel.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="11.6751269035533%" headers="d0e105 ">B</td>
|
||
|
<td valign="top" width="88.3248730964467%" headers="d0e107 ">Load the logical partition from location B. Location
|
||
|
B must have been previously loaded with a kernel from Linux. IBM recommends
|
||
|
using B for testing new kernels.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="11.6751269035533%" headers="d0e105 ">C</td>
|
||
|
<td valign="top" width="88.3248730964467%" headers="d0e107 ">This IPL type is typical used when a partition is loading
|
||
|
from a network server description (NWSD) or a stream file (STMF). Refer to
|
||
|
*NWSSTG for more information on how the C IPL type is used.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="11.6751269035533%" headers="d0e105 ">D</td>
|
||
|
<td valign="top" width="88.3248730964467%" headers="d0e107 ">IBM support reserves this type of IPL for future use.</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|