154 lines
8.8 KiB
HTML
154 lines
8.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="task" />
|
|
<meta name="DC.Title" content="Display information for journaled objects, journals, and receivers" />
|
|
<meta name="abstract" content="iSeries Navigator, Control Language commands, and APIs provide several ways you can display information about journaled objects, journals, and journal receivers." />
|
|
<meta name="description" content="iSeries Navigator, Control Language commands, and APIs provide several ways you can display information about journaled objects, journals, and journal receivers." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakimanagejrn.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakijrnrcvchn.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakirgetinfo.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="rzakiwrkjrna" />
|
|
<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>Display information for journaled objects, journals, and receivers</title>
|
|
</head>
|
|
<body id="rzakiwrkjrna"><a name="rzakiwrkjrna"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Display information for journaled objects, journals, and receivers</h1>
|
|
<div><p>iSeries™ Navigator,
|
|
Control Language commands, and APIs provide several ways you can display information
|
|
about journaled objects, journals, and journal receivers.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakimanagejrn.htm" title="Provides tasks to manage your journaling environment.">Manage journals</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzakijrnrcvchn.htm" title="Journal receivers that are associated with a journal (that is presently or previously attached to the journal) are linked in one or more receiver chains. Each journal receiver, except the first one, has a previous receiver that was detached when the current receiver was attached. Each journal receiver, except the one that is currently attached, also has a next receiver.">Keep track of journal receiver chains</a></div>
|
|
<div><a href="rzakirgetinfo.htm" title="Working with the journal entries in a remote journal is essentially the same as working with the journal entries in a local journal.">Get information about remote journal entries</a></div>
|
|
</div>
|
|
</div><div class="nested1" xml:lang="en-us" id="infojournaledobjects"><a name="infojournaledobjects"><!-- --></a><h2 class="topictitle2">Information for journaled objects</h2>
|
|
<div><div class="section"><p>Use the following methods to get information about journaled objects:</p>
|
|
<dl><dt class="dlterm">iSeries Navigator</dt>
|
|
<dd>You can use iSeries Navigator
|
|
to display information such as whether the object is journaled, the name of
|
|
the object's journal, what library the object's journal is in, and which journaling
|
|
options are being used. You can use iSeries Navigator to display journaling
|
|
information for the following object types:<ul><li>Tables (database files)</li>
|
|
<li>Integrated file system directories</li>
|
|
<li>Integrated file system stream files</li>
|
|
<li>Integrated file system symbolic links</li>
|
|
</ul>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="nested1" xml:lang="en-us" id="clcommandsapis"><a name="clcommandsapis"><!-- --></a><h2 class="topictitle2">CL commands and APIs</h2>
|
|
<div><div class="section"><p>The advantage to using these commands and APIs is that they can
|
|
get information about groups of objects. Using iSeries Navigator, you can only get information
|
|
about one object at time. Use the following commands and APIs to get information
|
|
about journaled objects.</p>
|
|
<ul><li><a href="../cl/dspfd.htm">Display File Description
|
|
(DSPFD) command</a></li>
|
|
<li><a href="../cl/dspobjd.htm">Display Object
|
|
Description (DSPOBJD) command</a></li>
|
|
<li><a href="../cl/dsplnk.htm">Display Object Links (DSPLNK)
|
|
command</a></li>
|
|
<li><a href="../apis/qgetattr.htm">Get Attributes
|
|
(Qp0lGetAttr()) API</a></li>
|
|
<li><a href="../apis/quslobj.htm">List Objects
|
|
(QUSLOBJ) API</a></li>
|
|
<li><a href="../apis/qgyolobj.htm">Open List
|
|
of Objects (QGYOLOBJ) API</a></li>
|
|
<li><a href="../cl/wrklnk.htm">Work with Object
|
|
Links (WRKLNK) </a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="nested1" xml:lang="en-us" id="inforjournalrec"><a name="inforjournalrec"><!-- --></a><h2 class="topictitle2">Information for journal receivers</h2>
|
|
<div><div class="section"><p>Ways that you can display information about journals and related
|
|
receivers are as follows:</p>
|
|
<ul><li>iSeries Navigator</li>
|
|
<li><a href="../cl/dspjrnrcva.htm">Display Journal
|
|
Receiver Attributes (DSPJRNRCVA) command</a></li>
|
|
<li><a href="../apis/QJORJRNI.htm">Retrieve
|
|
Journal Information (QjoRetrieveJournalInformation) API</a></li>
|
|
<li><a href="../cl/wrkjrna.htm">Work with Journal
|
|
Attributes (WRKJRNA) command</a></li>
|
|
<li><a href="../apis/QJORRCVI.htm">Retrieve
|
|
Journal Receiver Information (QjoRtvJrnReceiverInformation) API</a></li>
|
|
</ul>
|
|
<p>These methods can identify:</p>
|
|
<ul><li>The journal receivers currently attached to the journal.</li>
|
|
<li>A directory of the journal receivers still on the system that are associated
|
|
with the journal.</li>
|
|
<li>The names of all of the objects that are being journaled instead of the
|
|
journal.</li>
|
|
<li>The commitment control uses of this journal.</li>
|
|
<li>The attributes of the journal.</li>
|
|
<li>Information about all remote journals that are associated with the journal.</li>
|
|
</ul>
|
|
<p>Furthermore, the DSPJRNRCVA command or the QjoRtvJrnReceiverInformation
|
|
API can identify:</p>
|
|
<ul><li>Fixed-length data</li>
|
|
<li>ASP of the journal receiver</li>
|
|
<li>Minimized entry data</li>
|
|
<li>The next and previous journal receiver information</li>
|
|
</ul>
|
|
<p>You can find the status of a journal receiver by using the WRKJRNA
|
|
command, then pressing F15 (Receiver directory) from the Work with Journal
|
|
Attributes display. You can also use the DSPJRNRCVA command. Or in iSeries Navigator,
|
|
you can the find status of a journal receiver by doing the following steps:</p>
|
|
</div>
|
|
<ol><li><span>Expand the system with the journal receiver</span></li>
|
|
<li><span>Expand <span class="uicontrol">Databases</span> and the database with the
|
|
journal receiver.</span></li>
|
|
<li><span> Expand <span class="uicontrol">Schemas</span> and the schema (library)
|
|
with the journal receiver. </span></li>
|
|
<li><span> Click <span class="uicontrol">Journal Receivers</span>.</span></li>
|
|
<li><span>Right-click the journal receiver, and select <span class="uicontrol">Properties</span>.</span></li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
<div class="nested1" xml:lang="en-us" id="whenjournalrecpartstatus"><a name="whenjournalrecpartstatus"><!-- --></a><h2 class="topictitle2">When the journal receiver is in partial status</h2>
|
|
<div><div class="section"><p>The <span class="uicontrol">partial</span> status of a journal receiver
|
|
indicates the following:</p>
|
|
<ul><li>The disk unit on which the journal receiver is stored is damaged. No more
|
|
journal entries can be recorded.</li>
|
|
<li>A journal receiver was saved while it was attached to the journal. This
|
|
means that additional entries may have been recorded in the journal receiver
|
|
after the save operation occurred. The receiver was later restored, and no
|
|
complete version is available.</li>
|
|
<li>The journal receiver is associated with a remote journal. It does not
|
|
contain all the journal entries that are in the associated journal receiver
|
|
that is attached to the source journal.</li>
|
|
<li>A partial receiver does not contain all the entries that are recorded
|
|
in the journal while this receiver was attached. It does contain entries that
|
|
are recorded up to the last save operation.</li>
|
|
<li>The most complete version of the journal receiver is no longer on the
|
|
system because it was destroyed during a failure.</li>
|
|
<li>You have restored an older, partial version.</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |