head	1.2;
access;
symbols
	RPM_4_2_1:1.1.1.4
	RPM_4_2:1.1.1.4
	RPM_4_1_1:1.1.1.4
	RPM_4_1:1.1.1.3
	RPM_4_0_5:1.1.1.2
	RPM_4_0_4:1.1.1.1
	RPM:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2008.01.02.09.55.29;	author rse;	state dead;
branches;
next	1.1;
commitid	z4cpSiAhOCXk5PLs;

1.1
date	2002.01.08.00.30.12;	author rse;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.01.08.00.30.12;	author rse;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2003.01.18.13.49.03;	author rse;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	2002.01.17.20.11.42;	author rse;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	2003.01.18.14.05.00;	author rse;	state Exp;
branches;
next	;


desc
@@


1.2
log
@remove the ancient RPM 4.2.1 source tree copy
@
text
@<!--Id: logonly.so,v 1.4 2001/11/06 22:20:11 bostic Exp -->
<!--Copyright 1997-2001 by Sleepycat Software, Inc.-->
<!--All rights reserved.-->
<html>
<head>
<title>Berkeley DB Reference Guide: Log file only clients</title>
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,java,C,C++">
</head>
<body bgcolor=white>
<table width="100%"><tr valign=top>
<td><h3><dl><dt>Berkeley DB Reference Guide:<dd>Berkeley DB Replication</dl></h3></td>
<td align=right><a href="../../ref/rep/elect.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../../reftoc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../../ref/rep/trans.html"><img src="../../images/next.gif" alt="Next"></a>
</td></tr></table>
<p>
<h1 align=center>Log file only clients</h1>
<p>Applications wanting to use replication to support recovery after
catastrophic failure of the master may want to configure a site as a
logs-file-only replica.  Such clients cannot respond to read (or write)
queries but still receive a complete copy the log files, so that in the
event of master failure, catastrophic recovery can be run.
<p>Log file only clients are configured like other client sites, except
they should specify the <a href="../../api_c/rep_start.html#DB_REP_LOGSONLY">DB_REP_LOGSONLY</a> flag to the
<a href="../../api_c/rep_start.html">DB_ENV-&gt;rep_start</a> function and should specify a priority of 0 to the
<a href="../../api_c/rep_elect.html">DB_ENV-&gt;rep_elect</a> function.
<p>To recover using a log-file-only replica, recovery must be run on the
log files accumulated by the replica.  If the log files are entirely
self-contained, that is, they start with log file number 1, then a log
replica can simply run catastrophic recovery.  Obviously, if there are
a large number of log files in this case, recovery may take a long time.
If the log files are not self-contained, an archival copy of the
databases must first be restored onto the replica before running
catastrophic recovery.
<p>More specifically, the log files accumulating on the log-file-only
replica can take the place of the log files described in
<i>catastrophic recovery</i> section of the
<a href="../../ref/transapp/recovery.html">Recovery procedures</a> Berkeley DB
Reference Guide.
<p>In all other ways, a log-file-only site behaves as other replication
clients do.  It should have a thread or process receiving messages and
passing them to <a href="../../api_c/rep_message.html">DB_ENV-&gt;rep_process_message</a> and must respond to all returns
described for that interface.
<table width="100%"><tr><td><br></td><td align=right><a href="../../ref/rep/elect.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../../reftoc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../../ref/rep/trans.html"><img src="../../images/next.gif" alt="Next"></a>
</td></tr></table>
<p><font size=1><a href="http://www.sleepycat.com">Copyright Sleepycat Software</a></font>
</body>
</html>
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import: RPM 4.0.4
@
text
@@


1.1.1.2
log
@Import: RPM 4.0.5
@
text
@d1 2
a2 2
<!--Id: logonly.so,v 1.6 2002/08/08 15:46:02 bostic Exp -->
<!--Copyright 1997-2002 by Sleepycat Software, Inc.-->
a3 1
<!--See the file LICENSE for redistribution information.-->
d20 2
a21 2
queries but they still receive a complete copy the log files, so that in the
event of master failure, a copy of the logs is available.
d24 4
a27 9
<a href="../../api_c/rep_start.html">DB_ENV-&gt;rep_start</a> method and should specify a priority of 0 to the
<a href="../../api_c/rep_elect.html">DB_ENV-&gt;rep_elect</a> method.
<p>There are two ways to recover using a log-file-only replica.
The simplest way is to copy the log files from the log-file-only
replica onto another site (either master or replica) and run catastrophic
recovery there.  If that is not an option, then
recovery must be run on the log-file-only replica, using the log files
that have accumulated there.
If the log files are entirely
d33 1
a33 6
catastrophic recovery.  In the latter case (that is, running recovery
on the log-file-only replica), once the site returns to being a log-file-only
replica, the database files on the log-file-only replica should be removed,
and if the log files do not begin with log file number 1,
a new set of archival databases should be created from
the current master.
@


1.1.1.3
log
@Import: RPM 4.1
@
text
@d1 2
a2 2
<!--Id: logonly.so,v 1.4 2001/11/06 22:20:11 bostic Exp -->
<!--Copyright 1997-2001 by Sleepycat Software, Inc.-->
d4 1
d21 2
a22 2
queries but still receive a complete copy the log files, so that in the
event of master failure, catastrophic recovery can be run.
d25 9
a33 4
<a href="../../api_c/rep_start.html">DB_ENV-&gt;rep_start</a> function and should specify a priority of 0 to the
<a href="../../api_c/rep_elect.html">DB_ENV-&gt;rep_elect</a> function.
<p>To recover using a log-file-only replica, recovery must be run on the
log files accumulated by the replica.  If the log files are entirely
d39 6
a44 1
catastrophic recovery.
@


1.1.1.4
log
@Import: RPM 4.1.1
@
text
@d1 2
a2 2
<!--Id: logonly.so,v 1.6 2002/08/08 15:46:02 bostic Exp -->
<!--Copyright 1997-2002 by Sleepycat Software, Inc.-->
a3 1
<!--See the file LICENSE for redistribution information.-->
d20 2
a21 2
queries but they still receive a complete copy the log files, so that in the
event of master failure, a copy of the logs is available.
d24 4
a27 9
<a href="../../api_c/rep_start.html">DB_ENV-&gt;rep_start</a> method and should specify a priority of 0 to the
<a href="../../api_c/rep_elect.html">DB_ENV-&gt;rep_elect</a> method.
<p>There are two ways to recover using a log-file-only replica.
The simplest way is to copy the log files from the log-file-only
replica onto another site (either master or replica) and run catastrophic
recovery there.  If that is not an option, then
recovery must be run on the log-file-only replica, using the log files
that have accumulated there.
If the log files are entirely
d33 1
a33 6
catastrophic recovery.  In the latter case (that is, running recovery
on the log-file-only replica), once the site returns to being a log-file-only
replica, the database files on the log-file-only replica should be removed,
and if the log files do not begin with log file number 1,
a new set of archival databases should be created from
the current master.
@


