Coda File System

Re: CODA Server with 42G

From: Jan Harkes <jaharkes_at_cs.cmu.edu>
Date: Wed, 19 Jan 2000 11:59:56 -0500
On Wed, Jan 19, 2000 at 06:20:02PM +0800, Eric Tan wrote:
> Sorry, but where can I find help on rvminit? The rvm manual on the website
> don't really help me very much. 
> I know there are parameter that needs to be set when you ran rvminit, but what
> should I enter at each field?
> 
> Thx
> 
> Eric

Haven't tried, but it should be something like:

rvmlog size: ~ 2MB

data length:   0x60000000 ~= 1.5GB
startaddress:  0x41000000
heap length:   0x5fefe000 = datalength - staticlength - PAGE_SIZE (8192?)
static length:   0x100000
# freelists:   80
chunk size:    32

$ rvmutl
> i LOG 2M
> q
$ rdsinit LOG DATA 0x60000000 0x41000000 0x5fefe000 0x100000 80 32

LOG and DATA are your rvm files or partitions. The logfile doesn't need
to be very large (just large enough to handle big RVM transactions). If
you use a DATA file it is possible to use the private mmap to make
server startup time manageable.

Jan
Received on 2000-01-19 12:02:23