update gerrit list
[openafs-wiki.git] / reguser / OpenAFSFileServers.mdwn
1 In this section we will be adding more files servers
2 to our OpenAFS plant.
3
4
5 First add the new file servers to the first file servers:
6     ssh afs01
7
8     service openafs-server stop
9     scp afsdb1:/usr/afs/etc/CellServDB /usr/afs/etc/CellServDB
10     cat /usr/afs/etc/CellServDB
11
12     service openafs-server start
13
14 Check all of the logs:
15     cat /usr/afs/logs/FileLog
16
17 Now add afs02:
18     ssh afs02
19     
20     scp afsdb1:/usr/afs/etc/* /usr/afs/etc/
21     
22     service openafs-server start
23     bos listhosts afs02
24     
25     bos create afs01 dafs dafs /usr/afs/bin/dafileserver /usr/afs/bin/davolserver /usr/afs/bin/salvageserver /usr/afs/bin/dasalvager -localauth
26
27     cat /usr/afs/logs/VolserLog
28     cat /usr/afs/logs/SalsrvLog
29     cat /usr/afs/logs/BosLog
30     cat /usr/afs/logs/FileLog
31     
32     vos listaddrs -printuuid
33
34 Sine Nomine Associates Nov 2017