92 lines
5.5 KiB
HTML
92 lines
5.5 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="copyright" content="(C) Copyright IBM Corporation 2005" />
|
||
<meta name="DC.rights.owner" content="(C) Copyright IBM Corporation 2005" />
|
||
<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="iSeries storage management overview" />
|
||
<meta name="abstract" content="This topic discusses iSeries storage management methods." />
|
||
<meta name="description" content="This topic discusses iSeries storage management methods." />
|
||
<meta name="DC.Relation" scheme="URI" content="rzau9mandrives.htm" />
|
||
<meta name="DC.Format" content="XHTML" />
|
||
<meta name="DC.Identifier" content="rzau9storageoverview" />
|
||
<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>iSeries storage
|
||
management overview</title>
|
||
</head>
|
||
<body id="rzau9storageoverview"><a name="rzau9storageoverview"><!-- --></a>
|
||
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
<h1 class="topictitle1">iSeries storage
|
||
management overview</h1>
|
||
<div><p>This topic discusses iSeries™ storage management methods.</p>
|
||
<p>When Linux<sup>®</sup> is
|
||
running on the Integrated xSeries<sup>®</sup> hardware, it uses a portion of the iSeries disk
|
||
capacity. For this reason, the administration of a Linux server’s disk storage has both an <span class="keyword">i5/OS™</span> component and a Linux component.
|
||
The <span class="keyword">i5/OS</span> component is
|
||
used to create and link a chunk of storage to the Linux server. The storage management function
|
||
of <span class="keyword">i5/OS</span> relieves the Linux server
|
||
from the responsibility of providing physical device support. Therefore, many
|
||
of the common disk administration tasks encountered in stand-alone PC servers
|
||
(disk drivers, addressing, configuration and protection) are eliminated when
|
||
you use an integrated Linux server. The Linux component of disk storage administration
|
||
is used to perform the remainder of the disk administration tasks, including
|
||
formatting and partitioning. These tasks are performed on an integrated Linux server
|
||
in exactly the same way as they are on a stand-alone Linux server. </p>
|
||
<p>The key to understanding how disk storage is allocated to integrated Linux and Windows<sup>®</sup> servers
|
||
is an understanding of how <span class="keyword">i5/OS</span> storage
|
||
management works on the iSeries. The heart of storage management on the iSeries is
|
||
a technology called single-level storage. Single-level storage is a revolutionary
|
||
storage management architecture that not only gives the iSeries outstanding
|
||
disk I/O performance, but greatly reduces the amount of administration required. </p>
|
||
<p>The major features of single-level storage are:</p>
|
||
<ul><li>Single storage pool <p>The management of physical disk drives is implemented
|
||
in the Systems Licensed Internal Code (SLIC), which is similar in concept
|
||
to the BIOS on a PC. </p>
|
||
<p>By default, the operating system and applications
|
||
see only a single large pool of virtual storage (called the System Auxiliary
|
||
Storage Pool or system ASP) rather than physical drives. Therefore, the management
|
||
of physical storage is hidden from the user. </p>
|
||
<p>To increase the size of
|
||
the pool, simply add disk drives to the iSeries system and they automatically
|
||
become part of the system ASP. Note that under some circumstances you might
|
||
wish to create additional storage pools that are called user ASPs and independent
|
||
ASPs.</p>
|
||
</li>
|
||
<li>Scattering of data<p>Instead of an object being stored on a single physical
|
||
disk drive, single-level storage scatters objects across all physical drives,
|
||
transparently to the user.</p>
|
||
<p>iSeries disk management supports fully
|
||
parallel disk I/O, which provides outstanding disk I/O performance because
|
||
each object on the system is accessible by multiple disk arms concurrently. </p>
|
||
<p>There
|
||
is no need to be concerned about particular disk drives filling up, or moving
|
||
data from one disk to another to improve performance because all data management
|
||
is taken care of by SLIC. Therefore, iSeries does not require a Database Administrator.
|
||
SLIC also ensures that there is no disk fragmentation.</p>
|
||
</li>
|
||
<li>Single address space<p>Memory and disk on iSeries form a single 64-bit address
|
||
space.</p>
|
||
<p>A single address space enables objects to be accessed by name
|
||
rather than hardware address, which provides additional integrity and reliability.</p>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<div class="familylinks">
|
||
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzau9mandrives.htm" title="This topic describes information and advice on how to manage iSeries disk storage allocated to integrated Linux servers.">Managing Linux drives</a></div>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html> |