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 the examples in this reference guide, ServerGuide Scripting Toolkit also provides two example policies files that you can modify for your own use.
File name | Description |
---|---|
RAID1-5.ini |
|
RAID5HSP.ini |
|
template.ini | Provides a policies file template that contains all parameters with details about each one. |
syntax.txt | Provides a syntax specification for the polices file. |
The following tables lists the policy file parameters.
Keyword | Required? | Default | Description |
---|---|---|---|
Policy.name | Yes | None | This header designates the start of a new policy. See Policy.name parameter 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 parameter for additional information. |
ReadAhead | No |
|
Specifies the read ahead setting that should be applied to the RAID controller. See ReadAhead parameter for additional information. |
RebuildRate | No | HIGH | Specifies the rebuild rate that should be applied to the RAID controller. See RebuildRate parameter for additional information. |
StripeSize | No |
|
Specifies the stripe-unit size in KB that the controller should use for its arrays. See StripeSize parameter 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 parameter 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 parameter 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 parameter for additional information. |
Hotspares | No | None | Defines a list of specific physical drives to designate as hot-spare drives. See Hotspares parameter for additional information. |
Logical_Mode | No | AUTO | Defines the logical-drive creation policy to use when creating logical drives. See Logical_Mode parameter 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 parameter 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 parameter for additional information. |