The
following server parameters may be set in server.cfg:
(See "Server parameters" on page 125 for a full description of the parameters)
Name |
Default |
Min. |
Max. |
Function |
---|---|---|---|---|
admdno |
4,028 |
1 |
65,535 |
TCP port for cdnfsd/cdadm communication |
atrack |
32 |
4 |
1,028,576 |
Caching size for audio tracks |
autodc |
1 |
0 |
2 |
Caching behavior |
blanks |
0 |
0 |
2 |
CD type assumption/test |
cachew |
1 |
0 |
2 |
Caching behaviour for harddisk images |
cdnfsp |
100,003 |
0 |
99,999,999 |
Program ID of NFS service |
dcheck |
300 |
0 |
999,999 |
Periodic drive checking in 1/100 seconds |
fullvn |
0 |
0 |
1 |
PC name format (8.3 or 32) |
hfsiso |
1 |
0 |
1 |
Hybrid CDs: 0=HFS, 1=ISO |
ignore |
0 |
0 |
1 |
Lock server, ignore requests (UNIX) |
iotimo |
60 |
0 |
3,600 |
Time-out for failed disk read in seconds |
jobnum |
192 |
9 |
8,192 |
Number of queue entries |
loglev |
4 |
0 |
9 |
Level of log messages |
lwords |
5 |
0 |
9 |
Internal log messages level |
maxcvt |
1,000 |
10 |
65,536 |
Number of nodes for views |
maxthr |
40 |
12 |
1,024 |
Maximum number of Threads |
mdelay |
3 |
0 |
99 |
Delay for disk changes |
mountp |
20,000,234 |
0 |
99,999,999 |
Program ID of mount service |
mpsize |
4,194,304 |
262,144 |
2,147,483,648 |
Memory pool size in bytes |
nonfsd |
0 |
0 |
1 |
Startup behav. of NFS server |
oldifs |
1 |
0 |
1 |
Ability to read IFS 2.1 |
portno |
4,027 (2,049) |
1 |
65,536 |
UDP port number |
rahead |
3 |
0 |
1,000 |
Number of chunks read ahead |
reject |
1 |
0 |
2 |
Reject of incomplete disks |
rtrack |
65,536 |
8,192 |
16,777,216 |
Data block size for caches in bytes |
satdpb |
1 |
0 |
1 |
Disable pack buttons for NSM Satellite packs |
synclm |
0 |
0 |
1 |
Log message buffering |
trayto |
60 |
0 |
99,999,999 |
Delay for mail slot close in seconds |
waitpm |
0 |
0 |
3,600 |
Wait delay for portmapper in seconds |
Example:
parameters {
dcheck { 300 }
loglev { 3 }
}
This example sets the dcheck server parameter to 300 and the log level loglev to 3 when the server starts up.