Veritas Storage Foundation Intelligent Storage Provisioning 5.0.1 Administrators Guide, HP-UX 11i v3, First Edition, November 2009

}
}
};
striped
The striped rule indicates whether a volume or mirror is to be striped.
If striped is set to true, the number of columns is not necessarily greater than
one as striping can be implemented in hardware as well as software.
The following example demonstrates the application of the striped rule by
defining a template for providing reliability using mirrors, but where striping is
not allowed:
volume_template ReliableConcat {
provides Reliable, Concat
rules {
mirror NMIRS
striped false
}
};
Compound rules
Whether a rule applies to a volume, mirror, column or log depends on the scope
in which the rule is applied. Compound rules are composed of several other rules,
and are used to specify the scope of rules at a level below that of an entire volume.
A compound rule can apply to one or more mirrors, columns or logs of a volume.
It can also define how redundancy and separation are to be implemented for a
volume.
No more than two levels of nesting of compound rules may be specified.
The following sections describe the various types of compound rule:
log
mirror
mirror_group
stripe
Using capabilities, templates and rules
Compound rules
162