< Previous | Next > | |
Product: Storage Foundation Guides | |
Manual: Storage Foundation 4.1 Intelligent Storage Provisioning Administrator's Guide |
Storage Layout RulesThe following sections describe storage layout rules:
See Compound Rules for details of how to limit the scope of interpretation of rules to the components of an application volume, such as its plexes, columns and logs. applyThe apply rule is used to apply rules from one or more specified templates in addition to the rules that appear in the current template. This rule acts recursively if the specified templates also use apply in their rules sections. The capabilities of any referenced templates are not used. Expressions involving apply can specify the eachof or oneof operator. The default operator for this keyword is eachof. The following examples demonstrate the application of the apply rule:
volume_template PrefabricatedDataMirroring { provides PrefabricatedDataMirroring rules { apply ArrayProductId confineto eachof ( "Redundancy" =nmirs , "Parity" ="0" ) } }; volume_template ArrayProductId { provides ArrayProductId rules { confineto "ProductId" } }; volume_template MyReliableSnapshot { provides Snapshot, Reliable rules { separateby "Enclosure" mirror 1 { apply Snapshot, EMCStorage confineto "Enclosure" } mirror 1 { confineto "Enclosure" } } }; parityThe parity rule defines whether redundancy should be parity based (that is, RAID-5) as implemented in either hardware or software. The value can be true or false. The following example demonstrates the application of the parity rule:
volume_template Raid5Volume { provides Raid5Capability, Raid5LogMirroring rules { parity true stripe ncols - nmaxcols log nlogs { type raid5 } } }; stripedThe 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:
|
^ Return to Top | < Previous | Next > |
Product: Storage Foundation Guides | |
Manual: Storage Foundation 4.1 Intelligent Storage Provisioning Administrator's Guide | |
VERITAS Software Corporation
www.veritas.com |