62 lines
3.7 KiB
HTML
62 lines
3.7 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="Mirrored protection and performance" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzalydpconcepts.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2002, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2002, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="hdrmirrorperf" />
|
|
<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>Mirrored protection and performance</title>
|
|
</head>
|
|
<body id="hdrmirrorperf"><a name="hdrmirrorperf"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Mirrored protection and performance</h1>
|
|
<div><p>When mirrored protection is started, most systems show little difference
|
|
in performance; in some cases, mirrored protection can improve performance.
|
|
Generally, functions that do mostly read operations see equal or better performance
|
|
with mirrored protection. This is because read operations have a choice of
|
|
two storage units to read from, and the one with the faster expected response
|
|
time is selected. Operations that do mostly write operations (such as updating
|
|
database records) might see slightly reduced performance on a system that
|
|
has mirrored protection because all changes must be written to both storage
|
|
units of the mirrored pair. Thus, restore operations are slower.</p>
|
|
<p>In some cases, if the system ends abnormally, the system cannot determine
|
|
whether the last updates were written to both storage units of each mirrored
|
|
pair. If the system cannot determine whether the last changes were written
|
|
to both storage units of the mirrored pair, the system synchronizes the mirrored
|
|
pair by copying the data in question from one storage unit of each mirrored
|
|
pair to the other storage unit. The synchronization occurs during the IPL
|
|
that follows the abnormal system end. If the system can save a copy of main
|
|
storage before it ends, the synchronization process takes just a few minutes.
|
|
If not, the synchronization process can take much longer. The extreme case
|
|
might be close to a complete synchronization.</p>
|
|
<p>If you have frequent power outages, you might want to consider adding an
|
|
uninterruptible power supply to your system. Should main power be lost, the
|
|
uninterruptible power supply allows the system to continue. A basic uninterruptible
|
|
power supply allows the system time to save a copy of main storage before
|
|
ending, which avoids long recovery. Both storage units of the load source
|
|
mirrored pair must be powered by the basic uninterruptible power supply.</p>
|
|
<p></p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzalydpconcepts.htm">Disk protection</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |