1NORTON(8) NORTON(8)
2
3
4
6 norton - Coda File System RVM debugger
7
9 norton RVM_log RVM_data RVM_data_length
10
11
13 norton is a utility program that allows you to display Coda file server
14 structures that are stored in RVM. Eventually, norton will be a full
15 special purpose debugger that allows you to manipulate the structures
16 as well. nortons command interface uses the gnu readline library which
17 features Emacs style command editting as well as maintaining a command
18 history. Command completion is also supported by using <tab> and
19 <esc>-?.
20
21 The available commands are:
22
23 show directory volid vnum uniqifier
24 Lists the contents of the directory indicated by
25 volid.vnum.uniqifier. Each entries vnode number and uniquifier
26 are also listed.
27
28 delete name volid vnum uniqifier file flag
29 Remove file from the directory specified by volid.vnode.uniqi‐
30 fier. If flag is nonzero the linkcount of the directory is
31 reduced by one.
32
33 NOTE: delete name does not do anything to the vnodes associated
34 with file, you must remove the vnodes by hand or update their
35 link count.
36
37 delete volume volid
38 Mark a volume with a "destroyme" flag, so that the salvager will
39 destroy it on the next server startup.
40
41 rename volume name|volid newname
42 Rename a volume replica.
43
44 examine addr len
45 Print len bytes starting from addr in hex and ascii.
46
47 list volumes
48 Display a list of all the volumes on the server. This list
49 includes the volume index, name, number, and type.
50
51 show free large | small
52 Display all of the vnodes on either the large or small free
53 vnode list.
54
55 show heap
56 Display RVM heap usage.
57
58 show index volname | volid
59 Display the RVM index of the given volume name or number.
60
61 show vnode volid vnode | ? uniqifier
62 Show the specified vnode. If an ? is given rather than a vnode
63 number, all of the volumes vnode lists are searched for a vnode
64 with a matching uniquifier.
65
66 show volume volname | volid
67 Show a summary of the specified volume.
68
69 show volumedetails volname | volid
70 Show all of the RVM state of the specified volume.
71
72 create name parent_volid parent_vnode parent_uniqifier name child_vnode
73 child_uniqifier
74 Insert a vnode in a directory. The parent fid gives the direc‐
75 tory in which name is to be inserted. The child fid refers to
76 the child vnode. The link count of the directory is increased if
77 the child is a directory vnode.
78
79 x addr len
80 Print len bytes starting from addr in hex and ascii. An alias
81 for examine.
82
84 · Joshua Raiff, 1995, Created
85
86 · Peter Braam, 1997, new features
87
88
89
90Coda Distributed File System 25 April 2005 NORTON(8)