75 lines
4.8 KiB
HTML
75 lines
4.8 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="How SMAPP works" />
|
||
|
<meta name="abstract" content="The purpose of system-managed access-path protection (SMAPP) is to reduce the amount of time it takes to restart the system or vary on an independent disk pool, after an abnormal end." />
|
||
|
<meta name="description" content="The purpose of system-managed access-path protection (SMAPP) is to reduce the amount of time it takes to restart the system or vary on an independent disk pool, after an abnormal end." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakismappintro.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="rzakihowworks" />
|
||
|
<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>How SMAPP works</title>
|
||
|
</head>
|
||
|
<body id="rzakihowworks"><a name="rzakihowworks"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">How SMAPP works</h1>
|
||
|
<div><p>The purpose of system-managed access-path protection (SMAPP) is
|
||
|
to reduce the amount of time it takes to restart the system or vary on an
|
||
|
independent disk pool, after an abnormal end.</p>
|
||
|
<p>It can take much longer than normal to restart the system when the system
|
||
|
ends abnormally because of something like a power interruption. Also, if you
|
||
|
are using an independent disk pool, the next vary on of the independent disk
|
||
|
pool can take much longer than normal.</p>
|
||
|
<div class="section"><h4 class="sectiontitle">Access paths</h4><p>An <span class="uicontrol">access path</span> describes
|
||
|
the order in which records in a database file are processed. A file can have
|
||
|
multiple access paths, if different programs need to see the records in different
|
||
|
sequences.</p>
|
||
|
</div>
|
||
|
<div class="section"><h4 class="sectiontitle">How SMAPP works with abnormal ends</h4><p>When the system
|
||
|
restarts after an abnormal end, the system rebuilds access paths that were
|
||
|
open for updating at the time of the abnormal end. Rebuilding access paths
|
||
|
contributes to this long restart time. Likewise, when you vary on an independent
|
||
|
disk pool, the system rebuilds access paths that were open for updating at
|
||
|
the time the independent disk pool ended abnormally. The system does not rebuild
|
||
|
access paths that are specified as MAINT(*REBLD) when you create them. When
|
||
|
protecting access paths with SMAPP, the system uses information that it has
|
||
|
collected to bring access paths up to date, rather than rebuilding them.</p>
|
||
|
<p>You
|
||
|
can specify the target time for rebuilding access paths after the system ends
|
||
|
abnormally. The target time is a goal that the system does its best to achieve.
|
||
|
The actual recovery time for access paths after a specific failure may be
|
||
|
somewhat more or less than this target.</p>
|
||
|
<p>The target recovery time for
|
||
|
access paths can be specified for the entire system or for individual disk
|
||
|
pools. The system dynamically selects which access paths to protect to meet
|
||
|
this target. It periodically estimates how long it will take to recover access
|
||
|
paths that are open for change.</p>
|
||
|
<p> For new systems, the system-wide
|
||
|
recovery time for access paths is 50 minutes, which is the default. If you
|
||
|
move from a release that does not provide the SMAPP function to a release
|
||
|
that supports SMAPP, the system-wide recovery time for access paths is also
|
||
|
set to 50 minutes.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakismappintro.htm" title="System-managed access-path protection (SMAPP) allows you to use some of the advantages of journaling without explicitly setting up journaling. Use SMAPP to decrease the time it takes to restart your system after an abnormal end.">System-managed access-path protection</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|