• The diskGroupCount parameter defines the number of new disk groups wanted in the storage array.• The virtualDisksPerGroupCount parameter defines the number of virtual disks wanted in eachdisk group.• The hotSpareCount parameter defines the number of hot spares wanted in each disk group.• The segmentSize parameter defines the amount of data in kilobytes that the RAID controller modulewrites on a single physical disk in a virtual disk before writing data on the next physical disk. Thesmallest units of storage are data blocks. Each data block stores 512 bytes of data. The size of asegment determines how many data blocks that it contains. An 8-KB segment holds 16 data blocks. A64-KB segment holds 128 data blocks.Valid values for the segment size are 8, 16, 32, 64, 128, 256, and 512.When you enter a value for the segment size, the value is checked against the supported valuesprovided by the RAID controller module at run time. If the value you enter is not valid, the RAIDcontroller module returns a list of valid values.If the virtual disk is for a single user with large I/O requests (such as multimedia), performance ismaximized when a single I/O request can be serviced with a single data stripe. A data stripe is thesegment size multiplied by the number of physical disks in the disk group that are used for data storage.In this environment, multiple physical disks are used for the same request, but each physical disk isaccessed only once.For optimal performance in a multi-user database or file system storage environment, set the segmentsize to minimize the number of physical disks needed to satisfy an I/O request. Using a single physicaldisk for a single request leaves other physical disks available to simultaneously service other requests.After you have finished creating the disk groups and virtual disks by using the autoConfigurestorageArray command, you can further define the properties of the virtual disks in a configurationusing the set virtualDisk command. (See Modifying Your Configuration.)Example Of The Auto Configuration Commandclient>smcli 123.45.67.89 -c "autoConfigurestorageArray physicalDiskType=SAS raidLevel=5diskGroupWidth=8 diskGroupCount=3virtualDisksPerGroupCount=4 hotSpareCount=2segmentSize=8;"The command in this example creates a storage array configuration that uses SAS physical disks set toRAID level 5. Three disk groups are created. Each disk group consists of eight physical disks configuredinto four virtual disks. The storage array has two hot spares, and segment size for each virtual disk is 8 KB.Modifying Your ConfigurationAfter creating your initial configuration, modify the properties of the configuration to ensure that it meetsyour requirements for data storage. Use the following commands to modify the properties of yourconfiguration:• autoConfigure storageArray• create virtualDiskUse the set commands to modify a storage array configuration. This section explains how to modify thefollowing properties:• Storage array password• Simple Mail Transport Protocol (SMTP) and Simple Network Management Protocol (SNMP) alerts• RAID controller module clocks44