54 lines
3.9 KiB
HTML
54 lines
3.9 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="Journal DB2 Multisystem files" />
|
|
<meta name="abstract" content="When you successfully start journaling on a distributed file, the system distributes the start journal request to the other servers in the node group." />
|
|
<meta name="description" content="When you successfully start journaling on a distributed file, the system distributes the start journal request to the other servers in the node group." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakistrjrnl.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzahf/rzahfmultipledb.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../cl/strjrnpf.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="rzakidb2files" />
|
|
<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>Journal DB2 Multisystem files</title>
|
|
</head>
|
|
<body id="rzakidb2files"><a name="rzakidb2files"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Journal DB2<sup>®</sup> Multisystem files</h1>
|
|
<div><p>When you successfully start journaling on a distributed file, the system distributes the start journal request to the other servers in the node group.</p>
|
|
<p>All servers are attempted even if there is a failure at any one server. Once journaling is started on a server in the node group, it stays started even if there is a failure at any of the
|
|
other servers.</p>
|
|
<p>The journal has to exist with the same name on all servers in the node group. The journal itself is not distributed, only the Start Journal Physical File (STRJRNPF) command.</p>
|
|
<p>The journal and its receiver are associated only with the changes made to the file on the one server. If you have two servers in the node group and a file is updated on both servers, the update on server
|
|
A is only in server A's journal and receiver and the update on system B is only in system B's journal and receiver.</p>
|
|
<p>The journal identifier (JID) is different on each piece of the distributed file. Each server piece has its own JID. This means that you cannot use the journal entries that are deposited on one server
|
|
to apply or remove journaled changes to a different piece of the file on another server.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakistrjrnl.htm" title="This topic provides information about how to start journaling for all object types.">Start journaling</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="../rzahf/rzahfmultipledb.htm">Distributed database administration</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="../cl/strjrnpf.htm">Start Journal Physical File (STRJRNPF) command</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |