The
main configuration file for iXOS-JUKEMAN is server.cfg. It contains
sections for file system views, devices, server parameters, buffer and cache
sizes, and comments. The file lives in the JUKEMAN directory. If this file does
not exist under UNIX, you can create an example configuration file (see "UNIX"
on page 24).
Each section of this file has a name followed by a block in curly brackets
{ ... }. This block contains subsections or defined values.
Example:
devices { list { jb1 jb2 }
jb1 { startup { automatic } }
jb2 { startup { manual } }
}
This example defines the section devices. It contains 3 subsections
(list, jb1, and jb2). The section list
contains the values jb1 and jb2 (in this case two devices,
which start-up behavior is to be defined in the following lines). The sections
jb1 and jb2 both contain a subsection startup,
specifying the start-up behavior. For jb1, startup has the
value automatic, i. e. the device jb1 will be attached
automatically when the server is started. jb2 must be attached
manually.