mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
d7da1acc31
pull in all documentation from IBM
72 lines
4.4 KiB
HTML
72 lines
4.4 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="auarf026.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="auarf028.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="HDRSV_NETRESTRICT" HREF="auarf002.htm#ToC_25">NetRestrict (server version)</A></H2>
|
|
<P><STRONG>Purpose</STRONG>
|
|
<A NAME="IDX3959"></A>
|
|
<A NAME="IDX3960"></A>
|
|
<A NAME="IDX3961"></A>
|
|
<A NAME="IDX3962"></A>
|
|
<A NAME="IDX3963"></A>
|
|
<P>Defines interfaces that File Server does not register in VLDB and Ubik does
|
|
not use for database server machines
|
|
<P><STRONG>Description</STRONG>
|
|
<P>The <B>NetRestrict</B> file, if present in the
|
|
<B>/usr/afs/local</B> directory, defines the following:
|
|
<UL>
|
|
<P><LI>On a file server machine, the local interfaces that the File Server
|
|
(<B>fileserver</B> process) does not register in the Volume Location
|
|
Database (VLDB) at initialization time
|
|
<P><LI>On a database server machine, the local interfaces that the Ubik
|
|
synchronization library does not use when communicating with the database
|
|
server processes running on other database server machines
|
|
</UL>
|
|
<P>As it initializes, the File Server constructs a list of interfaces to
|
|
register, from the <B>/usr/afs/local/NetInfo</B> file if it exists, or
|
|
from the list of interfaces configured with the operating system
|
|
otherwise. The File Server then removes from the list any addresses
|
|
that appear in the <B>NetRestrict</B> file, if it exists. The File
|
|
Server records the resulting list in the <B>/usr/afs/local/sysid</B> file
|
|
and registers the interfaces in the VLDB. The database server processes
|
|
use a similar procedure when initializing, to determine which interfaces to
|
|
use for communication with the peer processes on other database machines in
|
|
the cell.
|
|
<P>The <B>NetRestrict</B> file is in ASCII format. One IP address
|
|
appears on each line, in dotted decimal format. The order of the
|
|
addresses is not significant. The value <B>255</B> is a wildcard
|
|
that represents all possible addresses in that field. For example, the
|
|
value <B>192.12.105.255</B> indicates that the Cache
|
|
Manager does not register any of the addresses in the
|
|
<B>192.12.105</B> subnet.
|
|
<P>To display the File Server interface addresses registered in the VLDB, use
|
|
the <B>vos listaddrs</B> command.
|
|
<P><STRONG>Related Information</STRONG>
|
|
<P><A HREF="auarf025.htm#HDRSV_NETINFO">NetInfo (server version)</A>
|
|
<P><A HREF="auarf049.htm#HDRSYSID">sysid</A>
|
|
<P><A HREF="auarf051.htm#HDRVLDBDB">vldb.DB0 and vldb.DBSYS1</A>
|
|
<P><A HREF="auarf129.htm#HDRFILESERVER">fileserver</A>
|
|
<P><A HREF="auarf263.htm#HDRVOS_LISTADDRS">vos listaddrs</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="auarf026.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="auarf028.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>© <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>
|