User manual
Configuration file server.cfg
iXOS-JUKEMAN 2.2 User Manual Pre.12/97238
7.2 The structure of server.cfg
This is a sample server.cfg file:
drive { W }
views {
list { find_easy views_pc views_rr }
roots {
find_easy {
views {
list { a_m n_z some }
roots {
some {
format { rr }
deny { micros*}
discs { *}
}
n_z {
discs { [n-z]* }
}
a_m {
discs { [a-m]* }
}
}
}
discs { *}
}
views_pc {
discs { *}
}
views_rr {
drive { Y }
format { rr }
label { UNIX }
}
}
}
devices {
list { testing HardDisk Device1 }
testing { startup { automatic } }
HardDisk { startup { automatic } }
Device1 { startup { manual } }
}
parameters {
dcheck { 300 }
loglev { 1 }
}
fsbuffer {
file { fsbuffer }
size { 40 }
inodes { 10000 }
}
dircache {
file { dircache }
size { 40 }
}
regcache {
file { regcache }
size { 40 }
}
comment {
This is just a short comment
}
This section defines 3 views:
views_rr, views_pc, and find_easy
(page 239)
Comments (page 246)
Devices
(page 242)
Server parameters
(page
245
)
IFS buffer for incr. writing
(page 243)
Directory cache
(page 245)
Data cache
(page 245)