1coda-client-setup(8) System Manager's Manual coda-client-setup(8)
2
3
4
6 coda-client-setup - setup Coda on a client
7
8
10 coda-client-setup [comma,separated,list,of,servers] [cachesize in kb]
11
13 The coda-client-setup command takes a list of servers separated by com‐
14 mas, one of which must be the SCM and a cache size given in kilobytes.
15 NOTE: at least one server must be specified. And if only one server is
16 specified, it must be the SCM for the Coda Cell. coda-client-setup
17 then performs the following operations:
18
19 · Creates the /coda mount point if not present.
20
21 · Creates /usr/coda if not present.
22
23 · Creates necessary subdirectories under /usr/coda if not present.
24
25 · Creates /usr/coda/etc/vstab with parameters given on the command
26 line.
27
28 · Creates /dev/cfs0 if not already present.
29
30 · Adds Coda filesystem port numbers to /etc/servers if not
31 present.
32
34 coda-client-setup Mickey,Minnie,Goofy 10000
35
36
37 Sets up, /usr/coda/etc/vstab, for venus to contact either Mickey, Min‐
38 nie or Goofy and configures venus with a 10MB cache.
39
41 The [cachesize in kb] option to coda-client-setup is not very smart.
42 In fact, it is quite dumb. No abbreviations are allowed after the num‐
43 ber and the number is taken literally to be kilobytes.
44
45 coda-client-setup will happily overwrite an existing,
46 /usr/coda/etc/vstab, without warning.
47
49 /etc/services: the Internet network services list.
50 /usr/coda/etc/vstab: the VenuS TABle specification file.
51
53 venus (8), vstab (5), services (5), servers (5)
54
55 Coda Manual: ``Installing A Coda Client''
56
58 Henry M. Pierce, 1998, created
59
60 coda-client-setup(8)