1 02/18/85 set_pdir_volumes
 2 
 3 Syntax as a command:  set_pdir_volumes lv_name1 ...  lv_nameN
 4 
 5 
 6 Function:  is used in the initializer process to define the set of
 7 logical volumes available for process directory segments.  This command
 8 can be used in ring 4 only.
 9 
10 
11 Arguments:
12 lv_namei
13    is the name of one or more mounted, public logical volumes to be
14    used for process directory segments.
15 
16 
17 Notes:  Process directories are assigned to logical volumes in
18 proportion to the number of physical volumes in each logical volume.
19 Volumes specified by this command must have adequate space available to
20 hold that proportion of process directory segments.
21 
22 The existing set of process directory volumes, if any, is replaced by
23 this command.  Only mounted, public logical volumes can be made
24 available for process directory segments.  If none of the specified
25 volumes is suitable, the existing set of process directory volumes is
26 not replaced.  See the add_pdir_volume and del_pdir_volume commands to
27 add to or delete from the set of process directory volumes.