Testing server configuration
[openafs-wiki.git] / DynamicRoot.mdwn
1 Instead of mounting the home cell's root.afs volume at the AFS mount point (typically /afs) a fake root is constructed from information available in the client's [[CellServDB]].
2
3 -- Derrick Brashear - 24 Jan 2002
4
5 A similar feature exists in the Windows clients, known as the [[FreelanceClient]] feature. The technical details are available [here](https://lists.openafs.org/pipermail/openafs-devel/2001-October/001927.html).
6
7 -- [[LeoShyhWeiLuan]] - 7 Feb 2002
8
9 On Unix this option is enabled by specifying `-dynroot` on the `afsd` command line.
10
11 On Windows add this DWORD to the registry: `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters\FreelanceClient=1` and create the file `%SystemRoot%\afsdns.ini` containing:
12
13     [AFS Domain Name Servers]
14     ns1=your.ns.ip.here
15
16 Then restart "IBM AFS Client" and the cells you touch get added to `%SystemRoot%\afs_freelance.ini`.
17
18 -- Ted Anderson - 19 Mar 2003