Questioned "make sprm" and commented on "make srpm"
[openafs-wiki.git] / AdminFAQ.mdwn
index 151066b..bb87a5e 100644 (file)
@@ -23,20 +23,20 @@ The Administration Section of the [[AFSFrequentlyAskedQuestions]].
     <li><a href="#balance"> 3.10  Is there a way to automatically balance disk usage across fileservers?</a>
     <li><a href="#shutdown"> 3.11  Can I shutdown an AFS fileserver without affecting users?</a>
     <li><a href="#mail"> 3.12  How can I set up mail delivery to users with <code>$HOME</code>s in AFS?</a>
-    <li><a href="#shadowro"> 3.13  Should I replicate a [[ReadOnly]] volume on the same partition and server as the [[ReadWrite]] volume?</a>
+    <li><a href="#shadowro"> 3.13  Should I replicate a ReadOnly volume on the same partition and server as the ReadWrite volume?</a>
     <li><a href="#multihomed"> 3.14  Will AFS run on a multi-homed fileserver?</a>
     <li><a href="#replicatehome"> 3.15  Can I replicate my user's home directory AFS volumes?</a>
     <li><a href="#listclients"> 3.16  How can I list which clients have cached files from a server?</a>
-    <li><a href="#backupvol"> 3.17  Do Backup volumes require as much space as [[ReadWrite]] volumes?</a>
+    <li><a href="#backupvol"> 3.17  Do Backup volumes require as much space as ReadWrite volumes?</a>
     <li><a href="#ntp"> 3.18  Should I run <code>ntpd</code> on my AFS client?</a>
     <li><a href="#cellservdb"> 3.19  Why and how should I keep <code>/usr/vice/etc/CellServDB</code> current?</a>
     <li><a href="#fileservers"> 3.20  How can I compile a list of AFS fileservers?</a>
     <li><a href="#anonftp"> 3.21  How can I set up anonymous FTP login to access <code>/afs</code>?</a>
     <li><a href="#encrypt"> 3.22  Is the data sent over the network encrypted in AFS?</a>
     <li><a href="#filesystems"> 3.23  What underlying filesystems can I use for AFS?</a>
-    <li><a href="#3.30 Compiling _OpenAFS"> 3.24  Compiling [[OpenAFS]] from source</a>
-    <li><a href="#3.31 Upgrading _OpenAFS"> 3.25  Upgrading [[OpenAFS]]</a>
-    <li><a href="#3.32 Debugging _OpenAFS"> 3.26  Notes on debugging [[OpenAFS]]</a>
+    <li><a href="#3.30 Compiling _OpenAFS"> 3.24  Compiling OpenAFS from source</a>
+    <li><a href="#3.31 Upgrading _OpenAFS"> 3.25  Upgrading OpenAFS</a>
+    <li><a href="#3.32 Debugging _OpenAFS"> 3.26  Notes on debugging OpenAFS</a>
     <li><a href="#3.33 Tuning client cache for hug"> 3.27  Tuning client cache for huge data</a>
     <li><a href="#3.34 Settting up PAM with AFS"> 3.28  Settting up PAM with AFS</a>
     <li><a href="#afskrbconf"> 3.29  How can I have a Kerberos realm different from the AFS cell name? How can I use an AFS cell across multiple Kerberos realms?</a>
@@ -269,6 +269,8 @@ See the documentation for the [`NetInfo`](http://docs.openafs.org/Reference/5/Ne
 
 If you have multiple addresses and must use only one of them (say, multiple addresses on the same subnet), you may need to use the `-rxbind` option to the network server processes `bosserver`, `kaserver`, `ptserver`, `vlserver`, `volserver`, `fileserver` as appropriate. (Note that some of these do not currently document `-rxbind`, notably `kaserver` because it is not being maintained. Again, the preferred solution here is to migrate off of `kaserver`, but the `rxbind` option _will_ work if needed.)
 
+Database servers can *not* safely operate multihomed; the Ubik replication protocol assumes a 1-to-1 mapping between addresses and servers. Use the [`NetInfo`](http://docs.openafs.org/Reference/5/NetInfo.html) and [`NetRestrict`](http://docs.openafs.org/Reference/5/NetRestrict.html) files to associate database servers with a single address.
+
 ### <a name="replicatehome"></a><a name="3.17  Can I replicate my user&#39;s"></a><a name="3.17  Can I replicate my user&#39;s "></a> 3.15 Can I replicate my user's home directory AFS volumes?
 
 No.