Command Line Tool 2 User Guide
Syntax
CmdTool2 -CfgDsply -a[controller]
Parameters
-a[controller]: The RAID controller affected by the command
Example
CmdTool2 -CfgDsply -a1
CfgEachDskRAID0
Description
Configure every physical drive in an Unconfigured-Good state as RAID 0 on the RAID controller.
Set the array properties.
Note: You cannot span RAID 0 across a single drive.
Syntax
CmdTool2 -CfgEachDskRAID0 -a[controller] {WT | WB} {NORA | RA | ADRA} {Direct |
Cached} {-strpszM}
Parameters
-a[controller]: The RAID controller affected by the command
WT: Optional parameter to define the write through setting
WB: Optional parameter to define the write back setting
NORA: Optional parameter to define no read ahead
RA: Optional parament to define read ahead
ADRA: Optional parameter to define adptive read ahead
Direct: Optional parameter to define direct I/O
Cached: Optional parameter to define cached I/O
-strpszM: Optional parameter to set the stripe size. The default is 64 kb.
Example
CmdTool2 -CfgEachDskRAID0 -a1 -WT -RA -Cached