User manual

Configuration file server.cfg
iXOS-JUKEMAN 2.2 User Manual Pre.12/97 237
7 Configuration file server.cfg
7.1 Introduction
The main configuration file for iXOS-JUKEMAN is server.cfg. It con-
tains 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 configu-
ration file (see UNIXon page 25).
Each section of this file has a name. Following this name is a block of pa-
rameters in curly brackets { ... }. This block contains named parame-
ters, with their values again given in curly brackets. These values can be
other parameters or defined values.
Example:
devices { list { jb1 jb2 }
jb1 { startup { automatic } }
jb2 { startup { manual }
}
This example defines the section devices. It contains 3 parameters
(list, jb1, and jb2). The parameter 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 parameter jb1 and jb2 both contain a parameter
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.