User manual

Configuration file server.cfg
iXOS-JUKEMAN 2.2 User Manual Pre.12/97 239
7.2.1 Views
This section defines a tree of views (see Set up viewson page 67). The
views are enclosed in the following structure in server.cfg:
[drive { <letter> }]
views {
list { <view_1> <view_2> ... <view_n> }
roots {
<view_1> { ... }
<view_2> { ... }
...
<view_n> { ... }
}
}
The views section may be preceeded by drive { <letter> }. All the
views definded in server.cfg will be available as subdirectories of this
drive letter <letter> (e. g., X) under Windows NT. The drive letter is ig-
nored under UNIX.
The list section lists the names of any number of views (<view_1> to
<view_n>), The roots section gives a definition for each view of the
list section. The definition is a selection of the following parameters:
Parameter Value
format
Name format (pc, rr, hs). If not specified, the name format will be in-
herited from the superordinate view. The default name format is pc.
discs
Visible disks (* for all). See Table 4 - on page 69.
deny
Excluded disks. See Table 4 - on page 69.
drive
Drive letter under Windows NT (will be ignored under UNIX). If not
specified, the view will not be assigned a drive letter.
label
Label for the drive letter under Windows NT (Default: JUKEMAN, ig-
nored under UNIX). May contain octal escape sequences like \040for
a space.
raw
The raw { 1 } parameter selects a view format in which all disks are
represented through the raw file system. You do not see the directories
and files of the disks, but the full disk as a large file. The directory
structure is explained in Raw filesystemon page 240.
If a view is not to contain disks but subviews, its definition is another
views section. In the next example, the view overview contains a num-
ber of subviews:
views {
list { overview }