User manual

Setting up iXOS-JUKEMAN
iXOS-JUKEMAN 2.2 User Manual Pre.12/9776
Suppose you wanted to export the following disk set: A view views_pc,
containing all disks for PC clients in the name format pc, a view
views_rr, containing all disks for UNIX clients in the name format rr
and a view find_easier, containing two subviews. One subview should
contain all the disks starting with the letters a, b, c, ..., m in PC format and
leave out all disks starting with archive. The other subview should con-
tain all disks starting with the letters n-z:
drive { Z }
views {
list { views_pc views_rr find_easier }
roots {
views_pc { format { pc } discs { * } drive { X } }
views_rr { format { rr } discs { * } drive { Y } }
find_easier {
views {
list { a_m n_z }
roots {
a_m { format { pc } discs { [a-m]* } deny { archive*} }
n_z { format { pc } discs { [n_z]* } }
}
}
}
}
}
Root
views_pc views_rr find_easier
a_m n_z
all disks
(
pc
format)
all disks
(
rr
format)
disks a-m
without
archive*
(
pc
format)
disks n-z
(
pc
format)
Please make sure that the number of opening brackets {must match the
number of closing }brackets.
Save the file server.cfg when the set-up of the views is finished. On
UNIX systems a directory must be created and shared for each view. How
to do this is explained in the following section.