Installation manual

Grouping Files into Filesets
Intersecting Filesets
13-22 CLI Storage-Management Guide
Removing the Fileset
Removing a fileset affects the switch configuration only; it does not delete any files.
Use
no policy-union-fileset to remove a union fileset from the current volume:
no policy-union-fileset name
where name (1-64 characters) identifies the fileset to be removed.
You cannot remove a fileset 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 sequence removes the “allCustomerSide”
fileset:
bstnA6k(gbl)# no policy-union-fileset allCustomerSide
bstnA6k(gbl)# ...
Intersecting Filesets
You can intersect two or more filesets into an intersection fileset. An intersection
fileset contains files that are common to all of its source filesets; a file must be in all
of the source filesets to be included in the intersection. From gbl mode, use the
policy-intersection-fileset command to create an intersection fileset:
policy-intersection-fileset name
where name (1-64 characters) is a required name that you assign to the fileset.
As with any fileset, the CLI prompts for confirmation before creating a new
intersection fileset; enter yes to continue. This puts you into gbl-ns-vol-fs-isect mode,
where you identify two or more source filesets to intersect.
For example, the following command sequence creates an empty intersection fileset
in the “/acct” volume:
bstnA6k(gbl)# policy-intersection-fileset paidBills
This will create a new policy object.
Create object 'paidBills'? [yes/no] yes
bstnA6k(gbl-ns-vol-fs-isect[paidBills])# ...