none
[openafs-wiki.git] / AFSLore / SupportedConfigurations.mdwn
index a4edc60..fc62e22 100644 (file)
@@ -4,9 +4,9 @@ There are two different flavours of the AFS file server (the fs process): One us
 
 The inode-based server needs a file system which supports access by inode and usually a special fsck is required so that the AFS data is not corrupted (since the server does some behind-the-scenes stuff with the file system). The NAMEI file server does not pose any unusual constraints on the underlying filesystem - it's an ordinary userspace program working with (silly-named) files.
 
-You can easily see that you are using an NAMEI file server if there are files like `V0536871833.vol` in your `/vicep*`.
+You can easily see that you are using an NAMEI file server if there is a directory named `AFSIDat` and with subdirectories like `+` and `+1` in your `/vicep*`.
 
--- [[TinoSchwarze]] - 18 Nov 2002
+-- [[TinoSchwarze]] - 25 Jul 2003
 
 ## <a name="Recommended Partition Types for"></a><a name="Recommended Partition Types for "></a> Recommended Partition Types for use with [[OpenAFS]]
 
@@ -46,6 +46,12 @@ You can easily see that you are using an NAMEI file server if there are files li
     <td> ppc_darwin_14 </td>
     <td> ??? </td>
   </tr>
+  <tr>
+    <td> alpha_dux[40 </td>
+    <td> 50 </td>
+    <td> 51] </td>
+    <td><code>ufs</code> , no <code>AdvFS</code> support </td>
+  </tr>
 </table>
 
 <table border="1" cellpadding="0" cellspacing="0">
@@ -59,7 +65,7 @@ You can easily see that you are using an NAMEI file server if there are files li
   </tr>
   <tr>
     <td> sun4x_5[789] </td>
-    <td><code>ufs</code> w/o logging </td>
+    <td><code>ufs</code> without logging or dedicated ufs cache partition with logging, <code>vxfs</code></td>
   </tr>
   <tr>
     <td> aix_4[345] , aix_51 </td>
@@ -75,8 +81,16 @@ You can easily see that you are using an NAMEI file server if there are files li
   </tr>
   <tr>
     <td> These Don't Work </td>
-    <td><code>reiserfs</code>, <code>vxfs</code> (HP-UX) </td>
+    <td>[[Main/ReiserFS]], <code>vxfs</code> (HP-UX, Solaris), <code>AdvFS</code> (OSF1/DigitalUnix/CompaqUnix/Tru64Unix) </td>
   </tr>
 </table>
 
+Further, [[Tru64Unix]] 5.1 has only server support on ufs. The client is supported under Arla including `AdvFS` (but no server support as of Apr 2002). Server and client should work under DU4.0 and [[Tru64Unix]] 5.0.
+
+- **Question:** Does this table imply that clients can't use the NAMEI backend and still need a specific filesystem? Will this ever change?
+
 -- [[ToddLewis]] - 06 Nov 2002
+
+- **Another Question:** Does this mean that you can use an NFS mount point as a /vicexx if you use a NAMEI fileserver?
+
+-- [[ChrisMcClimans]] - 25 Jul 2003