openafs/doc/html/AdminReference/auarf047.htm
Derrick Brashear d7da1acc31 initial-html-documentation-20010606
pull in all documentation from IBM
2001-06-06 19:09:07 +00:00

61 lines
3.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4//EN">
<HTML><HEAD>
<TITLE>Administration Reference</TITLE>
<!-- Begin Header Records ========================================== -->
<!-- /tmp/idwt3672/auarf000.scr converted by idb2h R4.2 (359) ID -->
<!-- Workbench Version (AIX) on 3 Oct 2000 at 16:18:30 -->
<META HTTP-EQUIV="updated" CONTENT="Tue, 03 Oct 2000 16:18:29">
<META HTTP-EQUIV="review" CONTENT="Wed, 03 Oct 2001 16:18:29">
<META HTTP-EQUIV="expires" CONTENT="Thu, 03 Oct 2002 16:18:29">
</HEAD><BODY>
<!-- (C) IBM Corporation 2000. All Rights Reserved -->
<BODY bgcolor="ffffff">
<!-- End Header Records ============================================ -->
<A NAME="Top_Of_Page"></A>
<H1>Administration Reference</H1>
<HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auarf002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auarf046.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Bot_Of_Page"><IMG SRC="../bot.gif" BORDER="0" ALT="[Bottom of Topic]"></A> <A HREF="auarf048.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auarf284.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P>
<P>
<H2><A NAME="HDRPRDBDB" HREF="auarf002.htm#ToC_45">prdb.DB0 and prdb.DBSYS1</A></H2>
<P><STRONG>Purpose</STRONG>
<A NAME="IDX4018"></A>
<A NAME="IDX4019"></A>
<A NAME="IDX4020"></A>
<A NAME="IDX4021"></A>
<A NAME="IDX4022"></A>
<P>Contain the Protection Database and associated log
<P><STRONG>Description</STRONG>
<P>The <B>prdb.DB0</B> file contains the Protection Database, which
maps AFS user, machine, and group names to their respective IDs (AFS UIDs and
GIDs) and tracks group memberships. The Protection Server
(<B>ptserver</B> process) uses the information in the database to help the
File Server grant data access to authorized users.
<P>The <B>prdb.DBSYS1</B> file is a log file in which the
Protection Server logs each database operation before performing it.
When an operation is interrupted, the Protection Server replays the log to
complete the operation.
<P>Both files are in binary format and reside in the <B>/usr/afs/db</B>
directory on each of the cell's database server machines. When the
Protection Server starts or restarts on a given machine, it establishes a
connection with its peers and verifies that its copy of the database matches
the copy on the other database server machines. If not, the Protection
Servers call on AFS's distributed database technology, Ubik, to
distribute to all of the machines the copy of the database with the highest
version number.
<P>Always use the commands in the <B>pts</B> suite to administer the
Protection Database. It is advisable to create an archive copy of the
database on a regular basis, using a tool such as the UNIX <B>tar</B>
command.
<P><STRONG>Related Information</STRONG>
<P><A HREF="auarf209.htm#HDRPRDB_CHECK">prdb_check</A>
<P><A HREF="auarf210.htm#HDRPTS_INTRO">pts</A>
<P><A HREF="auarf227.htm#HDRPTSERVER">ptserver</A>
<P>
<HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auarf002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auarf046.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Top_Of_Page"><IMG SRC="../top.gif" BORDER="0" ALT="[Top of Topic]"></A> <A HREF="auarf048.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auarf284.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P>
<!-- Begin Footer Records ========================================== -->
<P><HR><B>
<br>&#169; <A HREF="http://www.ibm.com/">IBM Corporation 2000.</A> All Rights Reserved
</B>
<!-- End Footer Records ============================================ -->
<A NAME="Bot_Of_Page"></A>
</BODY></HTML>