1purgevol_rep(8) System Manager's Manual purgevol_rep(8)
2
3
4
6 purgevol_rep - delete a replicated volume
7
8
10 purgevol_rep <volumename>
11
13 purgevol_rep is a front-end to the volutil purgevol_rep command and is
14 used to delete a replicated volume from the Coda system. purgevol_rep
15 determines the replicated volumeIds corresponding to this volume by
16 examining the readable version of the VRDB located in /vice/vol/VRList.
17 It then uses the volutil utility to purge the individual replicas at
18 the sites of replication. Next, it removes the entry for the deleted
19 volume from the /vice/vol/VRList and builds a new VRDB. Finally, it
20 builds a new VLDB using the bldvldb(8) script. Like the other volume
21 utilities, purgevol_rep must be run on the SCM by root.
22
24 /vice/vol/AllVolumes
25 updated by removing the entries for the replicas of the purged
26 volume.
27
28
29 /vice/vol/VolumeList
30 updated by the remote server as a side effect of purging the
31 volume.
32
33
34 /vice/vol/VRList
35 updated by deleting the entry for the purged volume.
36
37
39 bldvldb.sh(8), purgevol(8), volutil(8)
40
42 David Steere, 1990, Created
43
44 purgevol_rep(8)