Appendix E: Installing and Using the Command Line Utility ● 80ParametersController# is the controller numberOptions indicates the logical drive with the following options:● Stripesize—Optional parameters for specifying a stripe size. STRIPE is specified inkilobytes: 16, 32, and 64 are supported.● Name—Optional parameter for specifying the name of the logical drive to be created.● Init_Priority—Initialization Priority for logical drive to be created. Valid parameters areeither HIGH, MED, or LOW.● Init_Method—Initialization method for the logical drive. Valid options include: CLEAR,QUICK.Size indicates the size of the logical drive. MAX is the only size option available.RAID# indicates the RAID level for the logical drive (0, 1, 10 volume).Channel# is the channel number for the device.Drive# is the device number for the device.noprompt: No prompt for confirmation.Examplehrconf create 1 logicaldrive stripesize 64 max 0 1 0 1 1 1 2Return valuesSUCCESS: 0x00 successful terminationFAILURE: 0x00 bad arguments or internal errorhrconf deleteDeletes a logical drive. All data stored on the logical drive will be lost. Spanned drives can’t bedeleted with this function.Syntaxhrconf delete <Controller#> LOGICALDRIVE <LogicalDrive#> [noprompt]ParametersController# is the controller numberLogicalDrive# is the number of the logical drive to be deletednoprompt: No prompt for confirmationExamplehrconf delete 1 logicaldrive 1 nopromptReturn valuesSUCCESS: 0x00 successful terminationFAILURE: 0x01 bad arguments or internal error