User manual

Burning disks/writing incrementally
iXOS-JUKEMAN 2.2 User Manual Pre.12/97 161
}
ixwinodes {
nodesize { 64 }
files { file1 file2 }
file1 {
path { e:\testdata\inode1 }
size { 200 }
mode { file }
}
file2 {
path { e:\testdata\inode2 }
size { 200 }
mode { file }
}
}
}
Parameter Meaning
maxOpenDatafiles
Maximum number of open files for the WORM
file system. This parameter selects the number
of files that can be written at the same time.
numInodes
Total number of files/directories that can be
managed by the hash tables of the WORM file
systems.
rehashWarning
Limit for the number of rehashes, which must be
exceeded to issue warnings (file system is get-
ting full). Many of these warnings appear in the
log files with a low (important) log level indicate
the WORM file system getting full.
HWerrorLog
File name for the permanent log file for hardware
errors.
DataFilePath
Path for temporary files. This directory must pro-
vide enough space to temporarily hold the data
to be written to disk.
nodesize
Inode size in bytes. Constant 4 for Hash tables
and 64 for inode- tables.
files
List of file labels. The hash tables and inode ta-
bles can be distributed across several files.
path
File name. One for list label listed under files.
size
File size in MB.
mode
mapped or file. Specifies if the file is created
memory mapped or directly.