Installation manual

Grouping Files into Filesets
Intersecting Filesets
CLI Storage-Management Guide 13-23
Identifying a Source Fileset
The final step in configuring an intersection fileset is to identify two or more source
filesets. You can include as many source filesets as desired, but you must have at least
two for the intersection to be meaningful. From gbl-ns-vol-fs-isect mode, use the
from
fileset
command to include a source fileset:
from fileset fileset-name
where fileset-name identifies the source fileset.
For example, the following command set intersects two source filesets to make the
“paidBills” fileset:
bstnA6k(gbl)# policy-intersection-fileset paidBills
bstnA6k(gbl-ns-vol-fs-isect[paidBills])# from fileset webdavPaid
bstnA6k(gbl-ns-vol-fs-isect[paidBills])# from fileset wdValid
bstnA6k(gbl-ns-vol-fs-isect[paidBills])# ...
Removing a Source Fileset
Use the no form of the from fileset command to remove a fileset from the list of
sources:
no from fileset fileset-name
where fileset-name identifies the fileset to remove.
You cannot remove the last source fileset if the intersection fileset is in use (that is,
referenced by another fileset or used in a rule). The next chapter has configuration
instructions for referencing a fileset from a rule.
For example, the following command set removes two source filesets from the
“paidBills” fileset:
bstnA6k(gbl)# policy-intersection-fileset paidBills
bstnA6k(gbl-ns-vol-fs-isect[paidBills])# no from fileset webdavUnderwritten
bstnA6k(gbl-ns-vol-fs-isect[paidBills])# no from fileset monthlyPaid group 2
bstnA6k(gbl-ns-vol-fs-isect[paidBills])# ...