Policies file

When used in Configure mode, the policies file directs how PRAID configures the RAID controllers in a system by using keywords and values that you can customize. In Capture mode, PRAID creates or appends to the end of a policies file the parameters that can configure other RAID controllers identical to the ones in the current system.

You can create a policies file through the following methods:
  1. Run PRAID in Capture mode to create a policies file from an configured RAID controller.
  2. Use one of the example policies files provided with ServerGuide Scripting Toolkit, and customize it to configure your RAID controllers.
  3. Use an ASCII text editor to create a new policies file.

The policies file is an ASCII text file that is organized in a .ini file format. Each .ini file section name indicates the start of a new policy for configuring RAID controllers.

The policies file must contain one or more uniquely-named sections that use the format [Policy.name] where name is a unique user-assigned name that identifies the policy. name can be any combination of letters, numbers, underscores, periods, or dashes.

Some examples of legal section names are: [Policy.1], [Policy.mypolicy], and [Policy.My-RAID5-config]. Each section in the policies file represents a single policy for configuring RAID controllers. You can have up to 50 policies in a single policies file.