Veritas Storage Foundation Intelligent Storage Provisioning 5.0.1 Administrators Guide, HP-UX 11i v3, First Edition, November 2009
may be expressed by equivalent simplified rule expression
confineto=VendorName=EMC,Room=Room1,Building
The example rule expression
select anyof("Room"="Room1","Room"="Room2","Building")
may be expressed by equivalent simplified rule expression
select=Room=Room1,Room=Room2,Building
The example rule expression
exclude allof("VendorName"="EMC","VendorName"="Hitachi")
may be expressed by equivalent simplified rule expression
exclude=VendorName=EMC,VendorName=Hitachi
The example rule expression
affinity "Enclosure"
may be expressed by equivalent simplified rule expression
affinity=Enclosure
The example rule expression
separateby "Controller"
may be expressed by equivalent simplified rule expression
separateby=Controller
The example rule expression
strong separateby "Spindles"
may be expressed by equivalent simplified rule expression
strong separateby=Spindles
The default storage selection rules are assumed, and cannot be substituted using
the simplified form of the rule syntax.
167Using capabilities, templates and rules
Simplified syntax for rules on the command line