This section describes the parameters used in the policies file.
The Policy.name header and AppliesTo.1 entry are the only parameters required. None of the values are case-sensitive.
If you do not specify a value for any of the other parameters, they will be assigned a default value when applicable. If a parameter is not valid for a RAID controller, it will be ignored.
In addition to this reference, the ServerGuide Scripting Toolkit also provides two example policies files that you can modify for your own use.
Keyword | Required? | Default | Description |
---|---|---|---|
Policy.name | Yes | None | This header designates the start of a new policy. See Policy.name for additional information. |
AppliesTo.n | Yes | None | Use this parameter to describe when the current policy should be chosen to configure the RAID controllers. See AppliesTo.n for additional information. |
ReadAhead | No |
|
Specifies the read ahead setting that should be applied to the RAID controller. See ReadAhead for additional information. |
RebuildRate | No | HIGH | Specifies the rebuild rate that should be applied to the RAID controller. See RebuildRate for additional information. |
StripeSize | No |
|
Specifies the stripe-unit size in KB that the controller should use for its arrays. See StripeSize for additional information. |
Array_Mode | No | AUTO | Defines the array-creation policy to use when selecting physical disk drives to include in an array. See Array_Mode for additional information. |
Array_Defaults | No |
|
Defines the default values to use for the variance and number of hot-spare drives when AUTO is specified for Array_Mode. See Array_Defaults for additional information. |
Array.letter | No | None | Lets you specify how many arrays are created and the physical drives that you would like in each array. See Array.letter for additional information. |
Hotspares | No | None | Defines a list of specific physical drives to designate as hot-spare drives. See Hotspares for additional information. |
Logical_Mode | No | AUTO | Defines the logical-drive creation policy to use when creating logical drives. See Logical_Mode for additional information. |
Logical_Defaults | No | FILL:AUTO:AUTO | Defines the default logical drive settings that should be used when creating logical drives. See Logical_Defaults for additional information. |
Logical.num | No | None | Lets you specify how many logical drives are created and the specific parameters for each logical drive. See Logical.num for additional information. |