use a cell that actually exists
[arla.git] / arlad / AliasDB.5
blob38a993b9859ab710c9cb6e1cf93fc6f16dacd18d
1 .\" Copyright (c) 2002-2003, 2005 Kungliga Tekniska Högskolan
2 .\" (Royal Institute of Technology, Stockholm, Sweden).
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\"
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\"
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\"
16 .\" 3. Neither the name of the Institute nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\" $Id$
33 .\"
34 .Dd April 14, 2005
35 .Dt ALIASDB 5
36 .Os "The Arla Project"
37 .Sh NAME
38 .Nm AliasDB
39 .Nd add alias for an afs cell in DynRoot
40 .Sh DESCRIPTION
41 The file
42 .Nm
43 add aliases for afs cellnames in dynroot, useful to add readwrite mountpoints
44 in dynroot.
45 .Pp
46 Each line in the file contains at least two elements with an optional
47 third.
48 The first element is the cell name to make the alias for. The second
49 element is the alias.
50 The optional third element is describing properties of the
51 mountpoint.
52 .Pp
53 By default, an alias is a readonly mountpoint, which means that
54 .Nm arlad
55 will use readonly replicas of volumes, if they exist.
56 If an alias is set to readwrite,
57 .Nm arlad
58 will disregard the readonly replicas and use the readwrite volumes only.
59 Thiss will seriously limit performance, but may be necessary to install software packages etc.
60 .Pp
61 Each line that starts with a
62 .Sq #
63 is a comment
64 .Sh EXAMPLE
65 .Bd -literal
66 # This is a comment
67 # cell          alias           [property]
68 su.se           .su.se          readwrite
69 e.kth.se        .e.kth.se       rw
70 cs.cmu.edu      cs              readonly
71 andrew.cmu.edu  andrew  #andrew is a readonly alias
72 .Ed
73 .\"     su.se:www       su-web
74 .Sh FILES
75 .Pa AliasDB
76 .Sh SEE ALSO
77 .Xr CellServDB 5 ,
78 .Xr DynRootDB 5 ,
79 .Xr arlad 8